Skip to content

Commit 6aa463a

Browse files
chore(main): release anthos-attached-clusters 0.1.1 (#759)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 9ecbb89 commit 6aa463a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0"
3+
"anthos-attached-clusters": "0.1.1"
44
}

anthos-attached-clusters/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update terraform kind to ~&gt; 0.7 ([#752](https://github.com/GoogleCloudPlatform/anthos-samples/issues/752)) ([d1ec732](https://github.com/GoogleCloudPlatform/anthos-samples/commit/d1ec73293db152e16052c5c8de6257edb8a3bd91))
9+
310
## 0.1.0 (2024-09-26)
411

512

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

0 commit comments

Comments
 (0)