From 5b74d2aaa1ab14608e6c5af89404307c541e7088 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 02:06:17 +0000 Subject: [PATCH] chore(main): release 0.10.0 (#302) * chore(main): release 0.10.0 * cleanup: revert tf version change 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 | 12 ++++++++++++ anthos-bm-gcp-terraform/versions.tf | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index f2ba33d0..89db861a 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.9.0...v0.10.0) (2022-05-14) + + +### Features + +* Update ABM version to 1.11.1 ([#295](https://github.com/GoogleCloudPlatform/anthos-samples/issues/295)) ([159bacc](https://github.com/GoogleCloudPlatform/anthos-samples/commit/159baccfcf7f2a369a36bd88f6bbd5f98fd4c934)) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.40.8 ([#291](https://github.com/GoogleCloudPlatform/anthos-samples/issues/291)) ([c0ec98b](https://github.com/GoogleCloudPlatform/anthos-samples/commit/c0ec98bb10590e17395e19843dd74ff241cf23b8)) + ## [0.9.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.8.0...v0.9.0) (2022-05-11) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 1bc9372b..e0c1ca0a 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.9.0" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.10.0" } }