File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed
Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 6.4.1] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.0...v6.4.1 ) (2023-10-31)
11+
12+
13+ ### Bug Fixes
14+
15+ * upgraded versions.tf to include minor bumps from tpg v5 ([ #245 ] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/245 ) ) ([ 59c5e97] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/59c5e979543c6ff479340aadd0d27a8b1c7e0ccb ) )
16+
1017## [ 6.4.0] ( https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.3.0...v6.4.0 ) (2022-12-09)
1118
1219
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.4.0 "
46+ module_name = " blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.4.1 "
4747 }
4848}
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.4.0 "
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.4.1 "
3535 }
3636}
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.4.0 "
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.4.1 "
3535 }
3636}
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.4.0 "
34+ module_name = " blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.4.1 "
3535 }
3636}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ terraform {
2929 }
3030
3131 provider_meta "google" {
32- module_name = " blueprints/terraform/terraform-google-bootstrap/v6.4.0 "
32+ module_name = " blueprints/terraform/terraform-google-bootstrap/v6.4.1 "
3333 }
3434}
You can’t perform that action at this time.
0 commit comments