File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "anthos-bm-gcp-terraform" : " 0.15.6 " ,
2+ "anthos-bm-gcp-terraform" : " 0.15.7 " ,
33 "anthos-attached-clusters" : " 0.2.0"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
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-08-26)
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 hashicorp/terraform to < ; 1.13 ([ #805 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/805 ) ) ([ 02a7dc4] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/02a7dc40d3a0dbf59bbd1d8898fb81e91f2796c5 ) )
10+ * ** 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 ) )
11+ * ** deps:** update terraform terraform-google-modules/vm/google to ~ > ; 13.4.0 ([ #811 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/811 ) ) ([ d41f495] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/d41f4955f11e8d8ffb75092da98229f013a5528c ) )
12+ * update ubuntu-2004-lts ([ #814 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/814 ) ) ([ 238f3af] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/238f3af6621644171d0c1f156760ad56555d6b0d ) )
13+
314## [ 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)
415
516
Original file line number Diff line number Diff line change 1515 */
1616
1717terraform {
18- required_version = " >= v0.15.4 , < 1.13" # this line should not change during a release
18+ required_version = " >= v0.15.7 , < 1.13" # 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.6 "
31+ module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.7 "
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments