Skip to content

Commit

Permalink
chore(main): release 0.12.2 (#428)
Browse files Browse the repository at this point in the history
* chore(main): release 0.12.2

* cleanup: revert Terraform 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 Sep 26, 2022
1 parent b208ef7 commit 342d434
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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.12.2](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.1...v0.12.2) (2022-09-23)


### Features

* enable google login via cluster configuration ([#409](https://github.com/GoogleCloudPlatform/anthos-samples/issues/409)) ([51b0ffd](https://github.com/GoogleCloudPlatform/anthos-samples/commit/51b0ffd0db66ea2701211c52c074be4a53705119))


### Bug Fixes

* **deps:** update module github.com/gruntwork-io/terratest to v0.40.22 ([#406](https://github.com/GoogleCloudPlatform/anthos-samples/issues/406)) ([d59bcb5](https://github.com/GoogleCloudPlatform/anthos-samples/commit/d59bcb5ca73f54843b09e8e429cd47971fb40ec9))


### Miscellaneous Chores

* release 0.12.2 ([e515604](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e51560466a8359bac292475eab34824d49738e7d))

## [0.12.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.0...v0.12.1) (2022-09-16)


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.12.1"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.12.2"
}

}
Expand Down

0 comments on commit 342d434

Please sign in to comment.