diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47f4fcf9..942069df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,7 +14,7 @@ "solutions/gke/configconnector/gke-setup": "0.2.5", "solutions/gke/configconnector/gke-workload-identity": "0.1.3", "solutions/gke/kubernetes/cluster-defaults": "0.4.0", - "solutions/gke/kubernetes/namespace-defaults": "0.2.5", + "solutions/gke/kubernetes/namespace-defaults": "0.3.0", "solutions/ids": "0.2.2", "solutions/project/hub-env": "0.2.2", "solutions/project/spoke-unclass-env": "0.1.2" diff --git a/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md index f1b73e55..76a86612 100644 --- a/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md +++ b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/namespace-defaults-v0.2.5...solutions/gke/kubernetes/namespace-defaults/0.3.0) (2024-03-25) + + +### 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)) + + +### Bug Fixes + +* adding sa for wi and update network policy ([#518](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/518)) ([ea3d8b0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/ea3d8b02871c6c48a65e32a73fd92fdab2ecb03f)) +* adding security control tags ([#810](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/810)) ([cb877a4](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/cb877a4f465135677675f5e3b42a73b324e9827b)) +* changed <x-fleet-id> and to as they were causing render issues in git gui ([#909](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/909)) ([8a719d3](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/8a719d3f0ada597a4a52ce1081bdbf342139c2d5)) +* root-sync adding override ([#499](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/499)) ([c1b1530](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/c1b153086e922b295c97aac72c5d31089ba04014)) +* yaml comments cleanup ([#632](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/632)) ([6c77085](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/6c770850242590692365bbbf98222d94e53e5427)) + ## [0.2.5](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/namespace-defaults/0.2.4...solutions/gke/kubernetes/namespace-defaults/0.2.5) (2024-03-25)