Skip to content

Commit

Permalink
chore(main): release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 2, 2023
1 parent 48f7c6f commit e7aa018
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.14.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.13.1...v0.14.0) (2023-02-02)


### Features

* 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
4 changes: 2 additions & 2 deletions anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.4" # this line should not change during a release
required_version = ">= v0.14.0, < 1.4" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand All @@ -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.1"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.14.0"
}

}
Expand Down

0 comments on commit e7aa018

Please sign in to comment.