Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

92 lines (63 loc) · 3.25 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.2.0 - 2022-02-03

Documentation:

  • Updating README.md (#42)

Features:

  • Add basic Google Artifact Registry support (#39)
  • Implement dry_run to easily list images to delete (#34)

Continous Integration:

  • Fix release job (#41)

v1.1.0 - 2022-01-18

Features:

  • Add support for GCR buckets with uniform_bucket_level_access = true (#32)
  • Introduce new payload parameters (#29)

v1.0.0 - 2021-11-24

Bug Fixes:

  • Adding repos parameter to payload (#27)

Continous Integration:

  • Upgrade terraform version (#26)

Features:

  • Implementing all payload parameters (#24)

v0.6.0 - 2021-05-03

Documentation:

  • Update documentation (#13)

v0.5.0 - 2021-04-30

Continous Integration:

  • Trigger the workflow only on push to main branch (#10)

Code Refactoring:

  • Upgrade to use terraform 15 (#9)

v0.4.0 - 2021-04-13

Enhancements:

  • Configure scheduler job retries (#7)

v0.3.0 - 2021-04-12

Enhancements:

  • Use configurable resources (#5)

v0.2.0 - 2021-04-09

Features:

  • Implementing get all repositories of a given project (#3)

v0.1.0 - 2021-04-07

Features:

  • First Implementation of GCR Cleaner (#1)