Skip to content

Commit

Permalink
chore: release main (#160)
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 May 25, 2022
1 parent 0d005f0 commit a814f19
Show file tree
Hide file tree
Showing 111 changed files with 347 additions and 192 deletions.
34 changes: 17 additions & 17 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"catalog/acm": "0.1.1",
"catalog/anthos-cluster": "0.1.1",
"catalog/bucket": "0.4.3",
"catalog/empty": "0.3.0",
"catalog/gitops": "0.4.2",
"catalog/gke": "0.4.0",
"catalog/gke-autopilot": "0.1.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.2",
"catalog/redis-bucket": "0.3.2",
"catalog/spanner": "0.3.0",
"catalog/sql/auth-proxy": "0.0.1"
"catalog/acm": "0.1.2",
"catalog/anthos-cluster": "0.1.2",
"catalog/bucket": "0.4.4",
"catalog/empty": "0.3.1",
"catalog/gitops": "0.5.0",
"catalog/gke": "0.4.1",
"catalog/gke-autopilot": "0.1.1",
"catalog/hierarchy": "0.4.0",
"catalog/iam-foundation": "0.1.1",
"catalog/landing-zone": "0.5.1",
"catalog/landing-zone-lite": "0.1.1",
"catalog/log-export": "0.5.0",
"catalog/networking": "0.4.1",
"catalog/project": "0.4.3",
"catalog/redis-bucket": "0.3.3",
"catalog/spanner": "0.3.1",
"catalog/sql/auth-proxy": "0.1.0"
}
8 changes: 8 additions & 0 deletions catalog/acm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.1.2](https://github.com/GoogleCloudPlatform/blueprints/compare/acm-blueprint-v0.1.1...acm-blueprint-v0.1.2) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))
* reduce setters for ACM blueprint ([#157](https://github.com/GoogleCloudPlatform/blueprints/issues/157)) ([0529ae6](https://github.com/GoogleCloudPlatform/blueprints/commit/0529ae669cf9af5f09bd7f71bde6445710e75377))

### [0.1.1](https://github.com/GoogleCloudPlatform/blueprints/compare/acm-blueprint-v0.1.0...acm-blueprint-v0.1.1) (2022-02-02)


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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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
annotations:
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
7 changes: 7 additions & 0 deletions catalog/anthos-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.2](https://github.com/GoogleCloudPlatform/blueprints/compare/anthos-cluster-blueprint-v0.1.1...anthos-cluster-blueprint-v0.1.2) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))

### [0.1.1](https://github.com/GoogleCloudPlatform/blueprints/compare/anthos-cluster-blueprint-v0.1.0...anthos-cluster-blueprint-v0.1.1) (2022-02-02)


Expand Down
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/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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
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.1.1
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/deletion-policy: abandon
spec:
Expand Down
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.4](https://github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.4.3...bucket-blueprint-v0.4.4) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))

### [0.4.3](https://github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.4.2...bucket-blueprint-v0.4.3) (2022-02-02)


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

### [0.3.1](https://github.com/GoogleCloudPlatform/blueprints/compare/empty-blueprint-v0.3.0...empty-blueprint-v0.3.1) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))
13 changes: 13 additions & 0 deletions catalog/gitops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.4.2...gitops-blueprint-v0.5.0) (2022-05-24)


### Features

* gitops multirepo update ([#177](https://github.com/GoogleCloudPlatform/blueprints/issues/177)) ([ed6ed51](https://github.com/GoogleCloudPlatform/blueprints/commit/ed6ed51dbc4467141bc5f125836f534631333444))


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))
* remove gitops ConfigManagement syncRevision field ([#179](https://github.com/GoogleCloudPlatform/blueprints/issues/179)) ([783380c](https://github.com/GoogleCloudPlatform/blueprints/commit/783380ce4e6c3f21e9e90055b3a88bada0410154))

### [0.4.2](https://github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.4.1...gitops-blueprint-v0.4.2) (2022-02-02)


Expand Down
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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.5.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 @@ -21,7 +21,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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.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.4.2
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.5.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
8 changes: 8 additions & 0 deletions catalog/gke-autopilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.1.1](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-autopilot-blueprint-v0.1.0...gke-autopilot-blueprint-v0.1.1) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))
* reduce setters ([#159](https://github.com/GoogleCloudPlatform/blueprints/issues/159)) ([91bc71d](https://github.com/GoogleCloudPlatform/blueprints/commit/91bc71dcc89801976f9049021a6e17628c0e00e9))

## [0.1.0](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-autopilot-blueprint-v0.0.1...gke-autopilot-blueprint-v0.1.0) (2022-02-02)


Expand Down
2 changes: 1 addition & 1 deletion catalog/gke-autopilot/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata: # kpt-merge: config-control/example-us-east4
name: example-us-east4 # kpt-set: ${cluster-name}
namespace: config-control
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.0
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.1
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
# Remove the default node pool after bootstrapping.
# Explcit node pool configuration allows for more isolation and makes it
Expand Down
2 changes: 1 addition & 1 deletion catalog/gke-autopilot/cluster/container-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata: # kpt-merge: projects/project-id-cluster-name-container
name: project-id-cluster-name-container # kpt-set: ${project-id}-${cluster-name}-container
namespace: config-control
annotations:
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.0
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.1
cnrm.cloud.google.com/deletion-policy: abandon
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
spec:
Expand Down
8 changes: 8 additions & 0 deletions catalog/gke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.4.1](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-blueprint-v0.4.0...gke-blueprint-v0.4.1) (2022-05-24)


### Bug Fixes

* add local-config annotations to kptfiles and functionConfigs ([#176](https://github.com/GoogleCloudPlatform/blueprints/issues/176)) ([0d005f0](https://github.com/GoogleCloudPlatform/blueprints/commit/0d005f0174d95d3aca1691e67deffa573c3e7db7))
* reduce setters ([#158](https://github.com/GoogleCloudPlatform/blueprints/issues/158)) ([b020765](https://github.com/GoogleCloudPlatform/blueprints/commit/b020765de49640700347d74295616ea9fc4dd812))

## [0.4.0](https://www.github.com/GoogleCloudPlatform/blueprints/compare/gke-blueprint-v0.3.0...gke-blueprint-v0.4.0) (2021-12-22)


Expand Down
Loading

0 comments on commit a814f19

Please sign in to comment.