Skip to content

Commit

Permalink
chore(main): release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Sep 25, 2024
1 parent e0b850c commit 55cd609
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions anthos-attached-clusters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.16.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.3...v0.16.0) (2024-09-25)


### 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))
* 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))
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0"
}
}

0 comments on commit 55cd609

Please sign in to comment.