Skip to content

Commit 1f77a52

Browse files
chore(main): release anthos-bm-gcp-terraform 0.15.6 (#768)
* chore(main): release anthos-bm-gcp-terraform 0.15.6 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 8241faf commit 1f77a52

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"anthos-bm-gcp-terraform": "0.15.5",
2+
"anthos-bm-gcp-terraform": "0.15.6",
33
"anthos-attached-clusters": "0.1.0"
44
}

anthos-bm-gcp-terraform/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.15.6](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.5...anthos-bm-gcp-terraform-v0.15.6) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update terraform terraform-google-modules/project-factory/google to v18 ([#773](https://github.com/GoogleCloudPlatform/anthos-samples/issues/773)) ([c791114](https://github.com/GoogleCloudPlatform/anthos-samples/commit/c7911140403e286d1592a028dc39eca8758ab722))
9+
* update install_admin_cluster.sh ([#767](https://github.com/GoogleCloudPlatform/anthos-samples/issues/767)) ([6df0aec](https://github.com/GoogleCloudPlatform/anthos-samples/commit/6df0aecdc12a237f906e6b4da885066d631b3c10))
10+
311
## [0.15.5](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.4...anthos-bm-gcp-terraform-v0.15.5) (2024-12-26)
412

513

anthos-bm-gcp-terraform/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.5"
31+
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.6"
3232
}
3333
}
3434

0 commit comments

Comments
 (0)