Skip to content

Commit

Permalink
chore(master): release 3.2.0 (#157)
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 Oct 16, 2024
1 parent c50e2d5 commit 8a28c2f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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).

## [3.2.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.1.0...v3.2.0) (2024-10-16)


### Features

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


### Bug Fixes

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

## [3.1.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.0.0...v3.1.0) (2024-09-17)


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.1"
version = "~> 3.2"
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.1.0"
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.1.0"
module_name = "blueprints/terraform/terraform-google-kms:autokey/v3.2.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.1.0"
module_name = "blueprints/terraform/terraform-google-kms/v3.2.0"
}

}

0 comments on commit 8a28c2f

Please sign in to comment.