Skip to content
Compare
Choose a tag to compare
@vlaurin vlaurin released this 07 Jan 12:38
· 6 commits to main since this release
0a53959

⚠️ Deprecations

In an effort to streamline usage of this action, inputs for filters have been normalised:

  • input older-than is deprecated in favour of keep-younger-than, no change of behaviour
  • input tag-regex is deprecated in favour of prune-tags-regexes, backward compatible but also add supports for multiple regexes
  • input untagged is deprecated in favour of prune-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-* or prune-*) 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

  • Fix action main to use packaged distributable by @vlaurin in #59

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

Full Changelog: v0.4.0...v0.5.0