Skip to content

Releases: dataaxiom/ghcr-cleanup-action

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

v1.0.5

04 Jun 03:16
Compare
Choose a tag to compare
  • fix for owner/repository/package support
  • attestation/referrers support
  • improvements to ci test suite
  • retry logic for axios/octokit http calls

v1.0.3

16 May 07:11
Compare
Choose a tag to compare
  • validate option to check all multi architecture manifests
  • exclude 'ghost images' in keep-n modes (images with all missing platform images)
  • handle corrupt index manifests