diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ccf739f6..789e4c67 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "anthos-bm-gcp-terraform": "0.15.6", - "anthos-attached-clusters": "0.2.0" + "anthos-attached-clusters": "0.2.1" } diff --git a/anthos-attached-clusters/CHANGELOG.md b/anthos-attached-clusters/CHANGELOG.md index a0913d18..b30689a8 100644 --- a/anthos-attached-clusters/CHANGELOG.md +++ b/anthos-attached-clusters/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-attached-clusters-v0.2.0...anthos-attached-clusters-v0.2.1) (2026-01-16) + + +### Bug Fixes + +* **deps:** update terraform google to v7 ([#823](https://github.com/GoogleCloudPlatform/anthos-samples/issues/823)) ([c80d49f](https://github.com/GoogleCloudPlatform/anthos-samples/commit/c80d49fdf7aa9f878efa998dccb047bbb085126c)) +* **deps:** update terraform kind to ~> 0.9 ([#806](https://github.com/GoogleCloudPlatform/anthos-samples/issues/806)) ([bbf3662](https://github.com/GoogleCloudPlatform/anthos-samples/commit/bbf3662efe2f15a8f4a7122aa71aa88947613944)) + ## [0.2.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-attached-clusters-v0.1.1...anthos-attached-clusters-v0.2.0) (2025-03-05) diff --git a/anthos-attached-clusters/modules/attached-install-mesh/versions.tf b/anthos-attached-clusters/modules/attached-install-mesh/versions.tf index 62f1ce11..13771176 100644 --- a/anthos-attached-clusters/modules/attached-install-mesh/versions.tf +++ b/anthos-attached-clusters/modules/attached-install-mesh/versions.tf @@ -37,6 +37,6 @@ terraform { } provider_meta "google" { - module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.2.0" + module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.2.1" } }