Skip to content

Releases: jenskeiner/ghcr-container-repository-cleanup-action

1.3.0

06 Sep 19:50
v1.3.0
0f7be16
Compare
Choose a tag to compare

What’s Changed

Changed

  • Improve documentation. (#40) @jenskeiner
  • Adjust logic for untagged images to only consider root manifests for filtering. (#39) @jenskeiner
  • Add support for OCI 1.1 referrers via subject field. (#38) @jenskeiner
  • Add support for OCI 1.0 referrers tag schema and build-cache manifests. (#32) @jenskeiner
  • Parse and validate JSON for GitHub package versions and manifests. (#31) @jenskeiner
  • Add test for multi-arch images with interleaved modification timestamp of child images. (#30) @jenskeiner

Dependencies

1.2.0

20 Aug 18:19
v1.2.0
3fddf65
Compare
Choose a tag to compare

What’s Changed

This release changes how the keep-n-untagged option works. It now ensures that the integrity of untagged multi-arch images is always maintained, at the cost of possibly keeping more versions than specified. See README.md for more details.

Changed

  • Ensure that the integrity of untagged multi-arch images is always preserved. (#29) @jenskeiner

1.1.1

15 Aug 10:34
8c9859d
Compare
Choose a tag to compare

What’s Changed

Fixed

Changed

1.1.0

15 Aug 08:52
v1.1.0
3465c25
Compare
Choose a tag to compare

What’s Changed

Added

Changed

Plus several dependency upgrades and smaller fixes.

v1.0.1

05 Jul 21:34
Compare
Choose a tag to compare

Changed

  • Modified release script to also create partial version tags vX and vX.X from full version vX.X.X.

v1.0.0

05 Jul 13:32
Compare
Choose a tag to compare

Initial version.