Skip to content

Commit 6e638ce

Browse files
authoredFeb 5, 2025
chore(main): release 4.0.0 (#166)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1f29092 commit 6e638ce

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed
 

‎CHANGELOG.md

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

10+
## [4.0.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.2.0...v4.0.0) (2025-02-05)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **TF>=1.3:** Update go modules and dev-tools ([#161](https://github.com/terraform-google-modules/terraform-google-kms/issues/161))
16+
* Restricting autokey module to autokey configuration use case ([#163](https://github.com/terraform-google-modules/terraform-google-kms/issues/163))
17+
18+
### Features
19+
20+
* Restricting autokey module to autokey configuration use case ([#163](https://github.com/terraform-google-modules/terraform-google-kms/issues/163)) ([28f3072](https://github.com/terraform-google-modules/terraform-google-kms/commit/28f307203389a839995af8e420b2858a4538c9bb))
21+
22+
23+
### Bug Fixes
24+
25+
* **TF>=1.3:** Update go modules and dev-tools ([#161](https://github.com/terraform-google-modules/terraform-google-kms/issues/161)) ([1f29092](https://github.com/terraform-google-modules/terraform-google-kms/commit/1f2909209cd1c1e54031757570dd073d9a1b98de))
26+
1027
## [3.2.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.1.0...v3.2.0) (2024-10-16)
1128

1229

‎README.md

+1-1
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.2"
25+
version = "~> 4.0"
2626
2727
project_id = "<PROJECT ID>"
2828
location = "europe"

‎modules/autokey/versions.tf

+2-2
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.2.0"
40+
module_name = "blueprints/terraform/terraform-google-kms:autokey/v4.0.0"
4141
}
4242
provider_meta "google-beta" {
43-
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
43+
module_name = "blueprints/terraform/terraform-google-kms:autokey/v4.0.0"
4444
}
4545

4646
}

‎versions.tf

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

3131
}

0 commit comments

Comments
 (0)