This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Knative GCP release v0.10.1
Pre-release
Pre-release
Artifact | Description |
---|---|
cloud-run-events.yaml |
All the core knative-gcp components bundled together: Channel, PubSub, Storage, Scheduler, PullSubscription, and Topic. |
Action Required
- The name of the MutatingWebhookConfiguration has changed to
webhook.events.cloud.google.com
. Please run the following to delete the previous configuration:kubectl delete mutatingwebhookconfiguration webhook.cloud-run-events.events.cloud.google.com
. #393