File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "anthos-bm-gcp-terraform" : " 0.15.6 " ,
2
+ "anthos-bm-gcp-terraform" : " 0.15.7 " ,
3
3
"anthos-attached-clusters" : " 0.2.0"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.7] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.6...anthos-bm-gcp-terraform-v0.15.7 ) (2025-04-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update terraform hashicorp/terraform to < ; 1.12 ([ #789 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/789 ) ) ([ 8f7a55b] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/8f7a55b73e0ab417160c06a214b1019415f90929 ) )
9
+ * ** deps:** update terraform terraform-google-modules/vm/google to ~ > ; 13.2.0 ([ #775 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/775 ) ) ([ 1324559] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/132455940275cfd49efdda99af4138710294d42c ) )
10
+
3
11
## [ 0.15.6] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.5...anthos-bm-gcp-terraform-v0.15.6 ) (2025-01-31)
4
12
5
13
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.4 , < 1.12" # this line should not change during a release
18
+ required_version = " >= v0.15.7 , < 1.12" # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
@@ -28,7 +28,7 @@ terraform {
28
28
}
29
29
30
30
provider_meta "google" {
31
- module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.6 "
31
+ module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.7 "
32
32
}
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments