Skip to content

Commit

Permalink
chore: release 3.1.0 (#118)
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 8, 2021
1 parent 307483f commit 8c14fb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v3.0.0...v3.1.0) (2021-09-02)


### Features

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

## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.3.1...v3.0.0) (2021-07-28)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v3.1.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v3.1.0"
}
}

0 comments on commit 8c14fb0

Please sign in to comment.