Skip to content

Commit ade097e

Browse files
chore(main): release anthos-bm-gcp-terraform 0.15.7
1 parent 238f3af commit ade097e

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update terraform hashicorp/terraform to < 1.12 ([#789](https://github.com/GoogleCloudPlatform/anthos-samples/issues/789)) ([8f7a55b](https://github.com/GoogleCloudPlatform/anthos-samples/commit/8f7a55b73e0ab417160c06a214b1019415f90929))
9+
* **deps:** update terraform hashicorp/terraform to < 1.13 ([#805](https://github.com/GoogleCloudPlatform/anthos-samples/issues/805)) ([02a7dc4](https://github.com/GoogleCloudPlatform/anthos-samples/commit/02a7dc40d3a0dbf59bbd1d8898fb81e91f2796c5))
10+
* **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))
11+
* **deps:** update terraform terraform-google-modules/vm/google to ~> 13.4.0 ([#811](https://github.com/GoogleCloudPlatform/anthos-samples/issues/811)) ([d41f495](https://github.com/GoogleCloudPlatform/anthos-samples/commit/d41f4955f11e8d8ffb75092da98229f013a5528c))
12+
* update ubuntu-2004-lts ([#814](https://github.com/GoogleCloudPlatform/anthos-samples/issues/814)) ([238f3af](https://github.com/GoogleCloudPlatform/anthos-samples/commit/238f3af6621644171d0c1f156760ad56555d6b0d))
13+
314
## [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)
415

516

anthos-bm-gcp-terraform/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.4, < 1.13" # this line should not change during a release
18+
required_version = ">= v0.15.7, < 1.13" # 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)