⚠️ 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