File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "anthos-bm-gcp-terraform" : " 0.15.4 " ,
2
+ "anthos-bm-gcp-terraform" : " 0.15.5 " ,
3
3
"anthos-attached-clusters" : " 0.1.0"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.5] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.4...anthos-bm-gcp-terraform-v0.15.5 ) (2024-12-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update terraform hashicorp/terraform to < ; 1.11 ([ #751 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/751 ) ) ([ 44d541e] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/44d541e124920e95295b242dbed75243dc3159ae ) )
9
+ * ** deps:** update terraform terraform-google-modules/gcloud/google to v3.5.0 ([ #725 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/725 ) ) ([ b7e13f5] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/b7e13f542bec190e07b6a5e742842eeca715d43a ) )
10
+ * ** deps:** update terraform terraform-google-modules/project-factory/google to v17 ([ #729 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/729 ) ) ([ 1866ee5] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/1866ee5e18783b5d62c44a1bbb624232f5ee57c2 ) )
11
+ * ** deps:** update terraform terraform-google-modules/vm/google to v12 ([ #730 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/730 ) ) ([ f07017a] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/f07017a9b432a4dcdb0fe9c543dc9ac95833cae6 ) )
12
+ * ** deps:** update terraform terraform-google-modules/vm/google to v13 ([ #757 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/757 ) ) ([ 40c9671] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/40c96716a9d9e43cffedd76f8c0ba99b55e5f754 ) )
13
+
3
14
## [ 0.15.4] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-bm-gcp-terraform-v0.15.4...anthos-bm-gcp-terraform-v0.15.4 ) (2024-10-07)
4
15
5
16
Original file line number Diff line number Diff line change @@ -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.4 "
31
+ module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.5 "
32
32
}
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments