Skip to content

Commit faf7f18

Browse files
chore(main): release 0.15.2 (#642)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8b0e924 commit faf7f18

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

anthos-bm-gcp-terraform/CHANGELOG.md

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

3+
## [0.15.2](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.1...v0.15.2) (2023-11-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/gruntwork-io/terratest to v0.46.1 ([#629](https://github.com/GoogleCloudPlatform/anthos-samples/issues/629)) ([621f486](https://github.com/GoogleCloudPlatform/anthos-samples/commit/621f48620140bba4e2b1c6e5e25ca5a7b1f347db))
9+
310
## [0.15.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.0...v0.15.1) (2023-07-27)
411

512

anthos-bm-gcp-terraform/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.1, < 1.4" # this line should not change during a release
18+
required_version = ">= v0.15.2, < 1.4" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

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

0 commit comments

Comments
 (0)