Skip to content

Commit 95a6725

Browse files
chore(master): release 2.3.0 (#112)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 38ac4d8 commit 95a6725

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.3.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.3...v2.3.0) (2024-01-30)
11+
12+
13+
### Features
14+
15+
* 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))
16+
17+
18+
### Bug Fixes
19+
20+
* 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))
21+
1022
## [2.2.3](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.2...v2.2.3) (2023-10-16)
1123

1224

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Basic usage of this module is as follows:
2222
```hcl
2323
module "kms" {
2424
source = "terraform-google-modules/kms/google"
25-
version = "~> 2.2"
25+
version = "~> 2.3"
2626
2727
project_id = "<PROJECT ID>"
2828
location = "europe"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-kms/v2.2.3"
28+
module_name = "blueprints/terraform/terraform-google-kms/v2.3.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)