Skip to content

Commit b0eab5a

Browse files
chore: release main (#208)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e7f51df commit b0eab5a

File tree

115 files changed

+329
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+329
-199
lines changed

.release-please-manifest.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"catalog/acm": "0.1.2",
3-
"catalog/anthos-cluster": "0.1.2",
4-
"catalog/bucket": "0.4.4",
5-
"catalog/empty": "0.3.1",
6-
"catalog/gitops": "0.6.0",
7-
"catalog/gke": "0.4.1",
8-
"catalog/gke-autopilot": "0.1.1",
9-
"catalog/hierarchy": "0.4.0",
10-
"catalog/iam-foundation": "0.1.1",
11-
"catalog/landing-zone": "0.5.1",
12-
"catalog/landing-zone-lite": "0.1.1",
13-
"catalog/log-export": "0.6.0",
14-
"catalog/networking": "0.4.1",
15-
"catalog/project": "0.4.3",
16-
"catalog/redis-bucket": "0.3.3",
17-
"catalog/spanner": "0.3.1",
18-
"catalog/sql/auth-proxy": "0.1.0"
2+
"catalog/acm": "0.1.3",
3+
"catalog/anthos-cluster": "0.2.0",
4+
"catalog/bucket": "0.4.5",
5+
"catalog/empty": "0.3.2",
6+
"catalog/gitops": "0.6.1",
7+
"catalog/gke": "0.4.2",
8+
"catalog/gke-autopilot": "0.1.2",
9+
"catalog/hierarchy": "0.4.1",
10+
"catalog/iam-foundation": "0.1.2",
11+
"catalog/landing-zone": "0.5.2",
12+
"catalog/landing-zone-lite": "0.1.2",
13+
"catalog/log-export": "0.6.1",
14+
"catalog/networking": "0.4.2",
15+
"catalog/project": "0.4.4",
16+
"catalog/redis-bucket": "0.3.4",
17+
"catalog/spanner": "0.3.2",
18+
"catalog/sql/auth-proxy": "0.2.0"
1919
}

catalog/acm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/GoogleCloudPlatform/blueprints/compare/acm-blueprint-v0.1.2...acm-blueprint-v0.1.3) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
### [0.1.2](https://github.com/GoogleCloudPlatform/blueprints/compare/acm-blueprint-v0.1.1...acm-blueprint-v0.1.2) (2022-05-24)
411

512

catalog/acm/config-mgmt-csr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: acm-membership-cluster-name # kpt-set: acm-membership-${cluster-name}
1818
namespace: config-control
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
projectRef:

catalog/acm/config-mgmt-iam.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
name: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
2020
namespace: config-control
2121
annotations:
22-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
22+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
2323
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2424
spec:
2525
displayName: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
@@ -32,7 +32,7 @@ metadata:
3232
name: sa-acm-cluster-name # kpt-set: sa-acm-${cluster-name}
3333
namespace: config-control
3434
annotations:
35-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
35+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
3636
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3737
spec:
3838
resourceRef:
@@ -51,7 +51,7 @@ metadata:
5151
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
5252
namespace: config-control
5353
annotations:
54-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
54+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
5555
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
5656
spec:
5757
resourceRef:

catalog/acm/feat-config-mgmt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: feat-acm-cluster-name # kpt-set: feat-acm-${cluster-name}
1818
namespace: config-control
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
projectRef:

catalog/acm/membership.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: hub-membership-cluster-name # kpt-set: hub-membership-${cluster-name}
1818
namespace: config-control
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
location: global

catalog/acm/services.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: project-id-cluster-name-gkehub # kpt-set: ${project-id}-${cluster-name}-gkehub
1919
namespace: config-control
2020
annotations:
21-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
21+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
2222
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2323
cnrm.cloud.google.com/deletion-policy: abandon
2424
spec:
@@ -30,7 +30,7 @@ metadata:
3030
name: project-id-cluster-name-acm # kpt-set: ${project-id}-${cluster-name}-acm
3131
namespace: config-control
3232
annotations:
33-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
33+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.3
3434
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3535
cnrm.cloud.google.com/deletion-policy: abandon
3636
spec:

catalog/anthos-cluster/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/GoogleCloudPlatform/blueprints/compare/anthos-cluster-blueprint-v0.1.2...anthos-cluster-blueprint-v0.2.0) (2023-02-21)
4+
5+
6+
### Features
7+
8+
* reduce setters for ACM on GKE blueprint ([#197](https://github.com/GoogleCloudPlatform/blueprints/issues/197)) ([b234a99](https://github.com/GoogleCloudPlatform/blueprints/commit/b234a9977bbaff02cf09fa094b4c58ebef9927e8))
9+
10+
11+
### Bug Fixes
12+
13+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
14+
315
### [0.1.2](https://github.com/GoogleCloudPlatform/blueprints/compare/anthos-cluster-blueprint-v0.1.1...anthos-cluster-blueprint-v0.1.2) (2022-05-24)
416

517

catalog/anthos-cluster/acm/acm-membership-api.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-gkehub
1818
name: project-id-cluster-name-gkehub # kpt-set: ${project-id}-${cluster-name}-gkehub
1919
namespace: platform-namespace # kpt-set: ${platform-namespace}
2020
annotations:
21-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
21+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2222
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2323
cnrm.cloud.google.com/deletion-policy: abandon
2424
spec:
@@ -30,7 +30,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-acm
3030
name: project-id-cluster-name-acm # kpt-set: ${project-id}-${cluster-name}-acm
3131
namespace: platform-namespace # kpt-set: ${platform-namespace}
3232
annotations:
33-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
33+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
3434
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3535
cnrm.cloud.google.com/deletion-policy: abandon
3636
spec:

catalog/anthos-cluster/acm/config-mgmt-csr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/feature-membership-name
1717
name: feature-membership-name # kpt-set: acm-membership-${cluster-name}
1818
namespace: platform-namespace # kpt-set: ${platform-namespace}
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
projectRef:

catalog/anthos-cluster/acm/config-mgmt-iam.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata: # kpt-merge: platform-namespace/sa-acm-gke-cluster
1919
name: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
2020
namespace: platform-namespace # kpt-set: ${platform-namespace}
2121
annotations:
22-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
22+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2323
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2424
spec:
2525
displayName: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
@@ -32,7 +32,7 @@ metadata: # kpt-merge: platform-namespace/sa-acm-gke-cluster
3232
name: sa-acm-gke-cluster # kpt-set: sa-acm-${cluster-name}
3333
namespace: platform-namespace # kpt-set: ${platform-namespace}
3434
annotations:
35-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
35+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
3636
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3737
spec:
3838
resourceRef:
@@ -51,7 +51,7 @@ metadata: # kpt-merge: platform-namespace/source-reader-sync-cluster-name-projec
5151
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
5252
namespace: platform-namespace # kpt-set: ${platform-namespace}
5353
annotations:
54-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
54+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
5555
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
5656
spec:
5757
resourceRef:

catalog/anthos-cluster/acm/feat-config-mgmt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/feature-name
1717
name: feature-name # kpt-set: feat-acm-${cluster-name}
1818
namespace: platform-namespace # kpt-set: ${platform-namespace}
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
projectRef:

catalog/anthos-cluster/acm/membership.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata: # kpt-merge: platform-namespace/membership-name
1717
name: membership-name # kpt-set: hub-membership-${cluster-name}
1818
namespace: platform-namespace # kpt-set: ${platform-namespace}
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
20+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
spec:
2323
location: global

catalog/anthos-cluster/acm/services.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-gkehub
1818
name: project-id-cluster-name-gkehub # kpt-set: ${project-id}-${cluster-name}-gkehub
1919
namespace: platform-namespace # kpt-set: ${platform-namespace}
2020
annotations:
21-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
21+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
2222
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2323
cnrm.cloud.google.com/deletion-policy: abandon
2424
spec:
@@ -30,7 +30,7 @@ metadata: # kpt-merge: platform-namespace/project-id-cluster-name-acm
3030
name: project-id-cluster-name-acm # kpt-set: ${project-id}-${cluster-name}-acm
3131
namespace: platform-namespace # kpt-set: ${platform-namespace}
3232
annotations:
33-
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.1.2
33+
cnrm.cloud.google.com/blueprint: cnrm/acm/v0.2.0
3434
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3535
cnrm.cloud.google.com/deletion-policy: abandon
3636
spec:

catalog/bucket/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.5](https://github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.4.4...bucket-blueprint-v0.4.5) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
### [0.4.4](https://github.com/GoogleCloudPlatform/blueprints/compare/bucket-blueprint-v0.4.3...bucket-blueprint-v0.4.4) (2022-05-24)
411

512

catalog/empty/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/GoogleCloudPlatform/blueprints/compare/empty-blueprint-v0.3.1...empty-blueprint-v0.3.2) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
### [0.3.1](https://github.com/GoogleCloudPlatform/blueprints/compare/empty-blueprint-v0.3.0...empty-blueprint-v0.3.1) (2022-05-24)
411

512

catalog/gitops/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.1](https://github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.6.0...gitops-blueprint-v0.6.1) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
## [0.6.0](https://github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.5.0...gitops-blueprint-v0.6.0) (2022-08-24)
411

512

catalog/gitops/cloudbuild-iam.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: deployment-repo-cloudbuild-write
1919
namespace: config-control # kpt-set: ${namespace}
2020
annotations:
21-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
21+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
2222
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2323
spec:
2424
resourceRef:
@@ -37,7 +37,7 @@ metadata:
3737
name: source-repo-cloudbuild-read
3838
namespace: config-control # kpt-set: ${namespace}
3939
annotations:
40-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
40+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
4141
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
4242
spec:
4343
resourceRef:

catalog/gitops/configsync/configsync-iam.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
name: sync-cluster-name # kpt-set: sync-${cluster-name}
2020
namespace: config-control # kpt-set: ${namespace}
2121
annotations:
22-
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.0
22+
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.1
2323
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2424
spec:
2525
displayName: sync-cluster-name # kpt-set: sync-${cluster-name}
@@ -31,7 +31,7 @@ metadata:
3131
name: sync-cluster-name # kpt-set: sync-${cluster-name}
3232
namespace: config-control # kpt-set: ${namespace}
3333
annotations:
34-
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.0
34+
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.1
3535
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
3636
spec:
3737
resourceRef:
@@ -50,7 +50,7 @@ metadata:
5050
name: source-reader-sync-cluster-name-project-id # kpt-set: source-reader-sync-${cluster-name}-${project-id}
5151
namespace: config-control # kpt-set: ${namespace}
5252
annotations:
53-
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.0
53+
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.1
5454
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
5555
spec:
5656
resourceRef:

catalog/gitops/hydration-trigger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
name: source-repo-cicd-trigger # kpt-set: ${source-repo}-cicd-trigger
2222
namespace: config-control # kpt-set: ${namespace}
2323
annotations:
24-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
24+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
2525
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2626
spec:
2727
build:

catalog/gitops/services.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: sourcerepo.googleapis.com
1818
namespace: config-control # kpt-set: ${namespace}
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
20+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
---
2323
apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
@@ -26,5 +26,5 @@ metadata:
2626
name: cloudbuild.googleapis.com
2727
namespace: config-control # kpt-set: ${namespace}
2828
annotations:
29-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
29+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
3030
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}

catalog/gitops/source-repositories.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: source-repo # kpt-set: ${source-repo}
1818
namespace: config-control # kpt-set: ${namespace}
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
20+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
---
2323
apiVersion: sourcerepo.cnrm.cloud.google.com/v1beta1
@@ -26,5 +26,5 @@ metadata:
2626
name: deployment-repo # kpt-set: ${deployment-repo}
2727
namespace: config-control # kpt-set: ${namespace}
2828
annotations:
29-
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
29+
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.1
3030
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}

catalog/gke-autopilot/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-autopilot-blueprint-v0.1.1...gke-autopilot-blueprint-v0.1.2) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
### [0.1.1](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-autopilot-blueprint-v0.1.0...gke-autopilot-blueprint-v0.1.1) (2022-05-24)
411

512

catalog/gke-autopilot/cluster/cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata: # kpt-merge: config-control/example-us-east4
1717
name: example-us-east4 # kpt-set: ${cluster-name}
1818
namespace: config-control
1919
annotations:
20-
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.1
20+
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.2
2121
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2222
# Remove the default node pool after bootstrapping.
2323
# Explcit node pool configuration allows for more isolation and makes it

catalog/gke-autopilot/cluster/container-api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata: # kpt-merge: projects/project-id-cluster-name-container
1919
name: project-id-cluster-name-container # kpt-set: ${project-id}-${cluster-name}-container
2020
namespace: config-control
2121
annotations:
22-
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.1
22+
cnrm.cloud.google.com/blueprint: cnrm/gke-autopilot/v0.1.2
2323
cnrm.cloud.google.com/deletion-policy: abandon
2424
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
2525
spec:

catalog/gke/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-blueprint-v0.4.1...gke-blueprint-v0.4.2) (2023-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update generate-kpt-pkg-docs version to fix bug ([#204](https://github.com/GoogleCloudPlatform/blueprints/issues/204)) ([51c8c8c](https://github.com/GoogleCloudPlatform/blueprints/commit/51c8c8cc870cae72d3bb73a86313f151dc3e0e94))
9+
310
### [0.4.1](https://github.com/GoogleCloudPlatform/blueprints/compare/gke-blueprint-v0.4.0...gke-blueprint-v0.4.1) (2022-05-24)
411

512

0 commit comments

Comments
 (0)