Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.2.0 #81

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0](https://github.com/memes/terraform-google-secret-manager/compare/v2.1.2...v2.2.0) (2023-10-31)


### Features

* Add Pub/Sub topic support ([1c4b2a4](https://github.com/memes/terraform-google-secret-manager/commit/1c4b2a41c844f6a518bd176a8a3b2c1f2e267a1e))
* Add support for Google provider v5 ([2880be2](https://github.com/memes/terraform-google-secret-manager/commit/2880be22236351558dc2c317dc86a8d96d474bb8)), closes [#76](https://github.com/memes/terraform-google-secret-manager/issues/76)
* Set TTL on secrets ([bd27278](https://github.com/memes/terraform-google-secret-manager/commit/bd272786755c3bd279cc5bdb7965bfee440dbc8b))


### Bug Fixes

* Ignore changes in `rotation` ([7d79ea5](https://github.com/memes/terraform-google-secret-manager/commit/7d79ea5da85c7c754a06f6c6b15b25a170146813))
* Make variables more robust ([27b9324](https://github.com/memes/terraform-google-secret-manager/commit/27b93241f592b5b414776f79d9424dae4355dd7a))
* Update random provider example ([b34bccf](https://github.com/memes/terraform-google-secret-manager/commit/b34bccffc41abeb820cb62b7eac485b72a52092f))

## [2.1.2](https://github.com/memes/terraform-google-secret-manager/compare/v2.1.1...v2.1.2) (2023-10-18)


Expand Down