diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6b7dc45d..8c13763f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "solutions/client-landing-zone": "0.4.2", - "solutions/client-project-setup": "0.4.2", + "solutions/client-landing-zone": "0.4.3", + "solutions/client-project-setup": "0.4.3", "solutions/client-setup": "0.4.1", "solutions/core-landing-zone": "0.3.2", "solutions/experimentation/admin-folder": "0.1.0", @@ -8,11 +8,11 @@ "solutions/experimentation/client-project": "0.1.0", "solutions/experimentation/core-landing-zone": "0.1.0", "solutions/gatekeeper-policies": "0.2.0", - "solutions/gke/configconnector/gke-cluster-autopilot": "0.1.0", - "solutions/gke/configconnector/gke-defaults": "0.1.0", - "solutions/gke/configconnector/gke-setup": "0.1.0", - "solutions/gke/kubernetes/cluster-defaults": "0.1.0", - "solutions/gke/kubernetes/namespace-defaults": "0.1.0", + "solutions/gke/configconnector/gke-cluster-autopilot": "0.2.0", + "solutions/gke/configconnector/gke-defaults": "0.2.0", + "solutions/gke/configconnector/gke-setup": "0.2.0", + "solutions/gke/kubernetes/cluster-defaults": "0.2.0", + "solutions/gke/kubernetes/namespace-defaults": "0.2.0", "solutions/project/hub-env": "0.2.0", "solutions/project/spoke-unclass-env": "0.1.0" } diff --git a/solutions/client-landing-zone/CHANGELOG.md b/solutions/client-landing-zone/CHANGELOG.md index 5fcbd55b3..f1f107446 100644 --- a/solutions/client-landing-zone/CHANGELOG.md +++ b/solutions/client-landing-zone/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-landing-zone/0.4.2...solutions/client-landing-zone/0.4.3) (2023-08-21) + + +### Bug Fixes + +* client-landing-zone ([#471](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/471)) ([5fe3d22](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/5fe3d22a06de74dbe5ecacd6a5b7f6d323b247b1)) + ## [0.4.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-landing-zone/0.4.1...solutions/client-landing-zone/0.4.2) (2023-06-27) diff --git a/solutions/client-project-setup/CHANGELOG.md b/solutions/client-project-setup/CHANGELOG.md index b9c6e8327..ca8d1ce54 100644 --- a/solutions/client-project-setup/CHANGELOG.md +++ b/solutions/client-project-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-project-setup/0.4.2...solutions/client-project-setup/0.4.3) (2023-08-21) + + +### Bug Fixes + +* client-project-setup package ([#472](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/472)) ([ff53971](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/ff53971a79ca4120329870924be9bbf948eda879)) + ## [0.4.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-project-setup/0.4.1...solutions/client-project-setup/0.4.2) (2023-07-20) diff --git a/solutions/gke/configconnector/gke-cluster-autopilot/CHANGELOG.md b/solutions/gke/configconnector/gke-cluster-autopilot/CHANGELOG.md new file mode 100644 index 000000000..7ad83114d --- /dev/null +++ b/solutions/gke/configconnector/gke-cluster-autopilot/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/configconnector/gke-cluster-autopilot-v0.1.0...solutions/gke/configconnector/gke-cluster-autopilot/0.2.0) (2023-08-21) + + +### Features + +* gke-cluster-autopilot package ([#482](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/482)) ([e56ddca](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/e56ddca68ce8890a2ff401ed8a0458182dd91d84)) diff --git a/solutions/gke/configconnector/gke-defaults/CHANGELOG.md b/solutions/gke/configconnector/gke-defaults/CHANGELOG.md new file mode 100644 index 000000000..44fe310ed --- /dev/null +++ b/solutions/gke/configconnector/gke-defaults/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/configconnector/gke-defaults-v0.1.0...solutions/gke/configconnector/gke-defaults/0.2.0) (2023-08-21) + + +### Features + +* gke-defaults package ([#480](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/480)) ([b69047a](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/b69047a3e0b3ba90cf0c2adcce5ba9e6f190f937)) diff --git a/solutions/gke/configconnector/gke-setup/CHANGELOG.md b/solutions/gke/configconnector/gke-setup/CHANGELOG.md new file mode 100644 index 000000000..419cf391f --- /dev/null +++ b/solutions/gke/configconnector/gke-setup/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/configconnector/gke-setup-v0.1.0...solutions/gke/configconnector/gke-setup/0.2.0) (2023-08-21) + + +### Features + +* gke-setup package ([#478](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/478)) ([5d9e345](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/5d9e345f75f8f8e21c14c799cbb183b3715a0c6f)) diff --git a/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md b/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md new file mode 100644 index 000000000..472133f2d --- /dev/null +++ b/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/cluster-defaults-v0.1.0...solutions/gke/kubernetes/cluster-defaults/0.2.0) (2023-08-21) + + +### Features + +* kubernetes default package ([#484](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/484)) ([a4ee1a5](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/a4ee1a55e76cca0b867e54dfed68215bbbe545e6)) diff --git a/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md new file mode 100644 index 000000000..f9105fb82 --- /dev/null +++ b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/namespace-defaults-v0.1.0...solutions/gke/kubernetes/namespace-defaults/0.2.0) (2023-08-21) + + +### Features + +* kubernetes namespace defaults package ([#486](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/486)) ([ff939aa](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/ff939aa32c4641f24c40fd8d92ff74467f870d1e))