Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
161 lines (98 loc) · 6.9 KB

CHANGELOG.md

File metadata and controls

161 lines (98 loc) · 6.9 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.

3.0.2 (2024-01-19)

Bug Fixes

  • ci: Don't validate pr title for dependabot pr (#91) (51f0bb8)
  • idempotency: label changed on each plan (#75) (0101278)

3.0.1 (2023-04-24)

Features

3.0.0 (2023-03-09)

⚠ BREAKING CHANGES

  • If scheduler name is set use it as name of the job resource (#69)

Features

  • Allow setting full version of gcr cleaner (#68) (ace8dc2)
  • If scheduler name is set use it as name of the job resource (#69) (efe22ce)

2.0.0 (2022-09-23)

⚠ BREAKING CHANGES

  • Prepare to work with terraform 1.3.0 (#66)

Bug Fixes

  • Prepare to work with terraform 1.3.0 (#66) (72f29b6)

1.4.1 (2022-09-20)

Bug Fixes

1.4.0 (2022-08-10)

Features

  • Set different rules per docker image in a Artifact Registry docker repository (#53) (75cc8dd)

Bug Fixes

  • Adding repos parameter to payload (#27) (0b62c57)

v1.3.0 - 2022-06-23

Enhancements:

  • Add scheduler_job_name and scheduler_job_description optional inputs (#48)
  • Update repository security (#47)
  • Add serviceAccountUser permission when terraform is running as a service-account (#45)

Continous Integration:

  • Upgrade jobs (#50)

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)