From 29ce406e80eec63b578f255199ff28222f16895b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:06:51 -0400 Subject: [PATCH] chore(main): release 0.12.1 (#412) * chore(main): release 0.12.1 * chore: revert the terraform version update Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> --- anthos-bm-gcp-terraform/CHANGELOG.md | 7 +++++++ anthos-bm-gcp-terraform/versions.tf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index c57402b1..ab7270ce 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.0...v0.12.1) (2022-09-16) + + +### Miscellaneous Chores + +* release 0.12.1 ([#407](https://github.com/GoogleCloudPlatform/anthos-samples/issues/407)) ([5431e83](https://github.com/GoogleCloudPlatform/anthos-samples/commit/5431e836afe5f2aaf23f174f85e15d7e580ebc78)) + ## [0.12.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.11.4...v0.12.0) (2022-09-14) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index e465466e..0c1e9bc2 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -32,7 +32,7 @@ terraform { # See # - https://github.com/GoogleCloudPlatform/anthos-samples/blob/main/anthos-bm-gcp-terraform/resources/templates/anthos_gce_cluster.tpl#L20 # - https://github.com/GoogleCloudPlatform/anthos-samples/blob/main/anthos-bm-gcp-terraform/resources/init_vm.sh#L180 - module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.12.0" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.12.1" } }