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

Knative Eventing Contrib release v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 21 Jan 19:34
· 5 commits to release-0.12 since this release
Artifact Description
appender.yaml A Knative Service for use with the Sequence example.
awssqs.yaml The AWS SQS source.
camel.yaml The Apache Camel source.
couchdb.yaml The Apache CouchDB source.
event-display.yaml A Knative Service that logs events received for use in samples and debugging.
github.yaml The GitHub source.
kafka-channel.yaml The Apache Kafka channel.
kafka-source.yaml The Apache Kafka source.
natss-channel.yaml The NATSS channel.
prometheus-source.yaml The Prometheus source.

Eventing Contrib

New Features

  • Release appender that's used in some of the knative.dev/eventing sample examples. #802
  • GitHubSource now uses a webhook for defaulting and validation. #826

Bug Fixes

  • Subscriptions to KafkaChannels are now tracked by UID instead of Name. #814
  • KafkaChannel now uses the tuned HTTP client used in eventing. #830
  • Fix that natsschannel finalizer doesn't get removed. #824