Skip to content

Releases: dataaxiom/ghcr-cleanup-action

v1.0.15

10 Dec 23:02
Compare
Choose a tag to compare
  • fix: lazy loading fix for missing packages

v1.0.14

06 Dec 20:35
Compare
Choose a tag to compare
  • feature: default token to secrets.GITHUB_TOKEN
  • feature: print out combined cleanup statistics
  • feature: lazy load child/platform manifest downloads to speed up the action
  • feature: support using sha256: digests strings as tag names
  • package upgrades

v1.0.13

16 Sep 19:03
Compare
Choose a tag to compare
  • feature: delete-orphaned-images option
  • rework referrer and cosign image selection approach
  • logging updates

v1.0.12

15 Sep 04:45
Compare
Choose a tag to compare
  • feature: sigstore cosign support
  • extra status logging when loading manifests

v1.0.11

12 Sep 17:40
Compare
Choose a tag to compare
  • feature: regular expression support for package, delete-tags and exclude-tags options
  • feature: multiple package support
  • logging updates

v1.0.10

23 Aug 19:03
Compare
Choose a tag to compare
  • optimized tag manifest cache - avoiding duplicate calls
  • extra debug logging

v1.0.9

19 Aug 21:23
Compare
Choose a tag to compare
  • validate older-than setting with updated error handling and output computed value
  • README updates

v1.0.8

16 Aug 22:26
Compare
Choose a tag to compare
  • rewrite core logic using filterSet/deleteSet approach, fixes #36 #37
  • feature: add other-than option, implements #18
  • feature: add delete-ghost-images, delete-partial-images, implements #1
  • improving logging
  • more CI tests
  • support for combining most delete/keep options

v1.0.7

05 Aug 22:29
Compare
Choose a tag to compare
  • fix untagged cleanup with missing tagged digests #35
  • bump package versions

v1.0.6

29 Jun 17:27
Compare
Choose a tag to compare
  • Private repo support
  • Axios retry setup
  • Package upgrades