diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ccf739f6..99de1520 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "anthos-bm-gcp-terraform": "0.15.6", + "anthos-bm-gcp-terraform": "0.15.7", "anthos-attached-clusters": "0.2.0" } diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index 1e84d74e..d1885b1c 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.15.7](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.6...anthos-bm-gcp-terraform-v0.15.7) (2026-01-16) + + +### Bug Fixes + +* **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)) +* **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)) +* **deps:** update terraform terraform-google-modules/vm/google to ~> 13.10.0 ([#832](https://github.com/GoogleCloudPlatform/anthos-samples/issues/832)) ([136e6a4](https://github.com/GoogleCloudPlatform/anthos-samples/commit/136e6a4c2e668a2c39479aa5eead894baf1cf8ea)) +* **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)) +* **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)) +* update ubuntu-2004-lts ([#814](https://github.com/GoogleCloudPlatform/anthos-samples/issues/814)) ([238f3af](https://github.com/GoogleCloudPlatform/anthos-samples/commit/238f3af6621644171d0c1f156760ad56555d6b0d)) + ## [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) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 50b6ea28..2a97886a 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -15,7 +15,7 @@ */ terraform { - required_version = ">= v0.15.4, < 1.13" # this line should not change during a release + required_version = ">= v0.15.7, < 1.13" # this line should not change during a release required_providers { google = { source = "hashicorp/google" @@ -28,7 +28,7 @@ terraform { } provider_meta "google" { - module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.6" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.7" } }