File tree Expand file tree Collapse file tree 11 files changed +22
-10
lines changed
Expand file tree Collapse file tree 11 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 7.0.0] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.5.0...v7.0.0 ) (2024-01-13)
11+
12+
13+ ### ⚠ BREAKING CHANGES
14+
15+ * ** deps:** Update TF modules (major) ([ #241 ] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/241 ) )
16+
17+ ### Bug Fixes
18+
19+ * bump impersonate_propagation to 60s ([ #253 ] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/253 ) ) ([ 3360ef2] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/3360ef2c58c4d23b9fe2b53f626d748466ce2719 ) )
20+ * ** deps:** Update TF modules (major) ([ #241 ] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/241 ) ) ([ 6f2e3a0] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/6f2e3a01663abe8fbc90d09b50e4740603c13ac8 ) )
21+
1022## [ 6.5.0] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.1...v6.5.0 ) (2024-01-03)
1123
1224
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99``` hcl
1010module "bootstrap" {
1111 source = "terraform-google-modules/bootstrap/google"
12- version = "~> 6.5 "
12+ version = "~> 7.0 "
1313
1414 org_id = "<ORGANIZATION_ID>"
1515 billing_account = "<BILLING_ACCOUNT_ID>"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Basic usage of this module is as follows:
88``` hcl
99module "bootstrap" {
1010 source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
11- version = "~> 6.5 "
11+ version = "~> 7.0 "
1212
1313 org_id = "<ORGANIZATION_ID>"
1414 billing_account = "<BILLING_ACCOUNT_ID>"
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ terraform {
4343 }
4444
4545 provider_meta "google" {
46- module_name = " blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.5 .0"
46+ module_name = " blueprints/terraform/terraform-google-bootstrap:cloudbuild/v7.0 .0"
4747 }
4848}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99``` hcl
1010module "tfbuilder" {
1111 source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
12- version = "~> 6.5 "
12+ version = "~> 7.0 "
1313
1414 project_id = module.enabled_google_apis.project_id
1515 dockerfile_repo_uri = "https://github.com/org/repo"
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ terraform {
3131 }
3232
3333 provider_meta "google" {
34- module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.5 .0"
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v7.0 .0"
3535 }
3636}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Basic usage of this module is as follows:
77``` hcl
88module "tf-cloudbuild-core" {
99 source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
10- version = "~> 6.5 "
10+ version = "~> 7.0 "
1111
1212 org_id = var.org_id
1313 billing_account = var.billing_account
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ terraform {
3131 }
3232
3333 provider_meta "google" {
34- module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.5 .0"
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v7.0 .0"
3535 }
3636}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99``` hcl
1010module "tf-net-workspace" {
1111 source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
12- version = "~> 6.5 "
12+ version = "~> 7.0 "
1313
1414 project_id = var.project_id
1515 tf_repo_uri = "https://github.com/org/tf-config-repo"
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ terraform {
3131 }
3232
3333 provider_meta "google" {
34- module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.5 .0"
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v7.0 .0"
3535 }
3636}
You can’t perform that action at this time.
0 commit comments