Skip to content

Commit 4f1ce00

Browse files
chore(main): release 11.0.1
1 parent 40825ef commit 4f1ce00

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
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+
## [11.0.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v11.0.0...v11.0.1) (2025-06-05)
11+
12+
13+
### Bug Fixes
14+
15+
* add depends_on for cloudbuild_project module on cloudbuild_bucket module ([#356](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/356)) ([f14e5eb](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/f14e5ebde6ab2d34cddf1535c91217fcf65a7410))
16+
* Use existing repo for IM Cloud Build GitHub module ([#364](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/364)) ([1864e6d](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/1864e6d6cd62be99cd74227b2afaeefe70c156fd))
17+
1018
## [11.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v10.0.0...v11.0.0) (2025-01-10)
1119

1220

modules/cloudbuild/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ terraform {
4343
}
4444

4545
provider_meta "google" {
46-
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v11.0.0"
46+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v11.0.1"
4747
}
4848
}

modules/im_cloudbuild_workspace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ terraform {
3535
}
3636

3737
provider_meta "google" {
38-
module_name = "blueprints/terraform/terraform-google-bootstrap:im_cloudbuild_workspace/v11.0.0"
38+
module_name = "blueprints/terraform/terraform-google-bootstrap:im_cloudbuild_workspace/v11.0.1"
3939
}
4040
}

modules/tf_cloudbuild_builder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v11.0.0"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v11.0.1"
3535
}
3636
}

modules/tf_cloudbuild_source/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v11.0.0"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v11.0.1"
3535
}
3636
}

modules/tf_cloudbuild_workspace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v11.0.0"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v11.0.1"
3535
}
3636
}

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/v11.0.0"
32+
module_name = "blueprints/terraform/terraform-google-bootstrap/v11.0.1"
3333
}
3434
}

0 commit comments

Comments
 (0)