Skip to content

Commit 2135c92

Browse files
chore(main): release anthos-attached-clusters 0.2.0 (#787)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent af2b4b7 commit 2135c92

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.6",
3-
"anthos-attached-clusters": "0.1.1"
3+
"anthos-attached-clusters": "0.2.0"
44
}

anthos-attached-clusters/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* **attached-install-manifest:** add option to configure helm timeout ([#791](https://github.com/GoogleCloudPlatform/anthos-samples/issues/791)) ([af2b4b7](https://github.com/GoogleCloudPlatform/anthos-samples/commit/af2b4b7902e0c94e348168b5ddfadd92c27cf942))
9+
10+
11+
### Bug Fixes
12+
13+
* **attached-install-manifest:** set appVersion and bump chart version ([#790](https://github.com/GoogleCloudPlatform/anthos-samples/issues/790)) ([3f82a0e](https://github.com/GoogleCloudPlatform/anthos-samples/commit/3f82a0e795de34b5b6458dc8d3b4712045391759))
14+
* **deps:** update terraform kind to ~&gt; 0.8 ([#784](https://github.com/GoogleCloudPlatform/anthos-samples/issues/784)) ([4fefbc1](https://github.com/GoogleCloudPlatform/anthos-samples/commit/4fefbc11a9f41f4f747cab7e9eee44ad39922ce5))
15+
* update attached modules ([#783](https://github.com/GoogleCloudPlatform/anthos-samples/issues/783)) ([afd420b](https://github.com/GoogleCloudPlatform/anthos-samples/commit/afd420bbb364452e30a364072362da47dba5da43))
16+
317
## [0.1.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/anthos-attached-clusters-v0.1.0...anthos-attached-clusters-v0.1.1) (2025-02-11)
418

519

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.1.1"
40+
module_name = "anthos-samples/terraform/anthos-attached-clusters/modules/asmcli/v0.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)