This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Knative Eventing Sources release v0.5.0
Pre-release
Pre-release
knative-prow-releaser-robot
released this
02 Apr 22:34
·
2 commits
to release-0.5
since this release
Artifact | Description |
---|---|
camel.yaml |
The Apache Camel source. |
event-display.yaml |
A Knative Service that logs events received for use in samples and debugging. |
eventing-sources.yaml |
Container, CronJob, GitHub, and KubernetesEvent sources. |
gcppubsub.yaml |
The GCP PubSub source. |
kafka.yaml |
The Apache Kafka source. |
Eventing Sources
Action Required
- The
message_dumper
utility is no longer distributed or released. Please useevent_display
instead. #249 - The
release.yaml
artifact has been renamed toeventing-sources.yaml
. #311
New Features
- Added CamelSource for receiving events from a Camel integration. #188
- Added KafkaSource for receiving events from an Apache Kafka topic. #264
- GitHubSource now accepts a
GithubAPIURL
field for connecting to a GitHub Enterprise instance. #219 - GitHubSource now accepts a
Secure
field to configure https webhooks rather than the defalt http. #243 - CRDs are now labelled with knative.dev/crd-install=true to allow installing without race conditions or kubectl errors. #319
- Replaced the
message_dumper
utility withevent_display
. #249 - Updates Serving to 0.4.1. Upgrade to Kubernetes 1.12.6. Added
ObservedGeneration
to all Source CRDs. #258 - If containersource has labels or annotations, propagate them to the podspecs of the reified containersource deployments.
Change label denoting source from:source
toeventing.knative.dev/source
This label can not be overwritten, others will be. #285
Bug Fixes
- Removed the
Severity: Error
field from Conditions which was needlessly alarming human readers for conditions with Status=True. #209