This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Knative Eventing Contrib release v0.17.0
Pre-release
Pre-release
knative-prow-releaser-robot
released this
19 Aug 11:39
·
15 commits
to release-0.17
since this release
New Features
Bug Fixes
- KafkaChannel now correctly implements tracing using eventing-wise tracing configuration from config-tracing (#1155, @slinkydeveloper)
- KafkaChannel conversion v1beta1<>v1alpha1 is fixed (#1398, @aliok)
Other Changes
- Reconcile KafkaChannel using v1beta1 api shape. Operate on dependent resources (Subscriptions, etc.) using their v1 shapes. (#1407, @aliok)
- Reconcile KafkaSource and KafkaBinding using v1beta1 api shape. Operate on dependent resources (Subscriptions, etc.) using their v1 shapes. Note that
resource
andserviceAccountName
fields are removed from the types in v1beta1. (#1405, @aliok)