diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6104247e..99699f89 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "anthos-bm-gcp-terraform": "0.15.4", - "anthos-attached-clusters": "0.0.0" + "anthos-attached-clusters": "0.1.0" } diff --git a/anthos-attached-clusters/CHANGELOG.md b/anthos-attached-clusters/CHANGELOG.md new file mode 100644 index 00000000..88ef6139 --- /dev/null +++ b/anthos-attached-clusters/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 0.1.0 (2024-09-26) + + +### Features + +* add an attached cluster example for kind as well ([#677](https://github.com/GoogleCloudPlatform/anthos-samples/issues/677)) ([a1ffecf](https://github.com/GoogleCloudPlatform/anthos-samples/commit/a1ffecf133f81c2487da33e549d8283e3aa02263)) +* add attached-install-mesh arguments ([#718](https://github.com/GoogleCloudPlatform/anthos-samples/issues/718)) ([e0b850c](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e0b850c63a55485818a8c51c807c9d4e0f0d3b51)) +* Add terraform samples for GKE Attached clusters. ([#667](https://github.com/GoogleCloudPlatform/anthos-samples/issues/667)) ([59a0d19](https://github.com/GoogleCloudPlatform/anthos-samples/commit/59a0d190ade093922659b501a42c0282aedb5866)) +* **anthos-attached-clusters/kind:** add outputs ([#705](https://github.com/GoogleCloudPlatform/anthos-samples/issues/705)) ([e4ae4b2](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e4ae4b2fa1408ee79ef6610de6b478972b5bc988)) +* **anthos-attached-clusters/kind:** update default versions ([#716](https://github.com/GoogleCloudPlatform/anthos-samples/issues/716)) ([3bde268](https://github.com/GoogleCloudPlatform/anthos-samples/commit/3bde26802919539d27ae9295a8b936d7aa827eb3)) +* **anthos-attached-clusters:** add attached-install-mesh module ([#710](https://github.com/GoogleCloudPlatform/anthos-samples/issues/710)) ([0143f50](https://github.com/GoogleCloudPlatform/anthos-samples/commit/0143f50cd72a22db0ece9ca1a693bb6a27562f75)) + + +### Bug Fixes + +* add version constraint for helm provider ([#672](https://github.com/GoogleCloudPlatform/anthos-samples/issues/672)) ([443c008](https://github.com/GoogleCloudPlatform/anthos-samples/commit/443c0084f2a4d3ccf65d4b36bd70fced678c1565)) +* **anthos-attached-cluster:** document modules ([#714](https://github.com/GoogleCloudPlatform/anthos-samples/issues/714)) ([8fd4eaa](https://github.com/GoogleCloudPlatform/anthos-samples/commit/8fd4eaac6e402b42856613ad63e56fb0eb541121)) +* **anthos-attached-clusters:** add providers and lint ([#692](https://github.com/GoogleCloudPlatform/anthos-samples/issues/692)) ([393d625](https://github.com/GoogleCloudPlatform/anthos-samples/commit/393d625a005598fe814249d3f04d4c6ab057a4c4)) +* **deps:** update terraform google to v6 ([#726](https://github.com/GoogleCloudPlatform/anthos-samples/issues/726)) ([9364b39](https://github.com/GoogleCloudPlatform/anthos-samples/commit/9364b39c8ae7dfffcea4c12ca8178b0a9b761c42)) +* minor updates for CI ([#691](https://github.com/GoogleCloudPlatform/anthos-samples/issues/691)) ([ef3baae](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ef3baae55c6ec0e98cc062bfcfbda26345e0fe15)) +* typo ([#690](https://github.com/GoogleCloudPlatform/anthos-samples/issues/690)) ([af3f53c](https://github.com/GoogleCloudPlatform/anthos-samples/commit/af3f53c03d10732328cd56ab10c8d2ca9f8777b7)) diff --git a/anthos-attached-clusters/modules/attached-install-mesh/versions.tf b/anthos-attached-clusters/modules/attached-install-mesh/versions.tf index 378db35b..b072de41 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.15.3" + module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.1.0" } }