Skip to content

Commit 8c14fb0

Browse files
chore: release 3.1.0 (#118)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 307483f commit 8c14fb0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v3.0.0...v3.1.0) (2021-09-02)
11+
12+
13+
### Features
14+
15+
* Add KMS cmek support for state bucket ([#115](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/115)) ([2fea4be](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/2fea4be30af10b9f5880b0a29c02bf27ed00e6e3))
16+
* Add variables to allow customisation of terraform service account ([#116](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/116)) ([b7b0090](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/b7b0090d61ad578c395dc35c9b25967ab8b341f2))
17+
1018
## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.3.1...v3.0.0) (2021-07-28)
1119

1220

modules/cloudbuild/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v3.0.0"
32+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v3.1.0"
3333
}
3434
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bootstrap/v3.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap/v3.1.0"
2929
}
3030
}

0 commit comments

Comments
 (0)