diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf395d2a1..ddd408fec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "solutions/client-landing-zone": "0.4.4", "solutions/client-project-setup": "0.4.3", - "solutions/client-setup": "0.5.0", + "solutions/client-setup": "0.6.0", "solutions/core-landing-zone": "0.3.2", "solutions/experimentation/admin-folder": "0.1.0", "solutions/experimentation/client-landing-zone": "0.1.0", @@ -15,7 +15,7 @@ "solutions/gke/configconnector/gke-workload-identity": "0.1.1", "solutions/gke/kubernetes/cluster-defaults": "0.3.0", "solutions/gke/kubernetes/namespace-defaults": "0.2.2", - "solutions/ids": "0.1.0", + "solutions/ids": "0.2.0", "solutions/project/hub-env": "0.2.0", "solutions/project/spoke-unclass-env": "0.1.0" } diff --git a/solutions/client-setup/CHANGELOG.md b/solutions/client-setup/CHANGELOG.md index e32a7e8d0..3515516f4 100644 --- a/solutions/client-setup/CHANGELOG.md +++ b/solutions/client-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.5.0...solutions/client-setup/0.6.0) (2023-09-14) + + +### Features + +* cloud ids ([#517](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/517)) ([7b4db46](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/7b4db460b55ef7c36754e46e32ae622bce502117)) + ## [0.5.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.4.2...solutions/client-setup/0.5.0) (2023-09-06) diff --git a/solutions/ids/CHANGELOG.md b/solutions/ids/CHANGELOG.md new file mode 100644 index 000000000..2bc7b5190 --- /dev/null +++ b/solutions/ids/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/ids-v0.1.0...solutions/ids/0.2.0) (2023-09-14) + + +### Features + +* cloud ids ([#517](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/517)) ([7b4db46](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/7b4db460b55ef7c36754e46e32ae622bce502117))