Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Knative Eventing Sources release v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@grantr grantr released this 29 Nov 00:33
Artifact Description
message-dumper.yaml A Knative Service that logs events received for use in samples and debugging.
release.yaml All sources except the GCP Pubsub source.
release-with-gcp-pubsub.yaml All sources including the GCP Pubsub source.

Upgrade notes

  • All conditions in Source statuses now have a Severity field indicating if the condition is terminal or non-terminal. See knative/serving#2394 (comment).

GCP Pubsub Source

  • Errors creating Pubsub subscriptions no longer panic the controller.

  • Subscriptions may only subscribe to Channels in the same namespace.

  • Subscriptions can be deleted after their subscribed Channel is deleted.

  • Channels without a specified provisioner will have a default provisioner applied. The default provisioner is specified in the knative-eventing/default-channel-webhook ConfigMap and defaults to in-memory-channel.

  • The ClusterChannelProvisioner is now part of the provisioner CRD category.

Container Source

  • Some Deployment fields, like replicas, may acquire default values if omitted on creation. These fields are now ignored when reconciling ContainerSource-owned Deployments, allowing ContainerSource status to progress to Ready.