Skip to content

Commit e808553

Browse files
chore(main): release anthos-attached-clusters 0.1.0 (#723)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9364b39 commit e808553

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"anthos-bm-gcp-terraform": "0.15.4",
3-
"anthos-attached-clusters": "0.0.0"
3+
"anthos-attached-clusters": "0.1.0"
44
}

anthos-attached-clusters/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-09-26)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add attached-install-mesh arguments ([#718](https://github.com/GoogleCloudPlatform/anthos-samples/issues/718)) ([e0b850c](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e0b850c63a55485818a8c51c807c9d4e0f0d3b51))
10+
* 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))
11+
* **anthos-attached-clusters/kind:** add outputs ([#705](https://github.com/GoogleCloudPlatform/anthos-samples/issues/705)) ([e4ae4b2](https://github.com/GoogleCloudPlatform/anthos-samples/commit/e4ae4b2fa1408ee79ef6610de6b478972b5bc988))
12+
* **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))
13+
* **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))
14+
15+
16+
### Bug Fixes
17+
18+
* add version constraint for helm provider ([#672](https://github.com/GoogleCloudPlatform/anthos-samples/issues/672)) ([443c008](https://github.com/GoogleCloudPlatform/anthos-samples/commit/443c0084f2a4d3ccf65d4b36bd70fced678c1565))
19+
* **anthos-attached-cluster:** document modules ([#714](https://github.com/GoogleCloudPlatform/anthos-samples/issues/714)) ([8fd4eaa](https://github.com/GoogleCloudPlatform/anthos-samples/commit/8fd4eaac6e402b42856613ad63e56fb0eb541121))
20+
* **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))
21+
* **deps:** update terraform google to v6 ([#726](https://github.com/GoogleCloudPlatform/anthos-samples/issues/726)) ([9364b39](https://github.com/GoogleCloudPlatform/anthos-samples/commit/9364b39c8ae7dfffcea4c12ca8178b0a9b761c42))
22+
* minor updates for CI ([#691](https://github.com/GoogleCloudPlatform/anthos-samples/issues/691)) ([ef3baae](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ef3baae55c6ec0e98cc062bfcfbda26345e0fe15))
23+
* typo ([#690](https://github.com/GoogleCloudPlatform/anthos-samples/issues/690)) ([af3f53c](https://github.com/GoogleCloudPlatform/anthos-samples/commit/af3f53c03d10732328cd56ab10c8d2ca9f8777b7))

anthos-attached-clusters/modules/attached-install-mesh/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ terraform {
3737
}
3838

3939
provider_meta "google" {
40-
module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.15.3"
40+
module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.1.0"
4141
}
4242
}

0 commit comments

Comments
 (0)