Skip to content

Commit

Permalink
chore: release main (#119)
Browse files Browse the repository at this point in the history
* chore: release main

* update ACM changelog

* update anthos cluster changelog

* update lz lite changelog

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
release-please[bot] and bharathkkb authored Dec 23, 2021
1 parent edff81e commit d8e0718
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 37 deletions.
18 changes: 1 addition & 17 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
{
"catalog/acm": "0.0.1",
"catalog/anthos-cluster": "0.0.1",
"catalog/bucket":"0.4.2",
"catalog/empty":"0.3.0",
"catalog/gitops":"0.4.1",
"catalog/gke":"0.4.0",
"catalog/hierarchy":"0.3.0",
"catalog/iam-foundation":"0.1.0",
"catalog/landing-zone":"0.5.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",
"catalog/landing-zone-lite":"0.0.1"
}
{"catalog/acm":"0.1.0","catalog/anthos-cluster":"0.1.0","catalog/bucket":"0.4.2","catalog/empty":"0.3.0","catalog/gitops":"0.4.1","catalog/gke":"0.4.0","catalog/hierarchy":"0.3.0","catalog/iam-foundation":"0.1.0","catalog/landing-zone":"0.5.0","catalog/landing-zone-lite":"0.1.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"}
11 changes: 11 additions & 0 deletions catalog/acm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.1.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/acm-blueprint-v0.0.1...acm-blueprint-v0.1.0) (2021-12-23)

### Features

* Initial version of ACM blueprint ([#83](https://www.github.com/GoogleCloudPlatform/blueprints/issues/83))

### Bug Fixes

* use setter defaults in ACM config ([#115](https://www.github.com/GoogleCloudPlatform/blueprints/issues/115)) ([f6442bf](https://www.github.com/GoogleCloudPlatform/blueprints/commit/f6442bf6c21ce2b7c24079d6cdeb34c3f79dbd23))
4 changes: 2 additions & 2 deletions catalog/acm/acm-membership-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: platform-project-id-cluster-cluster-name-gkehub # kpt-set: ${platform-project-id}-${cluster-name}-gkehub
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: platform-project-id # kpt-set: ${platform-project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand All @@ -30,7 +30,7 @@ metadata:
name: platform-project-id-cluster-cluster-name-acm # kpt-set: ${platform-project-id}-${cluster-name}-acm
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: platform-project-id # kpt-set: ${platform-project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
2 changes: 1 addition & 1 deletion catalog/acm/config-mgmt-csr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: acm-membership-cluster-name # kpt-set: acm-membership-${cluster-name}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
projectRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/acm/config-mgmt-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
displayName: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
Expand All @@ -32,7 +32,7 @@ metadata:
name: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand All @@ -51,7 +51,7 @@ metadata:
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/acm/feat-config-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: feat-acm-cluster-name # kpt-set: feat-acm-${cluster-name}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
projectRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/acm/membership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: hub-membership-cluster-name # kpt-set: hub-membership-${cluster-name}
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
location: global
Expand Down
4 changes: 2 additions & 2 deletions catalog/acm/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: project-id-cluster-name-gkehub # kpt-set: ${project-id}-${cluster-name}-gkehub
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand All @@ -30,7 +30,7 @@ metadata:
name: project-id-cluster-name-acm # kpt-set: ${project-id}-${cluster-name}-acm
namespace: config-control # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
11 changes: 11 additions & 0 deletions catalog/anthos-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.1.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/anthos-cluster-blueprint-v0.0.1...anthos-cluster-blueprint-v0.1.0) (2021-12-23)

### Features

* Initial version of Anthos Cluster blueprint ([#87](https://www.github.com/GoogleCloudPlatform/blueprints/issues/87))

### Bug Fixes

* update anthos-cluster blueprints ([#114](https://www.github.com/GoogleCloudPlatform/blueprints/issues/114)) ([b89873c](https://www.github.com/GoogleCloudPlatform/blueprints/commit/b89873cbf8fce5161687ed5dce78a4e26bc63dc7))
4 changes: 2 additions & 2 deletions catalog/anthos-cluster/acm/acm-membership-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata: # kpt-merge: platform-namespace/platform-project-id-cluster-name-gkehu
name: platform-project-id-cluster-name-gkehub # kpt-set: ${platform-project-id}-${cluster-name}-gkehub
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: platform-project-id # kpt-set: ${platform-project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand All @@ -30,7 +30,7 @@ metadata: # kpt-merge: platform-namespace/platform-project-id-cluster-name-acm
name: platform-project-id-cluster-name-acm # kpt-set: ${platform-project-id}-${cluster-name}-acm
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: platform-project-id # kpt-set: ${platform-project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
2 changes: 1 addition & 1 deletion catalog/anthos-cluster/acm/config-mgmt-csr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/feature-membership-name
name: feature-membership-name # kpt-set: acm-membership-${cluster-name}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
projectRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/anthos-cluster/acm/config-mgmt-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata: # kpt-merge: platform-namespace/sa-acm-gke-cluster
name: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
displayName: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
Expand All @@ -32,7 +32,7 @@ metadata: # kpt-merge: platform-namespace/sa-acm-gke-cluster
name: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand All @@ -51,7 +51,7 @@ metadata: # kpt-merge: platform-namespace/source-reader-sync-cluster-name-projec
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
resourceRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/anthos-cluster/acm/feat-config-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/feature-name
name: feature-name # kpt-set: feat-acm-${cluster-name}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
projectRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/anthos-cluster/acm/membership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/membership-name
name: membership-name # kpt-set: hub-membership-${cluster-name}
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
location: global
Expand Down
4 changes: 2 additions & 2 deletions catalog/anthos-cluster/acm/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-gkehub
name: project-id-cluster-name-gkehub # kpt-set: ${project-id}-${cluster-name}-gkehub
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand All @@ -30,7 +30,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-acm
name: project-id-cluster-name-acm # kpt-set: ${project-id}-${cluster-name}-acm
namespace: platform-namespace # kpt-set: ${platform-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.0.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
12 changes: 12 additions & 0 deletions catalog/landing-zone-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/landing-zone-lite-blueprint-v0.0.1...landing-zone-lite-blueprint-v0.1.0) (2021-12-23)

### Features

* Implement landing-zone-lite and fix some issues in the existing LZ blueprints ([#93](https://www.github.com/GoogleCloudPlatform/blueprints/issues/93))

### Bug Fixes

* add correct attribution for lz lite ([#122](https://www.github.com/GoogleCloudPlatform/blueprints/issues/122)) ([edff81e](https://www.github.com/GoogleCloudPlatform/blueprints/commit/edff81eef17357fd132c9805f811d70e46be4f17))
* landing zone lite fmt ([#120](https://www.github.com/GoogleCloudPlatform/blueprints/issues/120)) ([52299e0](https://www.github.com/GoogleCloudPlatform/blueprints/commit/52299e023573370d03ca988a9570d5390dc30494))

0 comments on commit d8e0718

Please sign in to comment.