Skip to content

Commit

Permalink
chore(main): release 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 6, 2024
1 parent fd36d37 commit 31ae922
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.15.4](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.3...v0.15.4) (2024-09-06)


### Bug Fixes

* **CI:** fix anthos-bm-gcp-terraform (Golang) unit tests ([#697](https://github.com/GoogleCloudPlatform/anthos-samples/issues/697)) ([c909f72](https://github.com/GoogleCloudPlatform/anthos-samples/commit/c909f72117cd87a2c47953632017c45258f8e1c4))
* **deps:** update module github.com/gruntwork-io/terratest to v0.47.0 ([#665](https://github.com/GoogleCloudPlatform/anthos-samples/issues/665)) ([e2a3c8c](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e2a3c8cf2b84ab6505379ff6a7887314d5ce3f18))
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#701](https://github.com/GoogleCloudPlatform/anthos-samples/issues/701)) ([1973898](https://github.com/GoogleCloudPlatform/anthos-samples/commit/19738980bdae25cd434d3a208cc3aeafe5943899))
* minor updates for CI ([#691](https://github.com/GoogleCloudPlatform/anthos-samples/issues/691)) ([ef3baae](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ef3baae55c6ec0e98cc062bfcfbda26345e0fe15))
* minor updates for lint ([#694](https://github.com/GoogleCloudPlatform/anthos-samples/issues/694)) ([083e792](https://github.com/GoogleCloudPlatform/anthos-samples/commit/083e79215b0300d8eeadaf1ba3069edf29092770))

## [0.15.3](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.2...v0.15.3) (2024-02-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.3, < 1.4" # this line should not change during a release
required_version = ">= v0.15.4, < 1.4" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand All @@ -28,7 +28,7 @@ terraform {
}

provider_meta "google" {
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.3"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.4"
}
}

Expand Down

0 comments on commit 31ae922

Please sign in to comment.