Skip to content

v1.15.3

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 27 Aug 11:32
· 3 commits to release-1.15 since this release
a7715ef

knative-extensions/eventing-kafka-broker@release-1.15

Changes by Kind

Trigger Filters

KEDA Scaling

  • Channels now use consumergroups internally. This enables them to be autoscaled with KEDA. IMPORTANT: to downgrade from this release, you will need to delete any consumergroups owned by a channel, and delete the kafka-channel-receiver and kafka-channel-dispatcher statefulsets (#3816, @Cali0707)
  • 🐛 KEDA ScaledObjects are now only created with an authentication ref if there is a trigger authentication object to reference (#3941, @Cali0707)
  • Remove Keda objects during reconciliation (#3676, @converge)

Uncategorized

  • 🐛 The namespaced broker receiver only tries to list eventtypes in it's own namespace (#3951, @Cali0707)
  • Prevent unnecessary ConfigMap updates and reduce API server load (#3915, @pierDipi)
  • The kafka controller does not panic on invalid kafka client configmaps anymore (#3938, @Cali0707)