From 767802e493326d4e033c26c178b85ccab41a0449 Mon Sep 17 00:00:00 2001 From: pubsec-declarative-toolkit-bot Date: Tue, 24 Oct 2023 10:38:02 -0400 Subject: [PATCH] chore: release main (#606) Signed-off-by: Name --- .release-please-manifest.json | 6 +++--- solutions/client-setup/CHANGELOG.md | 7 +++++++ solutions/core-landing-zone/CHANGELOG.md | 7 +++++++ solutions/gatekeeper-policies/CHANGELOG.md | 7 +++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd90818cb..e101f585b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { "solutions/client-landing-zone": "0.4.7", "solutions/client-project-setup": "0.4.3", - "solutions/client-setup": "0.6.1", - "solutions/core-landing-zone": "0.3.2", + "solutions/client-setup": "0.6.2", + "solutions/core-landing-zone": "0.3.3", "solutions/experimentation/admin-folder": "0.1.0", "solutions/experimentation/client-landing-zone": "0.1.0", "solutions/experimentation/client-project": "0.1.0", "solutions/experimentation/core-landing-zone": "0.1.0", - "solutions/gatekeeper-policies": "0.2.0", + "solutions/gatekeeper-policies": "0.2.1", "solutions/gke/configconnector/gke-admin-proxy": "0.1.1", "solutions/gke/configconnector/gke-cluster-autopilot": "0.2.2", "solutions/gke/configconnector/gke-defaults": "0.2.0", diff --git a/solutions/client-setup/CHANGELOG.md b/solutions/client-setup/CHANGELOG.md index e3071c2fd..65e22a15d 100644 --- a/solutions/client-setup/CHANGELOG.md +++ b/solutions/client-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.6.1...solutions/client-setup/0.6.2) (2023-10-24) + + +### Bug Fixes + +* YAML comments cleanup ([#564](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/564)) ([a9dbcf1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/a9dbcf1945af3fa00851103994e35a2113978de1)) + ## [0.6.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.6.0...solutions/client-setup/0.6.1) (2023-09-25) diff --git a/solutions/core-landing-zone/CHANGELOG.md b/solutions/core-landing-zone/CHANGELOG.md index cda6ac9e4..c7a4339db 100644 --- a/solutions/core-landing-zone/CHANGELOG.md +++ b/solutions/core-landing-zone/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/core-landing-zone/0.3.2...solutions/core-landing-zone/0.3.3) (2023-10-24) + + +### Bug Fixes + +* YAML comments cleanup ([#564](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/564)) ([a9dbcf1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/a9dbcf1945af3fa00851103994e35a2113978de1)) + ## [0.3.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/core-landing-zone/0.3.1...solutions/core-landing-zone/0.3.2) (2023-08-18) diff --git a/solutions/gatekeeper-policies/CHANGELOG.md b/solutions/gatekeeper-policies/CHANGELOG.md index def6b0d46..d3bb46fd0 100644 --- a/solutions/gatekeeper-policies/CHANGELOG.md +++ b/solutions/gatekeeper-policies/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gatekeeper-policies/0.2.0...solutions/gatekeeper-policies/0.2.1) (2023-10-24) + + +### Bug Fixes + +* YAML comments cleanup ([#564](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/564)) ([a9dbcf1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/a9dbcf1945af3fa00851103994e35a2113978de1)) + ## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gatekeeper-policies/0.1.0...solutions/gatekeeper-policies/0.2.0) (2023-03-23)