From 45cacfa565a0df2d9aea5d805f322573ee896bbc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:43:08 +0000 Subject: [PATCH] chore(main): release anthos-bm-gcp-terraform 0.15.4 --- anthos-bm-gcp-terraform/CHANGELOG.md | 9 +++++++++ anthos-bm-gcp-terraform/versions.tf | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index e85525a2..f1982c5f 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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) + + +### Bug Fixes + +* **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)) + ## [0.15.4](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.3...anthos-bm-gcp-terraform-v0.15.4) (2024-09-25) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 9847395a..05a84459 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -15,7 +15,7 @@ */ terraform { - required_version = ">= v0.15.3, < 1.10" # this line should not change during a release + required_version = ">= v0.15.4, < 1.10" # this line should not change during a release required_providers { google = { source = "hashicorp/google"