This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Knative GCP release v0.9.0
Pre-release
Pre-release
Updates and Improvements
- Improved Metrics in Dataplane.
- Improved Documentation, please see the docs directory.
- Better interop with Knative Eventing's Broker.
- All resources now implement the Knative Source ducktype.
- Better error propagation for operation jobs.
New Resources
events.cloud.run
API Group
- Storage, receive events from Google Cloud Storage.
- Scheduler, leverage Google Cloud Scheduler to deliver custom events.
messaging.cloud.run
API Group
- Decorator, a simple resource that allows for an event to be decorated with
CloudEvents Overrides, and then forwarded to the configured sink.
Known Issues:
- If the GCP secret (
google-cloud-key
) is missing, resources my not recover
if secret is later added. Delete resources and recreate after secret is added. - If a namespace is deleted, the secret used to delete remote resources will be
deleted before operations are allowed to finish removing remote config. To
avoid this, delete the Knative-GCP resources first, and then the namespace.