Skip to content

Commit

Permalink
chore(main): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 4, 2025
1 parent 0dd0d24 commit ef95fe3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.2.0...v4.0.0) (2025-01-04)


### ⚠ BREAKING CHANGES

* Restricting autokey module to autokey configuration use case ([#163](https://github.com/terraform-google-modules/terraform-google-kms/issues/163))

### Features

* 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))

## [3.2.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.1.0...v3.2.0) (2024-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 = "~> 3.2"
version = "~> 4.0"
project_id = "<PROJECT ID>"
location = "europe"
Expand Down
4 changes: 2 additions & 2 deletions modules/autokey/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
module_name = "blueprints/terraform/terraform-google-kms:autokey/v4.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
module_name = "blueprints/terraform/terraform-google-kms:autokey/v4.0.0"
}

}
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/v3.2.0"
module_name = "blueprints/terraform/terraform-google-kms/v4.0.0"
}

}

0 comments on commit ef95fe3

Please sign in to comment.