Skip to content

Commit

Permalink
chore: release main (#78)
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 Oct 16, 2021
1 parent e7bfc48 commit 94ceee9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"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"}
{"catalog/bucket":"0.4.1","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.1","catalog/redis-bucket":"0.3.1","catalog/spanner":"0.3.0"}
7 changes: 7 additions & 0 deletions catalog/bucket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.4.1](https://www.github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.4.0...bucket-blueprint-v0.4.1) (2021-10-15)


### Bug Fixes

* remove DEFAULT_PROJECT keyword from blueprints. ([#79](https://www.github.com/GoogleCloudPlatform/blueprints/issues/79)) ([e7bfc48](https://www.github.com/GoogleCloudPlatform/blueprints/commit/e7bfc4899d7079c6aa1d005c8f732227c289ad50))

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


Expand Down
7 changes: 7 additions & 0 deletions catalog/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.4.1](https://www.github.com/GoogleCloudPlatform/blueprints/compare/project-blueprint-v0.4.0...project-blueprint-v0.4.1) (2021-10-15)


### Bug Fixes

* add validation for project ns blueprint ([#77](https://www.github.com/GoogleCloudPlatform/blueprints/issues/77)) ([a5d8d37](https://www.github.com/GoogleCloudPlatform/blueprints/commit/a5d8d37e250d6cb1f9db83963e5cdc3865736e88))

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


Expand Down
2 changes: 1 addition & 1 deletion catalog/project/kcc-namespace/kcc-project-owner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: kcc-project-id-owners-permissions # kpt-set: kcc-${project-id}-owners-permissions
namespace: projects # kpt-set: ${projects-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.0
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.1
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/project/kcc-namespace/kcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: configconnectorcontext.core.cnrm.cloud.google.com
namespace: project-id # kpt-set: ${project-id}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.0
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.1
spec:
googleServiceAccount: [email protected] # kpt-set: kcc-${project-id}@${management-project-id}.iam.gserviceaccount.com
---
Expand All @@ -29,7 +29,7 @@ metadata:
name: kcc-project-id # kpt-set: kcc-${project-id}
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.0
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.1
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
displayName: kcc-project-id # kpt-set: kcc-${project-id}
Expand All @@ -41,7 +41,7 @@ metadata:
name: project-id-sa-workload-identity-binding # kpt-set: ${project-id}-sa-workload-identity-binding
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.0
cnrm.cloud.google.com/blueprint: cnrm/kcc-namespace/v0.4.1
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id}
spec:
resourceRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/project/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
namespace: projects # kpt-set: ${projects-namespace}
annotations:
cnrm.cloud.google.com/auto-create-network: "false"
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:project/v0.4.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:project/v0.4.1
spec:
name: project-id # kpt-set: ${project-id}
billingAccountRef:
Expand Down
8 changes: 8 additions & 0 deletions catalog/redis-bucket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

### [0.3.1](https://www.github.com/GoogleCloudPlatform/blueprints/compare/redis-bucket-blueprint-v0.3.0...redis-bucket-blueprint-v0.3.1) (2021-10-15)


### Bug Fixes

* remove DEFAULT_PROJECT keyword from blueprints. ([#79](https://www.github.com/GoogleCloudPlatform/blueprints/issues/79)) ([e7bfc48](https://www.github.com/GoogleCloudPlatform/blueprints/commit/e7bfc4899d7079c6aa1d005c8f732227c289ad50))

0 comments on commit 94ceee9

Please sign in to comment.