Skip to content

Commit

Permalink
Merge branch 'GoogleCloudPlatform:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored Nov 23, 2023
2 parents e86ec4f + f0a3b41 commit c2592bb
Show file tree
Hide file tree
Showing 25 changed files with 484 additions and 201 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"solutions/client-landing-zone": "0.5.2",
"solutions/client-project-setup": "0.4.5",
"solutions/client-setup": "0.7.0",
"solutions/core-landing-zone": "0.5.0",
"solutions/client-setup": "0.7.1",
"solutions/core-landing-zone": "0.6.1",
"solutions/experimentation/admin-folder": "0.1.0",
"solutions/experimentation/client-landing-zone": "0.1.1",
"solutions/experimentation/client-landing-zone": "0.1.2",
"solutions/experimentation/client-project": "0.1.1",
"solutions/experimentation/core-landing-zone": "0.2.0",
"solutions/experimentation/core-landing-zone": "0.3.1",
"solutions/gatekeeper-policies": "0.2.1",
"solutions/gke/configconnector/gke-admin-proxy": "0.1.2",
"solutions/gke/configconnector/gke-cluster-autopilot": "0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/landing-zone-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The following instructions in this section 1 for the boostrap of the Config Cont
1. Enable the required services to provision the config controller instance.

```shell
gcloud services enable krmapihosting.googleapis.com container.googleapis.com cloudresourcemanager.googleapis.com cloudbilling.googleapis.com serviceusage.googleapis.com servicedirectory.googleapis.com dns.googleapis.com
gcloud services enable anthos.googleapis.com krmapihosting.googleapis.com container.googleapis.com cloudresourcemanager.googleapis.com cloudbilling.googleapis.com serviceusage.googleapis.com servicedirectory.googleapis.com dns.googleapis.com
```

1. Create the required network resources. Config Controller provisions a managed Private GKE instance and still requires some core networking resource to work.
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.7.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.7.0...solutions/client-setup/0.7.1) (2023-11-23)


### Bug Fixes

* revert client-folder name to original value ([#712](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/712)) ([5636b01](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/5636b010b50ba7baf0bb540794ac036601cb32ce))

## [0.7.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.6.2...solutions/client-setup/0.7.0) (2023-11-16)


Expand Down
1 change: 0 additions & 1 deletion solutions/client-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Package to setup a client's namespaces, folder, management project and root sync
| client-management-project-id | client-management-project-12345 | str | 111 |
| client-name | client1 | str | 149 |
| dns-project-id | dns-project-12345 | str | 1 |
| environment | env | str | 1 |
| management-namespace | config-control | str | 27 |
| management-project-id | management-project-12345 | str | 6 |
| management-project-number | 0000000000 | str | 1 |
Expand Down
2 changes: 1 addition & 1 deletion solutions/client-setup/folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ metadata:
name: clients.client-name # kpt-set: clients.${client-name}
namespace: hierarchy
spec:
displayName: client-name # kpt-set: ${client-name}-${environment}
displayName: client-name # kpt-set: ${client-name}
folderRef:
name: clients
4 changes: 0 additions & 4 deletions solutions/client-setup/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ data:
# customization: required
org-id: "0000000000"
#
# The environment (dev, preprod, prod), used in the client folder display name
# customization: required
environment: env
#
##########################
# Management Project
##########################
Expand Down
20 changes: 20 additions & 0 deletions solutions/core-landing-zone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.6.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/core-landing-zone/0.6.0...solutions/core-landing-zone/0.6.1) (2023-11-23)


### Bug Fixes

* added anthos api to config controller creation ([#704](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/704)) ([bc7c62e](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/bc7c62e266648aa9c47880508166990add36a84f))
* update stale org sink refs ([#718](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/718)) ([94eea50](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/94eea504ba4ba4d4a63b9665ce61837f2d1a59c2))

## [0.6.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/core-landing-zone/0.5.0...solutions/core-landing-zone/0.6.0) (2023-11-23)


### Features

* add monitoring resources ([#714](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/714)) ([14964df](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/14964df143cfde7b4de1640c8f6ec4113bf9d39f))


### Bug Fixes

* rename org sinks add security log bucket ([#707](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/707)) ([e82ae77](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/e82ae774e40a3625e06bb649ee4091a4f547f7f3))

## [0.5.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/core-landing-zone/0.4.0...solutions/core-landing-zone/0.5.0) (2023-11-16)


Expand Down
Loading

0 comments on commit c2592bb

Please sign in to comment.