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

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 31 Dec 10:21
· 1 commit to release-0.11 since this release
Artifact Description
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

Action Required

  • The PrometheusSource now uses Destination as the type of the sink field. #711
  • The GitHubSource now uses Destination as the type of the sink field. #747
  • KafkaChannel consumer groups will no longer have random UID (subscription UID) names, they will go back to the old behavior of using a stable combination of namespace and name. #762
  • Due to CloudEvents v1.0 spec changes, the github-delivery and github-event extension attributes were renamed to event and delivery.

New Features

  • PrometheusSource now supports authTokenFile and caCertConfigMap fields. #705
  • GitHubSource now lists Ready and Reason as additional columns. #713
  • The PrometheusSource now supports schedule and sink fields. #729
  • The AwsSqsSource, WebSocketSource, CouchDbSource, GitHubSource, KafkaSource, and PrometheusSource now publish CloudEvents v1.0 events. #781
  • Added a receive adapter for sourcing Ceph bucket notifications. #778

Bug Fixes

  • KafkaChannel uses the correct webhook name. #703

Other Changes