From d8e07183c940adf98e845a302a5f162fb3001f24 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 15:23:51 -0600 Subject: [PATCH] chore: release main (#119) * 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 --- .release-please-manifest.json | 18 +----------------- catalog/acm/CHANGELOG.md | 11 +++++++++++ catalog/acm/acm-membership-api.yaml | 4 ++-- catalog/acm/config-mgmt-csr.yaml | 2 +- catalog/acm/config-mgmt-iam.yaml | 6 +++--- catalog/acm/feat-config-mgmt.yaml | 2 +- catalog/acm/membership.yaml | 2 +- catalog/acm/services.yaml | 4 ++-- catalog/anthos-cluster/CHANGELOG.md | 11 +++++++++++ .../anthos-cluster/acm/acm-membership-api.yaml | 4 ++-- .../anthos-cluster/acm/config-mgmt-csr.yaml | 2 +- .../anthos-cluster/acm/config-mgmt-iam.yaml | 6 +++--- .../anthos-cluster/acm/feat-config-mgmt.yaml | 2 +- catalog/anthos-cluster/acm/membership.yaml | 2 +- catalog/anthos-cluster/acm/services.yaml | 4 ++-- catalog/landing-zone-lite/CHANGELOG.md | 12 ++++++++++++ 16 files changed, 55 insertions(+), 37 deletions(-) create mode 100644 catalog/acm/CHANGELOG.md create mode 100644 catalog/anthos-cluster/CHANGELOG.md create mode 100644 catalog/landing-zone-lite/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4bc98342..2bf8faf6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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"} \ No newline at end of file diff --git a/catalog/acm/CHANGELOG.md b/catalog/acm/CHANGELOG.md new file mode 100644 index 00000000..bb08f027 --- /dev/null +++ b/catalog/acm/CHANGELOG.md @@ -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)) diff --git a/catalog/acm/acm-membership-api.yaml b/catalog/acm/acm-membership-api.yaml index ac9772a8..c7f84913 100644 --- a/catalog/acm/acm-membership-api.yaml +++ b/catalog/acm/acm-membership-api.yaml @@ -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: @@ -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: diff --git a/catalog/acm/config-mgmt-csr.yaml b/catalog/acm/config-mgmt-csr.yaml index a3f2f2e5..9910b1ba 100644 --- a/catalog/acm/config-mgmt-csr.yaml +++ b/catalog/acm/config-mgmt-csr.yaml @@ -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: diff --git a/catalog/acm/config-mgmt-iam.yaml b/catalog/acm/config-mgmt-iam.yaml index 6c44d79e..c071e2eb 100644 --- a/catalog/acm/config-mgmt-iam.yaml +++ b/catalog/acm/config-mgmt-iam.yaml @@ -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} @@ -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: @@ -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: diff --git a/catalog/acm/feat-config-mgmt.yaml b/catalog/acm/feat-config-mgmt.yaml index d4a1c5f3..100bb91d 100644 --- a/catalog/acm/feat-config-mgmt.yaml +++ b/catalog/acm/feat-config-mgmt.yaml @@ -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: diff --git a/catalog/acm/membership.yaml b/catalog/acm/membership.yaml index 757a8f33..273dd69a 100644 --- a/catalog/acm/membership.yaml +++ b/catalog/acm/membership.yaml @@ -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 diff --git a/catalog/acm/services.yaml b/catalog/acm/services.yaml index 3a9e852e..ca70e029 100644 --- a/catalog/acm/services.yaml +++ b/catalog/acm/services.yaml @@ -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: @@ -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: diff --git a/catalog/anthos-cluster/CHANGELOG.md b/catalog/anthos-cluster/CHANGELOG.md new file mode 100644 index 00000000..c1640e5a --- /dev/null +++ b/catalog/anthos-cluster/CHANGELOG.md @@ -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)) diff --git a/catalog/anthos-cluster/acm/acm-membership-api.yaml b/catalog/anthos-cluster/acm/acm-membership-api.yaml index 5c8dc960..f3e4d5b8 100644 --- a/catalog/anthos-cluster/acm/acm-membership-api.yaml +++ b/catalog/anthos-cluster/acm/acm-membership-api.yaml @@ -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: @@ -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: diff --git a/catalog/anthos-cluster/acm/config-mgmt-csr.yaml b/catalog/anthos-cluster/acm/config-mgmt-csr.yaml index edc9f449..f1d443d3 100644 --- a/catalog/anthos-cluster/acm/config-mgmt-csr.yaml +++ b/catalog/anthos-cluster/acm/config-mgmt-csr.yaml @@ -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: diff --git a/catalog/anthos-cluster/acm/config-mgmt-iam.yaml b/catalog/anthos-cluster/acm/config-mgmt-iam.yaml index b356c936..79c29425 100644 --- a/catalog/anthos-cluster/acm/config-mgmt-iam.yaml +++ b/catalog/anthos-cluster/acm/config-mgmt-iam.yaml @@ -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} @@ -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: @@ -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: diff --git a/catalog/anthos-cluster/acm/feat-config-mgmt.yaml b/catalog/anthos-cluster/acm/feat-config-mgmt.yaml index 40685c12..7a5fe9e9 100644 --- a/catalog/anthos-cluster/acm/feat-config-mgmt.yaml +++ b/catalog/anthos-cluster/acm/feat-config-mgmt.yaml @@ -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: diff --git a/catalog/anthos-cluster/acm/membership.yaml b/catalog/anthos-cluster/acm/membership.yaml index 0f19c2f4..b93e21ec 100644 --- a/catalog/anthos-cluster/acm/membership.yaml +++ b/catalog/anthos-cluster/acm/membership.yaml @@ -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 diff --git a/catalog/anthos-cluster/acm/services.yaml b/catalog/anthos-cluster/acm/services.yaml index b68c9f45..feed0d19 100644 --- a/catalog/anthos-cluster/acm/services.yaml +++ b/catalog/anthos-cluster/acm/services.yaml @@ -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: @@ -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: diff --git a/catalog/landing-zone-lite/CHANGELOG.md b/catalog/landing-zone-lite/CHANGELOG.md new file mode 100644 index 00000000..2b9d7913 --- /dev/null +++ b/catalog/landing-zone-lite/CHANGELOG.md @@ -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))