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

Commit

Permalink
chore(release): version 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-02-03)

### Features

* Add basic Google Artifact Registry support ([#39](#39)) ([8d6ba49](8d6ba49))
* Add support for GCR buckets with uniform_bucket_level_access = true ([#32](#32)) ([16d6232](16d6232))
* First Implementation of GCR Cleaner ([#1](#1)) ([5ad9957](5ad9957))
* Implement dry_run to easily list images to delete ([#34](#34)) ([b5bb78a](b5bb78a))
* Implementing all payload parameters ([#24](#24)) ([dde3658](dde3658))
* Implementing get all repositories of a given project ([#3](#3)) ([f043971](f043971))
* Introduce new payload parameters ([#29](#29)) ([0ea8b25](0ea8b25))

### Bug Fixes

* Adding repos parameter to payload ([#27](#27)) ([0b62c57](0b62c57)), closes [#24](#24)

### Reverts

* Revert "add support for gcr buckets with uniform_bucket_level_access = true (#30)" (#31) ([9eb0fde](9eb0fde)), closes [#30](#30) [#31](#31)
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 8d6ba49 commit ce0a984
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
## 1.0.0 (2022-02-03)


### Features

* Add basic Google Artifact Registry support ([#39](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/39)) ([8d6ba49](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/8d6ba495277f9a55b7fce04e3b9f217994548c34))
* Add support for GCR buckets with uniform_bucket_level_access = true ([#32](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/32)) ([16d6232](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/16d6232b71f9a1f3bf38791d589274c7674f7f14))
* First Implementation of GCR Cleaner ([#1](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/1)) ([5ad9957](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/5ad9957e2acc59ed824848ad2fc5c17c4b5e86c7))
* Implement dry_run to easily list images to delete ([#34](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/34)) ([b5bb78a](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/b5bb78a813d273a3d2bcfefd2a062e0d1f83157c))
* Implementing all payload parameters ([#24](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/24)) ([dde3658](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/dde36588108e7636dded10cedda97cac35d13618))
* Implementing get all repositories of a given project ([#3](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/3)) ([f043971](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/f0439719eae592fdba2812652449890dcc547ab7))
* Introduce new payload parameters ([#29](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/29)) ([0ea8b25](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/0ea8b25761502e6d82606cb3c7defb8437b09667))


### Bug Fixes

* Adding repos parameter to payload ([#27](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/27)) ([0b62c57](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/0b62c57161feec5fee91b0d38b75fd47fb9873f7)), closes [#24](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/24)


### Reverts

* Revert "add support for gcr buckets with uniform_bucket_level_access = true (#30)" (#31) ([9eb0fde](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/9eb0fded8425455e60b9d25c5f70f75cc704ccd7)), closes [#30](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/30) [#31](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/31)

## 1.0.0 (2022-02-03)


### Features

* Add support for GCR buckets with uniform_bucket_level_access = true ([#32](https://github.com/mirakl/terraform-google-gcr-cleaner/issues/32)) ([16d6232](https://github.com/mirakl/terraform-google-gcr-cleaner/commit/16d6232b71f9a1f3bf38791d589274c7674f7f14))
Expand Down

0 comments on commit ce0a984

Please sign in to comment.