Skip to content

Commit 8a28c2f

Browse files
chore(master): release 3.2.0 (#157)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c50e2d5 commit 8a28c2f

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
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+
## [3.2.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.1.0...v3.2.0) (2024-10-16)
11+
12+
13+
### Features
14+
15+
* add autokey plus migration ([#156](https://github.com/terraform-google-modules/terraform-google-kms/issues/156)) ([661c103](https://github.com/terraform-google-modules/terraform-google-kms/commit/661c103ee13bf95e88e36c8b9f047a84d20cb99d))
16+
17+
18+
### Bug Fixes
19+
20+
* Remove non-needed counts on Autokey submodule ([#158](https://github.com/terraform-google-modules/terraform-google-kms/issues/158)) ([c50e2d5](https://github.com/terraform-google-modules/terraform-google-kms/commit/c50e2d514851938d328c1da4916249f2dca231b9))
21+
1022
## [3.1.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.0.0...v3.1.0) (2024-09-17)
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 = "~> 3.1"
25+
version = "~> 3.2"
2626
2727
project_id = "<PROJECT ID>"
2828
location = "europe"

modules/autokey/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ terraform {
3737
}
3838

3939
provider_meta "google" {
40-
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.1.0"
40+
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
4141
}
4242
provider_meta "google-beta" {
43-
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.1.0"
43+
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
4444
}
4545

4646
}

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/v3.1.0"
28+
module_name = "blueprints/terraform/terraform-google-kms/v3.2.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)