github knative/eventing-contrib v0.14.2
Knative Eventing Contrib release v0.14.2

latest releases: v0.18.8, v0.18.7, v0.18.6...
pre-release3 years ago
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

Don't miss a new eventing-contrib release

NewReleases is sending notifications on new releases.