Skip to content

Commit

Permalink
chore(main): release 0.14.0 (#551)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
release-please[bot] and Shabirmean authored Feb 8, 2023
1 parent e6ec6a4 commit 102c378
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

}
Expand Down

0 comments on commit 102c378

Please sign in to comment.