Skip to content

Commit

Permalink
chore: release main (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 14, 2021
1 parent aec839e commit a19cdce
Show file tree
Hide file tree
Showing 71 changed files with 172 additions and 124 deletions.
14 changes: 1 addition & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
{
"catalog/bucket": "0.3.0",
"catalog/empty": "0.3.0",
"catalog/gitops": "0.3.0",
"catalog/gke": "0.3.0",
"catalog/hierarchy": "0.3.0",
"catalog/landing-zone": "0.3.0",
"catalog/log-export": "0.3.0",
"catalog/networking": "0.3.0",
"catalog/project": "0.3.0",
"catalog/redis-bucket": "0.3.0",
"catalog/spanner": "0.3.0"
}
{"catalog/bucket":"0.4.0","catalog/empty":"0.3.0","catalog/gitops":"0.4.0","catalog/gke":"0.3.0","catalog/hierarchy":"0.3.0","catalog/landing-zone":"0.4.0","catalog/log-export":"0.4.0","catalog/networking":"0.4.0","catalog/project":"0.4.0","catalog/redis-bucket":"0.3.0","catalog/spanner":"0.3.0"}
8 changes: 8 additions & 0 deletions catalog/bucket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.4.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.3.0...bucket-blueprint-v0.4.0) (2021-09-14)


### Features

* Add explicit location to bucket.yaml ([#71](https://www.github.com/GoogleCloudPlatform/blueprints/issues/71)) ([aec839e](https://www.github.com/GoogleCloudPlatform/blueprints/commit/aec839ed8124150c0670bc74d4f2aca113fa566d))
13 changes: 13 additions & 0 deletions catalog/gitops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.4.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.3.0...gitops-blueprint-v0.4.0) (2021-09-14)


### Features

* Switch to using IAMPartialPolicy instead of IAMPolicyMember ([#62](https://www.github.com/GoogleCloudPlatform/blueprints/issues/62)) ([395b921](https://www.github.com/GoogleCloudPlatform/blueprints/commit/395b921fe35bf54677e66df013f3ca4c2a09fdb6))


### Bug Fixes

* minor fixes in IAMPartialPolicy ([#63](https://www.github.com/GoogleCloudPlatform/blueprints/issues/63)) ([188ad2a](https://www.github.com/GoogleCloudPlatform/blueprints/commit/188ad2ab8d75e696d5127a52b146ca6f8363b8b3))
4 changes: 2 additions & 2 deletions catalog/gitops/cloudbuild-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: deployment-repo-cloudbuild-write
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand All @@ -37,7 +37,7 @@ metadata:
name: source-repo-cloudbuild-read
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/gitops/configsync/configsync-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: sync-cluster-name # kpt-set: sync-${cluster-name}
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
displayName: sync-cluster-name # kpt-set: sync-${cluster-name}
Expand All @@ -31,7 +31,7 @@ metadata:
name: sync-cluster-name # kpt-set: sync-${cluster-name}
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand All @@ -50,7 +50,7 @@ metadata:
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/gitops/hydration-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
name: source-repo-cicd-trigger # kpt-set: ${source-repo}-cicd-trigger
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
build:
Expand Down
4 changes: 2 additions & 2 deletions catalog/gitops/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: sourcerepo.googleapis.com
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
---
apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
Expand All @@ -26,5 +26,5 @@ metadata:
name: cloudbuild.googleapis.com
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
4 changes: 2 additions & 2 deletions catalog/gitops/source-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: source-repo # kpt-set: ${source-repo}
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
---
apiVersion: sourcerepo.cnrm.cloud.google.com/v1beta1
Expand All @@ -26,5 +26,5 @@ metadata:
name: deployment-repo # kpt-set: ${deployment-repo}
namespace: config-control # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.4.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
15 changes: 15 additions & 0 deletions catalog/landing-zone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.4.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/landing-zone-blueprint-v0.3.0...landing-zone-blueprint-v0.4.0) (2021-09-14)


### Features

* **landing-zone:** add automaticIamGrantsForDefaultServiceAccounts org policy ([#67](https://www.github.com/GoogleCloudPlatform/blueprints/issues/67)) ([eed1ebe](https://www.github.com/GoogleCloudPlatform/blueprints/commit/eed1ebe91867e05a17e2d0640b315375b461c670))
* Switch to using IAMPartialPolicy instead of IAMPolicyMember ([#62](https://www.github.com/GoogleCloudPlatform/blueprints/issues/62)) ([395b921](https://www.github.com/GoogleCloudPlatform/blueprints/commit/395b921fe35bf54677e66df013f3ca4c2a09fdb6))


### Bug Fixes

* minor fixes in IAMPartialPolicy ([#63](https://www.github.com/GoogleCloudPlatform/blueprints/issues/63)) ([188ad2a](https://www.github.com/GoogleCloudPlatform/blueprints/commit/188ad2ab8d75e696d5127a52b146ca6f8363b8b3))
* swap IAMPartialPolicy back to IAMPolicyMember for org resourceRefs ([#64](https://www.github.com/GoogleCloudPlatform/blueprints/issues/64)) ([45f5718](https://www.github.com/GoogleCloudPlatform/blueprints/commit/45f571820d091c2046ae6a0541ed89d590014090))
4 changes: 2 additions & 2 deletions catalog/landing-zone/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: org-admins-iam
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
resourceRef:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
Expand All @@ -33,7 +33,7 @@ metadata:
name: billing-admins-iam
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
resourceRef:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
Expand Down
8 changes: 4 additions & 4 deletions catalog/landing-zone/namespaces/hierarchy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: hierarchy-sa
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
displayName: hierarchy-sa
Expand All @@ -28,7 +28,7 @@ metadata:
name: hierarchy-sa-folderadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -44,7 +44,7 @@ metadata:
name: hierarchy-sa-workload-identity-binding
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand Down Expand Up @@ -83,6 +83,6 @@ metadata:
name: configconnectorcontext.core.cnrm.cloud.google.com
namespace: hierarchy
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
googleServiceAccount: [email protected] # kpt-set: hierarchy-sa@${management-project-id}.iam.gserviceaccount.com
10 changes: 5 additions & 5 deletions catalog/landing-zone/namespaces/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: configconnectorcontext.core.cnrm.cloud.google.com
namespace: logging
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
googleServiceAccount: [email protected] # kpt-set: logging-sa@${management-project-id}.iam.gserviceaccount.com
---
Expand All @@ -35,7 +35,7 @@ metadata:
name: logging-sa
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
displayName: logging-sa
Expand All @@ -46,7 +46,7 @@ metadata:
name: logging-sa-logadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -62,7 +62,7 @@ metadata:
name: logging-sa-bigqueryadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -78,7 +78,7 @@ metadata:
name: logging-sa-workload-identity-binding
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand Down
16 changes: 8 additions & 8 deletions catalog/landing-zone/namespaces/networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: networking-sa
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
displayName: networking-sa
Expand All @@ -29,7 +29,7 @@ metadata:
name: networking-sa-networkadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -45,7 +45,7 @@ metadata:
name: networking-sa-security-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -61,7 +61,7 @@ metadata:
name: networking-sa-dns-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -77,7 +77,7 @@ metadata:
name: networking-sa-service-control-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -93,7 +93,7 @@ metadata:
name: networking-sa-xpnadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -109,7 +109,7 @@ metadata:
name: networking-sa-workload-identity-binding
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand Down Expand Up @@ -148,6 +148,6 @@ metadata:
name: configconnectorcontext.core.cnrm.cloud.google.com
namespace: networking
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
googleServiceAccount: [email protected] # kpt-set: networking-sa@${management-project-id}.iam.gserviceaccount.com
8 changes: 4 additions & 4 deletions catalog/landing-zone/namespaces/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: policies-sa
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
displayName: policies-sa
Expand All @@ -29,7 +29,7 @@ metadata:
name: policies-sa-orgpolicyadmin-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -45,7 +45,7 @@ metadata:
name: policies-sa-workload-identity-binding
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand All @@ -70,6 +70,6 @@ metadata:
name: configconnectorcontext.core.cnrm.cloud.google.com
namespace: policies
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.3.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone/v0.4.0
spec:
googleServiceAccount: [email protected] # kpt-set: policies-sa@${management-project-id}.iam.gserviceaccount.com
Loading

0 comments on commit a19cdce

Please sign in to comment.