Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Knative Eventing Contrib release v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 06 Aug 19:11
· 6 commits to release-0.8 since this release
Artifact Description
awssqs.yaml The AWS SQS source.
camel.yaml The Apache Camel source.
event-display.yaml A Knative Service that logs events received for use in samples and debugging.
gcppubsub.yaml The GCP PubSub source.
github.yaml The GitHub source.
kafka.yaml The Apache Kafka source.

Eventing Contrib

Action Required

  • The KafkaChannel (moved from Knative Eventing) was accidentally omitted from the v0.8.0 release of Eventing Contrib. It will return next week in v0.8.1.

New Features

  • CamelSource now supports Camel K 1.0.0-M1 and Camel YAML DSL. #502
  • AwsSqsSource, KafkaSource, GitHubSource and GCPPubSubSource now describe what event types they can produce as part of their CRD schemas. #506

Other Changes

  • upload-test-images.sh can now be used without gcloud installed. Attempts to call gcloud are replaced with a no-op function. #479
  • GCPPubSubSource code has moved from contrib/gcppubsub to gcppubsub. #492