Skip to content

Commit

Permalink
chore: release main (#189)
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 Aug 30, 2022
1 parent 7696fa4 commit 75d3f89
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"catalog/anthos-cluster": "0.1.2",
"catalog/bucket": "0.4.4",
"catalog/empty": "0.3.1",
"catalog/gitops": "0.5.0",
"catalog/gitops": "0.6.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/log-export": "0.6.0",
"catalog/networking": "0.4.1",
"catalog/project": "0.4.3",
"catalog/redis-bucket": "0.3.3",
Expand Down
7 changes: 7 additions & 0 deletions catalog/gitops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/GoogleCloudPlatform/blueprints/compare/gitops-blueprint-v0.5.0...gitops-blueprint-v0.6.0) (2022-08-24)


### Features

* add cluster-name validator, update README ([#199](https://github.com/GoogleCloudPlatform/blueprints/issues/199)) ([5e0966b](https://github.com/GoogleCloudPlatform/blueprints/commit/5e0966b91b8d40fd00e8c2bc43e6b49cf3185aa2))

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


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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/configsync/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.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.5.0
cnrm.cloud.google.com/blueprint: cnrm/gitops/v0.6.0
cnrm.cloud.google.com/project-id: project-id # kpt-set: ${project-id}
15 changes: 15 additions & 0 deletions catalog/log-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.0](https://github.com/GoogleCloudPlatform/blueprints/compare/log-export-blueprint-v0.5.0...log-export-blueprint-v0.6.0) (2022-08-24)


### Features

* adds blueprints for log-export with sinks for Cloud Log Buckets ([6edd3f5](https://github.com/GoogleCloudPlatform/blueprints/commit/6edd3f5c40cbcb331aea575f0d159a5912d4285a))


### Bug Fixes

* adds depends-on annotation for log-export ([7696fa4](https://github.com/GoogleCloudPlatform/blueprints/commit/7696fa4a1b9df7692e21db01e520422436591b2e))
* adds the iam policy resource for the sink for log-bucket ([1ac8e49](https://github.com/GoogleCloudPlatform/blueprints/commit/1ac8e4930c9da45e80c622d4cbd681ee0a7c364d))
* org logbucket retention setter ([42a7d0d](https://github.com/GoogleCloudPlatform/blueprints/commit/42a7d0d39c4aded518b856b8315cbb0f6438f44d))
* sets bucket-locked to false as default ([2725a8e](https://github.com/GoogleCloudPlatform/blueprints/commit/2725a8eca562a732c4616cfee65ec43220c965f7))

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


Expand Down
6 changes: 3 additions & 3 deletions catalog/log-export/folder/bigquery-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-bigquery # kpt-set: ${project-id}-bigquery
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: abandon
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: my.folder.k8s.name-bqsink # kpt-set: ${folder-k8s-name}-bqsink
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
bigQueryDatasetRef:
Expand All @@ -49,7 +49,7 @@ metadata:
name: bqlogexportdataset
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/delete-contents-on-destroy: "false" # kpt-set: ${delete-contents-on-destroy}
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
spec:
Expand Down
2 changes: 1 addition & 1 deletion catalog/log-export/folder/bigquery-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: bq-project-iam-policy
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/log-export/folder/pubsub-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-pubsub # kpt-set: ${project-id}-pubsub
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: "abandon"
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: my.folder.k8s.name-pubsubsink # kpt-set: ${folder-k8s-name}-pubsubsink
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
pubSubTopicRef:
Expand All @@ -49,7 +49,7 @@ metadata:
name: pubsub-logexport-dataset # kpt-set: ${topic-name}
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}

# TODO(jcwc): Add support for creating subscribers (either a new blueprint or kpt fn)
2 changes: 1 addition & 1 deletion catalog/log-export/folder/pubsub-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: pubsub-iam-policy
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand Down
4 changes: 2 additions & 2 deletions catalog/log-export/folder/storage-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-storage # kpt-set: ${project-id}-storage
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: "abandon"
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: my.folder.k8s.name-storagesink # kpt-set: ${folder-k8s-name}-storagesink
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
storageBucketRef:
Expand Down
2 changes: 1 addition & 1 deletion catalog/log-export/folder/storage-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: storage-project-iam-policy
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/log-export/org/bigquery-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-bigquery # kpt-set: ${project-id}-bigquery
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: "abandon"
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: 123456789012-bqsink # kpt-set: ${org-id}-bqsink
namespace: logging # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
bigQueryDatasetRef:
Expand All @@ -51,7 +51,7 @@ metadata:
annotations:
cnrm.cloud.google.com/delete-contents-on-destroy: "false" # kpt-set: ${delete-contents-on-destroy}
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
defaultTableExpirationMs: 3600000 # kpt-set: ${default-table-expiration-ms}
description: "BigQuery audit logs for folder" # kpt-set: ${dataset-description}
Expand Down
4 changes: 2 additions & 2 deletions catalog/log-export/org/bigquery-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: bq-project-iam-policy
namespace: logging # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand All @@ -35,7 +35,7 @@ metadata:
name: logging-sa-iam-permissions
namespace: config-control # kpt-set: ${management-namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
resourceRef:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
Expand Down
6 changes: 3 additions & 3 deletions catalog/log-export/org/pubsub-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-pubsub # kpt-set: ${project-id}-pubsub
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: "abandon"
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: 123456789012-pubsubsink # kpt-set: ${org-id}-pubsubsink
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
pubSubTopicRef:
Expand All @@ -49,7 +49,7 @@ metadata:
name: pubsub-logexport-dataset # kpt-set: ${topic-name}
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}

# TODO(jcwc): Add support for creating subscribers (either a new blueprint or kpt fn)
2 changes: 1 addition & 1 deletion catalog/log-export/org/pubsub-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: pubsub-iam-policy
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand Down
6 changes: 3 additions & 3 deletions catalog/log-export/org/storage-export/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-project-id-storage # kpt-set: ${project-id}-storage
namespace: projects
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/deletion-policy: "abandon"
cnrm.cloud.google.com/disable-dependent-services: "false"
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
Expand All @@ -32,7 +32,7 @@ metadata:
name: 123456789012-storagesink # kpt-set: ${org-id}-storagesink
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
destination:
storageBucketRef:
Expand All @@ -50,7 +50,7 @@ metadata:
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/force-destroy: "true"
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
cnrm.cloud.google.com/project-id: my-project-id # kpt-set: ${project-id}
spec:
uniformBucketLevelAccess: true # kpt-set: ${uniform-bucket-level-access}
Expand Down
2 changes: 1 addition & 1 deletion catalog/log-export/org/storage-export/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: storage-project-iam-policy
namespace: my-namespace # kpt-set: ${namespace}
annotations:
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.5.0
cnrm.cloud.google.com/blueprint: cnrm/landing-zone:log-export/v0.6.0
spec:
memberFrom:
logSinkRef:
Expand Down

0 comments on commit 75d3f89

Please sign in to comment.