Releases: knative/eventing-contrib
Releases · knative/eventing-contrib
Knative Eventing Contrib release v0.15.1
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. |
gitlab.yaml |
The Gitlab 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. |
websocket-source.yaml |
The Websocket source. |
Eventing Contrib
Action Required
- KafkaSource now requires bootstrapServers and Topics to be in lists. #1156
New Features
- Now GitLab source implementation picks configuration for tracing/logging/metrics from config maps config-tracing/config-logging/config-observability, defaulting to no-op if they're not found. #1215
- Release WebSocket Sources image. #1212
- Now KafkaSource works with tracing, using configs from knative-tracing config map. Default is no-op. #1211
- GitLabBinding introduced. #1177
Bug Fixes
- Fix/mitigate data race in kafka source. #1266
- Fixed Kafka disconnection issue. #1179
Other Changes
- Bumped sarama to latest version (github.com/Shopify/sarama v1.26.4). #1269
- Updated sdk-go to v2.0.0-RC4. #1229
Knative Eventing Contrib release v0.15.0
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. |
gitlab.yaml |
The Gitlab 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. |
websocket-source.yaml |
The Websocket source. |
Eventing Contrib
Action Required
- KafkaSource now requires bootstrapServers and Topics to be in lists. #1156
New Features
- Now GitLab source implementation picks configuration for tracing/logging/metrics from config maps config-tracing/config-logging/config-observability, defaulting to no-op if they're not found. #1215
- Release WebSocket Sources image. #1212
- Now KafkaSource works with tracing, using configs from knative-tracing config map. Default is no-op. #1211
- GitLabBinding introduced. #1177
Bug Fixes
- Fix/mitigate data race in kafka source. #1266
- Fixed Kafka disconnection issue. #1179
Other Changes
- Bumped sarama to latest version (github.com/Shopify/sarama v1.26.4). #1269
- Updated sdk-go to v2.0.0-RC4. #1229
Knative Eventing Contrib release v0.14.2
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 to application/json
if the message was a non event, and it was missing a content-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
Other Changes
- Port KafkaChannel to new CloudEvent Binding API. #1039
- Port KafkaSource to new CloudEvent Binding API. #1037
Knative Eventing Contrib release v0.14.1
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 to application/json
if the message was a non event, and it was missing a content-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
Other Changes
- Port KafkaChannel to new CloudEvent Binding API. #1039
- Port KafkaSource to new CloudEvent Binding API. #1037
Knative Eventing Contrib release v0.14.0
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 to application/json
if the message was a non event, and it was missing a content-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
Other Changes
- Port KafkaChannel to new CloudEvent Binding API. #1039
- Port KafkaSource to new CloudEvent Binding API. #1037
Knative Eventing Contrib release v0.13.4
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
Bug Fixes
- Correct behavior when leader election config doesn't exist. #1004
- Fix problem with invalid prometheus metrics names with some controller names. #1004
- Fix the apiVersion used in the GitHubSource filters. #1014 #1007
Knative Eventing Contrib release v0.13.3
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
Bug Fixes
- Correct behavior when leader election config doesn't exist. #1004
- Fix problem with invalid prometheus metrics names with some controller names. #1004
- Fix the apiVersion used in the GitHubSource filters. #1014 #1007
Knative Eventing Contrib release v0.11.3
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
New Features
- Added the ability for AwsSqsSource CRD to expose pod annotations, this will allow for using Kube2IAM credentials. The existing credentials file is also supported. #1025
Knative Eventing Contrib release v0.13.2
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
Bug Fixes
- Correct behavior when leader election config doesn't exist. #1004
- Fix problem with invalid prometheus metrics names with some controller names. #1004
- Fix the apiVersion used in the GitHubSource filters. #1014 #1007
Knative Eventing Contrib release v0.13.1
Do not install this release. The image URLs are broken. Use 0.13.0 instead.