From 61337bea5b81fed4ff1d1726a911c3f6671f0d04 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:41:08 -0400 Subject: [PATCH] chore(main): release 0.13.1 (#476) * chore(main): release 0.13.1 * chore: revert terraform version 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 37acd4f0..2b866b7a 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.13.0...v0.13.1) (2022-11-02) + + +### Miscellaneous Chores + +* release 0.13.1 ([02eb88b](https://github.com/GoogleCloudPlatform/anthos-samples/commit/02eb88b5c813b340eabc6cfc8ed0d6f752d92d52)) + ## [0.13.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.2...v0.13.0) (2022-11-02) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index deba34c9..77630992 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.13.0" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.13.1" } }