Skip to content

Releases: snok/container-retention-policy

v2.2.1

08 Dec 08:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.2.1

v2.2.0

07 Dec 14:04
Compare
Choose a tag to compare

What's Changed

This new version of the action introduces a token-type input variable, which enables the use of GITHUB_TOKEN instead of a personal access token - by @Injabie3 in #70

New Contributors

Full Changelog: v2...v2.2.0

v2.1.3

13 Nov 07:52
3d27e6a
Compare
Choose a tag to compare

What's Changed

  • docs: cron schedule and comment in the example don't match by @ccatterina in #69
  • Make behaviour of keep_at_least parameter predictable by @yma-het in #68

New Contributors

Full Changelog: v2...v2.1.3

v2.1.2

05 Aug 08:33
Compare
Choose a tag to compare

What's Changed

  • Fix unhandled exception raised at runtime: 'x-ratelimit-remaining' by @den-is in #58

New Contributors

Full Changelog: v2...v2.1.2

v2.1.1

30 May 20:35
2ebfab7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.1

v2.1.0

04 May 21:18
f617f1c
Compare
Choose a tag to compare

What's new

New Contributors

Full Changelog: v2...v2.1.0

v2.0.1

20 Apr 10:59
96e8978
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.0.1

v2.0.0

16 Feb 08:48
482ce28
Compare
Choose a tag to compare

What's Changed

The two major changes in this release is that we now support deleting over 100 packages, as we will traverse the paginated API results. The second being that we've switched the action from running in a container, to running as a composite action. Neither change should break normal workflows.

New Contributors

  • @charyeezy made their first contribution in #45
  • @systemist made their first contribution in #42
  • @artazar made their first contribution in #48

Full Changelog: v1...v2.0.0

v1.5.1

13 Sep 17:19
6601a34
Compare
Choose a tag to compare

Changes

  • Increased the number of packages fetched from 30 to 100 (#44)

v1.5.0

27 Jul 08:37
eeb1249
Compare
Choose a tag to compare

This release adds the possibility of using wildcards in the image-names attribute. This changes the behaviour of the action from a single-image retention tool, to potentially being used as a more general policy. See #39 for doc changes.