From 102c3783ec4dde7d365722d4415406cf31ad5d82 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:25:01 -0500 Subject: [PATCH] chore(main): release 0.14.0 (#551) * chore(main): release 0.14.0 * chore: revert terraform version changes --------- 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 | 19 +++++++++++++++++++ anthos-bm-gcp-terraform/versions.tf | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index 2b866b7a..a89d1726 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.14.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.13.1...v0.14.0) (2023-02-08) + + +### Features + +* [anthos-bm-gcp-terraform] parameterize ABM version ([#570](https://github.com/GoogleCloudPlatform/anthos-samples/issues/570)) ([c25163e](https://github.com/GoogleCloudPlatform/anthos-samples/commit/c25163edd2b335ce6591fa3a64d5de791c40dba0)) +* [anthos-bm-gcp-terraform] set nfs-csi rwx ([#568](https://github.com/GoogleCloudPlatform/anthos-samples/issues/568)) ([e6ec6a4](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e6ec6a4acfffddf03c011e3bd2f2ec102481e72a)) +* update ABM version to 1.14.0 ([#544](https://github.com/GoogleCloudPlatform/anthos-samples/issues/544)) ([dce22a9](https://github.com/GoogleCloudPlatform/anthos-samples/commit/dce22a9c7c28dc6d3ddda0e911a9ee81f09199bb)) + + +### Bug Fixes + +* **deps:** update github.com/icrowley/fake digest to d7b7e22 ([#494](https://github.com/GoogleCloudPlatform/anthos-samples/issues/494)) ([1602445](https://github.com/GoogleCloudPlatform/anthos-samples/commit/1602445eb3e03bf24cb7f8408c35f5fc6d3d766b)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.41.0 ([#486](https://github.com/GoogleCloudPlatform/anthos-samples/issues/486)) ([a98ec02](https://github.com/GoogleCloudPlatform/anthos-samples/commit/a98ec02442df6c482d9330ee3e96e7452bdad3b7)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.41.10 ([#563](https://github.com/GoogleCloudPlatform/anthos-samples/issues/563)) ([32d3e27](https://github.com/GoogleCloudPlatform/anthos-samples/commit/32d3e276f224a8b5c84a2ab2656a5e8d68297a52)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.41.3 ([#507](https://github.com/GoogleCloudPlatform/anthos-samples/issues/507)) ([28bf9fd](https://github.com/GoogleCloudPlatform/anthos-samples/commit/28bf9fdfe39f7333fb5da87b038e7d342901f166)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.41.6 ([#529](https://github.com/GoogleCloudPlatform/anthos-samples/issues/529)) ([bb20969](https://github.com/GoogleCloudPlatform/anthos-samples/commit/bb209693aa88e359b12ac38f3ebc26a05c66ef43)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.41.9 ([#533](https://github.com/GoogleCloudPlatform/anthos-samples/issues/533)) ([05fb65a](https://github.com/GoogleCloudPlatform/anthos-samples/commit/05fb65afedb2d8c2c6dfe7e6da106af5165debbf)) + ## [0.13.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.13.0...v0.13.1) (2022-11-02) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 17991ed5..6a391840 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -28,7 +28,7 @@ terraform { } provider_meta "google" { - module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.13.1" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.14.0" } }