From d98692fe32498ea89666d553f21f228d9037971e Mon Sep 17 00:00:00 2001 From: pubsec-declarative-toolkit-bot Date: Fri, 8 Sep 2023 08:46:06 -0400 Subject: [PATCH] chore: release main Signed-off-by: Name --- .release-please-manifest.json | 6 +++--- .../configconnector/gke-workload-identity/CHANGELOG.md | 8 ++++++++ solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md | 7 +++++++ solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md | 7 +++++++ 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 solutions/gke/configconnector/gke-workload-identity/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 26e013744..cf395d2a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,9 +12,9 @@ "solutions/gke/configconnector/gke-cluster-autopilot": "0.2.1", "solutions/gke/configconnector/gke-defaults": "0.2.0", "solutions/gke/configconnector/gke-setup": "0.2.1", - "solutions/gke/configconnector/gke-workload-identity": "0.1.0", - "solutions/gke/kubernetes/cluster-defaults": "0.2.0", - "solutions/gke/kubernetes/namespace-defaults": "0.2.1", + "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/project/hub-env": "0.2.0", "solutions/project/spoke-unclass-env": "0.1.0" diff --git a/solutions/gke/configconnector/gke-workload-identity/CHANGELOG.md b/solutions/gke/configconnector/gke-workload-identity/CHANGELOG.md new file mode 100644 index 000000000..75557761d --- /dev/null +++ b/solutions/gke/configconnector/gke-workload-identity/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/configconnector/gke-workload-identity-v0.1.0...solutions/gke/configconnector/gke-workload-identity/0.1.1) (2023-09-08) + + +### Features + +* gke-workload-identity package ([#520](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/520)) ([8b5160f](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/8b5160fd1d8c939a2cfd1e425bd68c8127cc7f3f)) diff --git a/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md b/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md index 472133f2d..58b1fc7c0 100644 --- a/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md +++ b/solutions/gke/kubernetes/cluster-defaults/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/cluster-defaults/0.2.0...solutions/gke/kubernetes/cluster-defaults/0.3.0) (2023-09-08) + + +### Features + +* adding logging to network policies ([#519](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/519)) ([d9e2b22](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/d9e2b2296b3693b9c442e50026f25dfbc3c473dd)) + ## [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) diff --git a/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md index 3b59635a2..7d0567959 100644 --- a/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md +++ b/solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/namespace-defaults/0.2.1...solutions/gke/kubernetes/namespace-defaults/0.2.2) (2023-09-08) + + +### 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)) + ## [0.2.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/gke/kubernetes/namespace-defaults/0.2.0...solutions/gke/kubernetes/namespace-defaults/0.2.1) (2023-08-29)