Skip to content

Releases: vlaurin/action-ghcr-prune

0.6.0

25 Jan 18:51
0cf7d39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

0.5.0

07 Jan 12:38
0a53959
Compare
Choose a tag to compare

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

0.4.0

10 Mar 10:20
3c4f76f
Compare
Choose a tag to compare

Features

Dependencies

Internal

Full Changelog: v0.3.0...v0.4.0

0.3.0

03 Nov 10:52
471afad
Compare
Choose a tag to compare

Features

  • Add support for authenticated users' containers by @bakito in #6

New Contributors

  • @bakito made their first contribution in #6

Full Changelog: v0.2.0...v0.3.0

0.2.0

05 Aug 14:55
81cbbd4
Compare
Choose a tag to compare

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

02 Jul 13:38
6dba18f
Compare
Choose a tag to compare

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)