Skip to content

Commit eb12b68

Browse files
chore(main): release anthos-bm-gcp-terraform 0.15.7
1 parent fe34f1b commit eb12b68

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.6",
2+
"anthos-bm-gcp-terraform": "0.15.7",
33
"anthos-attached-clusters": "0.2.0"
44
}

anthos-bm-gcp-terraform/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.7](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.6...anthos-bm-gcp-terraform-v0.15.7) (2025-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update terraform terraform-google-modules/vm/google to ~> 13.2.0 ([#775](https://github.com/GoogleCloudPlatform/anthos-samples/issues/775)) ([1324559](https://github.com/GoogleCloudPlatform/anthos-samples/commit/132455940275cfd49efdda99af4138710294d42c))
9+
310
## [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)
411

512

anthos-bm-gcp-terraform/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.4, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.7, < 1.11" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

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

0 commit comments

Comments
 (0)