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.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@evankanderson evankanderson released this 10 Jan 08:31
Artifact Description
message-dumper.yaml A Knative Service that logs events received for use in samples and debugging.
release.yaml Container, CronJob, GitHub, and KubernetesEvent sources.
release-gcppubsub.yaml The GCP PubSub source.

Upgrade notes

  • Separated the GCP PubSub source to a separate distribution.
  • Improved several error messages and install-ability.
  • Documented external event sources,
    which will be the path forward for many event sources.

Container Source

  • No substantial changes.

CronJob Source

  • Added in this release.

GitHub Source

  • GitHub headers are now present in the emitted CloudEvent.
  • Improved handling of finalizers to prevent GitHubSources from
    sticking around if the webhook deletion could not be completed.

Kubernetes Event Source

  • No substantial changes.

GCP Pubsub Source

  • Separated into an independent controller.
  • New controller has more limited RBAC permissions.