Skip to content

Releases: GoogleCloudPlatform/gcr-cleaner

v0.7.2

06 Apr 00:51
5d0fb9c
Compare
Choose a tag to compare
  • Add more debug logging
  • Document minimum Artifact Registry permissions

v0.7.1

31 Mar 17:54
d846ba5
Compare
Choose a tag to compare
  • Fix a loop iteration bug (#67)
  • Use a separate context on the PubSub endpoint to prevent the terminated request from terminating the propagation.
  • Remove docs references to deprecated flags.
  • Improve log output.
  • Upgrade all dependencies.

v0.7.0

30 Nov 23:27
ab0c2d0
Compare
Choose a tag to compare

Notable Changes

This release introduces a new mechanism for deleting tagged images. You can now specify tag_filter_all or tag_filter_any to control how the filters match against images with multiple tags. The existing behavior of tag_filter is preserved, but will be removed in a future release. Additionally, specifying allow_tagged is no longer necessary as specifying any tag filter will automatically activate deleting tagged images.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Nov 21:37
57b5d87
Compare
Choose a tag to compare

What's Changed

  • Add structured logging and support multiple repos by @sethvargo in #58

Full Changelog: v0.5.2...v0.6.0