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
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
andgithub-event
extension attributes were renamed toevent
anddelivery
.
New Features
- PrometheusSource now supports
authTokenFile
andcaCertConfigMap
fields. #705 - GitHubSource now lists Ready and Reason as additional columns. #713
- The PrometheusSource now supports
schedule
andsink
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
- Service port names now follow the istio naming convention. #749