Skip to content

Commit

Permalink
chore(main): release anthos-bm-gcp-terraform 0.15.4 (#722)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 26, 2024
1 parent 4d448ff commit 52392e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"anthos-bm-gcp-terraform": "0.15.3",
"anthos-bm-gcp-terraform": "0.15.4",
"anthos-attached-clusters": "0.0.0"
}
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/anthos-bm-gcp-terraform-v0.15.3...anthos-bm-gcp-terraform-v0.15.4) (2024-09-25)


### 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
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 52392e7

Please sign in to comment.