From 20b58240fc23036e59af6a9beb762cd727334bfb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 21:00:52 -0400 Subject: [PATCH] chore(main): release 0.15.1 (#630) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- anthos-bm-gcp-terraform/CHANGELOG.md | 7 +++++++ anthos-bm-gcp-terraform/versions.tf | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index 4f6a728a..44ea2d6b 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.0...v0.15.1) (2023-07-27) + + +### Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.8.4 ([#628](https://github.com/GoogleCloudPlatform/anthos-samples/issues/628)) ([df5cdc2](https://github.com/GoogleCloudPlatform/anthos-samples/commit/df5cdc2450de2719fec854d64dda5ec11799ea2b)) + ## [0.15.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.14.0...v0.15.0) (2023-06-29) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index b67c54c5..4be415a1 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -15,7 +15,7 @@ */ terraform { - required_version = ">= v0.15.0, < 1.4" # this line should not change during a release + required_version = ">= v0.15.1, < 1.4" # 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.0" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.1" } }