Skip to content

Commit 52392e7

Browse files
chore(main): release anthos-bm-gcp-terraform 0.15.4 (#722)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4d448ff commit 52392e7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"anthos-bm-gcp-terraform": "0.15.3",
2+
"anthos-bm-gcp-terraform": "0.15.4",
33
"anthos-attached-clusters": "0.0.0"
44
}

anthos-bm-gcp-terraform/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* minor updates for CI ([#691](https://github.com/GoogleCloudPlatform/anthos-samples/issues/691)) ([ef3baae](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ef3baae55c6ec0e98cc062bfcfbda26345e0fe15))
12+
* minor updates for lint ([#694](https://github.com/GoogleCloudPlatform/anthos-samples/issues/694)) ([083e792](https://github.com/GoogleCloudPlatform/anthos-samples/commit/083e79215b0300d8eeadaf1ba3069edf29092770))
13+
314
## [0.15.3](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.2...v0.15.3) (2024-02-21)
415

516

anthos-bm-gcp-terraform/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.3"
31+
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.4"
3232
}
3333
}
3434

0 commit comments

Comments
 (0)