Skip to content

Releases: graillus/gcrgc

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:18
d05107f

Changelog

1cb92b6 Fix segfault when no date option passed

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 May 12:23

Changelog

a6cd544 Improve release process

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@graillus graillus released this 08 May 12:01
a4b93f0

Changelog

28b519d chore: use goreleaser github action

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@graillus graillus released this 03 May 18:28
08b40af

Changes

  • Use google container registry SDK internally instead of gcloud exec calls
  • Updated documentation

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@graillus graillus released this 22 Mar 13:36
7735afd

Features

  • Keep images within a given time period with option -retention-period <duration>
  • Exclude tags with custom pattern from deletion -exclude-tag-pattern <regex>
  • Exclude tags following SemVer pattern from deletion -exclude-semver-tags

First release

First release Pre-release
Pre-release

Choose a tag to compare

@graillus graillus released this 24 Feb 18:38

Features

  • Remove images older than the date specified with option -date
  • Clean up multiple image repositories at once with option -all
  • Exclude some image repositories with option -exclude-image
  • Exclude images with certain tag(s) from deletion with option -exclude-tag
  • Only remove untagged images with -untagged-only flag
  • Dry-run mode with option -dry-run (don't actually delete images but get same output)