Skip to content

Commit

Permalink
chore(master): release 2.3.0 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 31, 2024
1 parent 38ac4d8 commit 95a6725
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.3...v2.3.0) (2024-01-30)


### Features

* add support for destroy_scheduled_duration ([#109](https://github.com/terraform-google-modules/terraform-google-kms/issues/109)) ([c26f3fb](https://github.com/terraform-google-modules/terraform-google-kms/commit/c26f3fb91186d809bbc4c7856fe6a73c9b193344))


### Bug Fixes

* Change default rotation period from 28 hours to 90 days ([#111](https://github.com/terraform-google-modules/terraform-google-kms/issues/111)) ([44d01da](https://github.com/terraform-google-modules/terraform-google-kms/commit/44d01da9fc471b03b48bbf67bc977b7d98a19d79))

## [2.2.3](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.2...v2.2.3) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Basic usage of this module is as follows:
```hcl
module "kms" {
source = "terraform-google-modules/kms/google"
version = "~> 2.2"
version = "~> 2.3"
project_id = "<PROJECT ID>"
location = "europe"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kms/v2.2.3"
module_name = "blueprints/terraform/terraform-google-kms/v2.3.0"
}

}

0 comments on commit 95a6725

Please sign in to comment.