Releases: jenskeiner/ghcr-container-repository-cleanup-action
Releases · jenskeiner/ghcr-container-repository-cleanup-action
1.3.0
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
- Bump the npm-development group with 4 updates (#33) @dependabot
- Bump the npm-production group with 2 updates (#34) @dependabot
- Bump super-linter/super-linter from 6.9.0 to 7.1.0 (#36) @dependabot
1.2.0
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
What’s Changed
Fixed
- Fix badge URLs. (#27) @jenskeiner
- Fix autofix trigger. (#26) @jenskeiner
Changed
- Bump super-linter/super-linter from 6.8.0 to 6.9.0 in the actions-minor group (#24) @dependabot
- Don't cancel integration test runs in progress. (#28) @jenskeiner
- Adjust workflow triggers. (#23) @jenskeiner
- Improve documentation. (#22) @jenskeiner
1.1.0
What’s Changed
Added
- Add release drafter action. (#21) @jenskeiner
- Add autofix.ci workflow. (#17) @jenskeiner
- Add integration tests. (#11) @jenskeiner
Changed
- Improve documentation. (#20) @jenskeiner
Plus several dependency upgrades and smaller fixes.
v1.0.1
Changed
- Modified release script to also create partial version tags vX and vX.X from full version vX.X.X.
v1.0.0
Initial version.