This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Knative Eventing Contrib release v0.14.1
Pre-release
Pre-release
knative-prow-releaser-robot
released this
21 Apr 10:29
·
1 commit
to release-0.14
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
- Remove runtime dependency on EventType allowing Sources to be installed without Knative Eventing. #1036
- Add the ability for AwsSqsSource CRD to expose pod annotations allowing using Kube2IAM credentials.
The existing credentials file is also supported. #1035 - Upgrade Camel K to 1.0.0-RC2. #991
Bug Fixes
- KafkaSource does not anymore emit events with
datacontenttype
set toapplication/json
if the message was a non event, and it was missing acontent-type
. #1117 - KafkaSource objects are now properly validating and defaulting. #1107
- Fix bug preventing GithubSource to be garbage collected. #1089
- Fix missing RBAC rules for registering the GitHub webhook. #1057
- Fix a case where the Kafka channel could drop messages if the recipient was unavailable. #1030
- Fix a GitHub source bug in https support. #1028
- Fix a longstandingbug where the GitHub source doesn't reconcile the webhook after it's been created. #1021
- Fix issue with incorrect conversion of SQS SentTimestamp. #996