Skip to content

Commit

Permalink
chore(master): release 3.1.0 (#153)
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 Sep 17, 2024
1 parent f4471fd commit 8f768c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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


### Features

* Introduce autokey feature ([#151](https://github.com/terraform-google-modules/terraform-google-kms/issues/151)) ([f4471fd](https://github.com/terraform-google-modules/terraform-google-kms/commit/f4471fd65b36775f10f50f3624f573beadc77b81))

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.3.0...v3.0.0) (2024-08-29)


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

}

0 comments on commit 8f768c9

Please sign in to comment.