Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#302)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
release-please[bot] and Shabirmean authored May 14, 2022
1 parent 159bacc commit 5b74d2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

}
Expand Down

0 comments on commit 5b74d2a

Please sign in to comment.