Skip to content

Commit 3e435c9

Browse files
chore: release 2.1.0 (#87)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1af1405 commit 3e435c9

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.0.0...v2.1.0) (2021-01-15)
11+
12+
13+
### Features
14+
15+
* Add ability to customize state bucket name ([#86](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/86)) ([1af1405](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/1af1405be6455ff4a212e5977989bc597edb4067))
16+
17+
18+
### Bug Fixes
19+
20+
* Remove incorrect substitution for seed project ([#84](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/84)) ([4ec9fa0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/4ec9fa083066712bcea317bcf9066646e07a66c6))
21+
1022
## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.7.0...v2.0.0) (2021-01-12)
1123

1224

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "bootstrap" {
1111
source = "terraform-google-modules/bootstrap/google"
12-
version = "~> 2.0"
12+
version = "~> 2.1"
1313
1414
org_id = "<ORGANIZATION_ID>"
1515
billing_account = "<BILLING_ACCOUNT_ID>"

modules/cloudbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Basic usage of this module is as follows:
88
```hcl
99
module "bootstrap" {
1010
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
11-
version = "~> 2.0"
11+
version = "~> 2.1"
1212
1313
org_id = "<ORGANIZATION_ID>"
1414
billing_account = "<BILLING_ACCOUNT_ID>"

modules/cloudbuild/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:cloudbuild/v2.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v2.1.0"
2929
}
3030
}

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/v2.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap/v2.1.0"
2929
}
3030
}

0 commit comments

Comments
 (0)