Releases: vlaurin/action-ghcr-prune
Releases · vlaurin/action-ghcr-prune
0.6.0
0.5.0
⚠️ Deprecations
In an effort to streamline usage of this action, inputs for filters have been normalised:
- input
older-than
is deprecated in favour ofkeep-younger-than
, no change of behaviour - input
tag-regex
is deprecated in favour ofprune-tags-regexes
, backward compatible but also add supports for multiple regexes - input
untagged
is deprecated in favour ofprune-untagged
, no change of behaviour
Deprecated inputs will be preserved for backward compatibility for at least a year and are scheduled for deletion in v2.0.0.
Features
- Normalise inputs for filters (
keep-*
orprune-*
) by @vlaurin in #61 - Pruning of many regexes (
prune-tags-regexes
) by @vlaurin in #61 - Add support for pruning of named user's containers by @vlaurin in #49
- Replace console logs with @actions/core equivalent by @vlaurin in #57
- Add job summary by @vlaurin in #60
Fixes
Dependencies
- Bump @actions/core from 1.4.0 to 1.10.0 (remove
set-output
deprecation warning) by @dependabot in #45 - Bump @actions/github from 5.0.0 to 5.1.1 by @dependabot in #46
Internal
- Upgrade lockfile to v2 by @vlaurin in #54
- Bump @vercel/ncc from 0.29.0 to 0.34.0 by @dependabot in #34
- Bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in #65
Full Changelog: v0.4.0...v0.5.0
0.4.0
Features
- Add
keep-tags
multi-line input by @vlaurin in #20 (thank you @FlippievanDyk!)
Dependencies
Internal
Full Changelog: v0.3.0...v0.4.0
0.3.0
0.2.0
Features
- Add
keep-last
input to exclude a number of most recent, matching containers from pruning #4
Other changes
- Switch to compiled and minified distributable using @vercel/ncc
0.1.0
Initial release. Support is currently limited to organisation-owned packages.
Features
- Prune organisation container version by age (
older-than
) - Prune organisation container untagged version (
untagged
) - Prune organisation container version by tag regular expression (
tag-regex
)