From f88c9a07650827f767f801011cf190dd82929731 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:16:49 +0000 Subject: [PATCH] chore(main): release anthos-bm-gcp-terraform 0.15.5 --- .github/.release-please-manifest.json | 2 +- anthos-bm-gcp-terraform/CHANGELOG.md | 11 +++++++++++ anthos-bm-gcp-terraform/versions.tf | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 99699f896..e1b886866 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "anthos-bm-gcp-terraform": "0.15.4", + "anthos-bm-gcp-terraform": "0.15.5", "anthos-attached-clusters": "0.1.0" } diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index f1982c5f9..966f7d30b 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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-24) + + +### Bug Fixes + +* **deps:** update terraform hashicorp/terraform to < 1.11 ([#751](https://github.com/GoogleCloudPlatform/anthos-samples/issues/751)) ([44d541e](https://github.com/GoogleCloudPlatform/anthos-samples/commit/44d541e124920e95295b242dbed75243dc3159ae)) +* **deps:** update terraform terraform-google-modules/gcloud/google to v3.5.0 ([#725](https://github.com/GoogleCloudPlatform/anthos-samples/issues/725)) ([b7e13f5](https://github.com/GoogleCloudPlatform/anthos-samples/commit/b7e13f542bec190e07b6a5e742842eeca715d43a)) +* **deps:** update terraform terraform-google-modules/project-factory/google to v17 ([#729](https://github.com/GoogleCloudPlatform/anthos-samples/issues/729)) ([1866ee5](https://github.com/GoogleCloudPlatform/anthos-samples/commit/1866ee5e18783b5d62c44a1bbb624232f5ee57c2)) +* **deps:** update terraform terraform-google-modules/vm/google to v12 ([#730](https://github.com/GoogleCloudPlatform/anthos-samples/issues/730)) ([f07017a](https://github.com/GoogleCloudPlatform/anthos-samples/commit/f07017a9b432a4dcdb0fe9c543dc9ac95833cae6)) +* **deps:** update terraform terraform-google-modules/vm/google to v13 ([#757](https://github.com/GoogleCloudPlatform/anthos-samples/issues/757)) ([40c9671](https://github.com/GoogleCloudPlatform/anthos-samples/commit/40c96716a9d9e43cffedd76f8c0ba99b55e5f754)) + ## [0.15.4](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.4...anthos-bm-gcp-terraform-v0.15.4) (2024-10-07) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 8c7fcc7c6..c4c1e375d 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.11" # this line should not change during a release + required_version = ">= v0.15.5, < 1.11" # 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.4" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.5" } }