Skip to content

Commit

Permalink
chore(main): release 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 5, 2022
1 parent 8d218d2 commit 75cc93c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.11.4](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.11.3...v0.11.4) (2022-08-05)


### Bug Fixes

* **deps:** update github.com/icrowley/fake digest to 3c75170 ([#351](https://github.com/GoogleCloudPlatform/anthos-samples/issues/351)) ([8d218d2](https://github.com/GoogleCloudPlatform/anthos-samples/commit/8d218d209c64ac3eb50e4decd9ba97ab6fb725b4))
* **deps:** update module github.com/gruntwork-io/terratest to v0.40.19 ([#347](https://github.com/GoogleCloudPlatform/anthos-samples/issues/347)) ([b02d866](https://github.com/GoogleCloudPlatform/anthos-samples/commit/b02d86615c1aafe915c7b8e75dd5351d8716e701))
* **deps:** update module github.com/stretchr/testify to v1.8.0 ([#348](https://github.com/GoogleCloudPlatform/anthos-samples/issues/348)) ([d0ad1d8](https://github.com/GoogleCloudPlatform/anthos-samples/commit/d0ad1d8fcdda27cbbbf0a5fd93fe9b3b48910fbe))

## [0.11.3](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.11.2...v0.11.3) (2022-07-21)


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.2" # this line should not change during a release
required_version = ">= v0.11.4, < 1.2" # 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.11.3"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.11.4"
}

}
Expand Down

0 comments on commit 75cc93c

Please sign in to comment.