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" } }