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.17.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 13 Oct 10:24
· 4 commits to release-0.17 since this release
5760f89

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 and serviceAccountName fields are removed from the types in v1beta1. (#1405, @aliok)