Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #917

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"solutions/client-landing-zone": "0.7.1",
"solutions/client-project-setup": "0.6.0",
"solutions/client-setup": "0.8.1",
"solutions/client-setup": "0.8.2",
"solutions/core-landing-zone": "0.9.0",
"solutions/experimentation/admin-folder": "0.1.2",
"solutions/experimentation/client-landing-zone": "0.1.5",
Expand All @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions solutions/client-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.8.1...solutions/client-setup/0.8.2) (2024-04-05)


### Bug Fixes

* update core dns project setter name ([#919](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/919)) ([0430aa8](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/0430aa8a220a80fdd01ba328646159cca8a6823a))

## [0.8.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.8.0...solutions/client-setup/0.8.1) (2024-03-21)


Expand Down
16 changes: 16 additions & 0 deletions solutions/gke/kubernetes/namespace-defaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-04-05)


### 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 &lt;x-fleet-id&gt; and <namespace> 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)


Expand Down