This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Knative Eventing Contrib release v0.15.0
Pre-release
Pre-release
knative-prow-releaser-robot
released this
26 May 23:45
·
2 commits
to release-0.15
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. |
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