Skip to content

Releases: knative-extensions/eventing-kafka-broker

v1.15.4

24 Sep 11:31
0c77381
Compare
Choose a tag to compare

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)

v1.14.11

17 Sep 13:44
a488e34
Compare
Choose a tag to compare

Changes

New Features

  • OIDC support:
    • Authenticate requests in case target has an OIDC audience set (#3677, @creydr)
    • Expose the OIDC Audience of a KafkaChannel in its status (#3622, @creydr)
    • Create KafkaSources OIDC service account and expose in its status (#3660, @creydr)
    • Reject requests for wrong OIDC audience (#3675, @creydr)
    • Support auto generation of Triggers identity service account and expose in AuthStatus (#3604, @xiangpingjiang)
    • Adding cache mechanism to OIDC JWT token (#3663, @Leo6Leo)
  • Kafka control plane connections are now pooled, rather than recreated. (#3493, @Cali0707)
  • EventType Autocreate now works for the Eventing Kafka Broker and Eventing Kafka Channel (#3585, @Cali0707)
  • Auto created topics by brokers now support the full set of topic config options, set them by using the prefix default.topic.config. in your kafka-broker-config configmap. (#3671, @Cali0707)
  • The kafka-broker-dispatcher StatefulSet now scales with KEDA if you enable the controller-autoscaler-keda feature flag (#3813, @Cali0707)

Bug or Regression

  • the scale subresource is now correctly defined for consumergroups (#3666, @Cali0707)
  • triggers now correctly generate the consumer group id from the template, rather than just the default template (#3779, @Cali0707)

Uncategorized

  • Bump strimzi to 0.40.0 and kafka to 3.7.0 (#3768, @matzew)
  • Triggers for Kafka brokers (but not namespaced brokers) now use consumergroups internally. ( ⚠️ for downgrade information, check #3558) (#3558, @Cali0707)

v1.15.3

27 Aug 11:32
a7715ef
Compare
Choose a tag to compare

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)

v1.14.10

27 Aug 10:58
ff0b991
Compare
Choose a tag to compare

Changes

New Features

  • OIDC support:
    • Authenticate requests in case target has an OIDC audience set (#3677, @creydr)
    • Expose the OIDC Audience of a KafkaChannel in its status (#3622, @creydr)
    • Create KafkaSources OIDC service account and expose in its status (#3660, @creydr)
    • Reject requests for wrong OIDC audience (#3675, @creydr)
    • Support auto generation of Triggers identity service account and expose in AuthStatus (#3604, @xiangpingjiang)
    • Adding cache mechanism to OIDC JWT token (#3663, @Leo6Leo)
  • Kafka control plane connections are now pooled, rather than recreated. (#3493, @Cali0707)
  • EventType Autocreate now works for the Eventing Kafka Broker and Eventing Kafka Channel (#3585, @Cali0707)
  • Auto created topics by brokers now support the full set of topic config options, set them by using the prefix default.topic.config. in your kafka-broker-config configmap. (#3671, @Cali0707)
  • The kafka-broker-dispatcher StatefulSet now scales with KEDA if you enable the controller-autoscaler-keda feature flag (#3813, @Cali0707)

Bug or Regression

  • the scale subresource is now correctly defined for consumergroups (#3666, @Cali0707)
  • triggers now correctly generate the consumer group id from the template, rather than just the default template (#3779, @Cali0707)

Uncategorized

  • Bump strimzi to 0.40.0 and kafka to 3.7.0 (#3768, @matzew)
  • Triggers for Kafka brokers (but not namespaced brokers) now use consumergroups internally. ( ⚠️ for downgrade information, check #3558) (#3558, @Cali0707)

v1.15.2

20 Aug 11:30
d641892
Compare
Choose a tag to compare

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)

v1.14.9

20 Aug 11:00
13c6621
Compare
Choose a tag to compare

Changes

New Features

  • OIDC support:
    • Authenticate requests in case target has an OIDC audience set (#3677, @creydr)
    • Expose the OIDC Audience of a KafkaChannel in its status (#3622, @creydr)
    • Create KafkaSources OIDC service account and expose in its status (#3660, @creydr)
    • Reject requests for wrong OIDC audience (#3675, @creydr)
    • Support auto generation of Triggers identity service account and expose in AuthStatus (#3604, @xiangpingjiang)
    • Adding cache mechanism to OIDC JWT token (#3663, @Leo6Leo)
  • Kafka control plane connections are now pooled, rather than recreated. (#3493, @Cali0707)
  • EventType Autocreate now works for the Eventing Kafka Broker and Eventing Kafka Channel (#3585, @Cali0707)
  • Auto created topics by brokers now support the full set of topic config options, set them by using the prefix default.topic.config. in your kafka-broker-config configmap. (#3671, @Cali0707)
  • The kafka-broker-dispatcher StatefulSet now scales with KEDA if you enable the controller-autoscaler-keda feature flag (#3813, @Cali0707)

Bug or Regression

  • the scale subresource is now correctly defined for consumergroups (#3666, @Cali0707)
  • triggers now correctly generate the consumer group id from the template, rather than just the default template (#3779, @Cali0707)

Uncategorized

  • Bump strimzi to 0.40.0 and kafka to 3.7.0 (#3768, @matzew)
  • Triggers for Kafka brokers (but not namespaced brokers) now use consumergroups internally. ( ⚠️ for downgrade information, check #3558) (#3558, @Cali0707)

v1.15.1

06 Aug 11:32
150dddd
Compare
Choose a tag to compare

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)

v1.14.8

30 Jul 10:59
adce743
Compare
Choose a tag to compare

Changes

New Features

  • OIDC support:
    • Authenticate requests in case target has an OIDC audience set (#3677, @creydr)
    • Expose the OIDC Audience of a KafkaChannel in its status (#3622, @creydr)
    • Create KafkaSources OIDC service account and expose in its status (#3660, @creydr)
    • Reject requests for wrong OIDC audience (#3675, @creydr)
    • Support auto generation of Triggers identity service account and expose in AuthStatus (#3604, @xiangpingjiang)
    • Adding cache mechanism to OIDC JWT token (#3663, @Leo6Leo)
  • Kafka control plane connections are now pooled, rather than recreated. (#3493, @Cali0707)
  • EventType Autocreate now works for the Eventing Kafka Broker and Eventing Kafka Channel (#3585, @Cali0707)
  • Auto created topics by brokers now support the full set of topic config options, set them by using the prefix default.topic.config. in your kafka-broker-config configmap. (#3671, @Cali0707)
  • The kafka-broker-dispatcher StatefulSet now scales with KEDA if you enable the controller-autoscaler-keda feature flag (#3813, @Cali0707)

Bug or Regression

  • the scale subresource is now correctly defined for consumergroups (#3666, @Cali0707)
  • triggers now correctly generate the consumer group id from the template, rather than just the default template (#3779, @Cali0707)

Uncategorized

  • Bump strimzi to 0.40.0 and kafka to 3.7.0 (#3768, @matzew)
  • Triggers for Kafka brokers (but not namespaced brokers) now use consumergroups internally. ( ⚠️ for downgrade information, check #3558) (#3558, @Cali0707)

v1.15.0

25 Jul 19:21
961961c
Compare
Choose a tag to compare

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)

v1.14.7

09 Jul 10:59
c7ff0ae
Compare
Choose a tag to compare

Changes

New Features

  • OIDC support:
    • Authenticate requests in case target has an OIDC audience set (#3677, @creydr)
    • Expose the OIDC Audience of a KafkaChannel in its status (#3622, @creydr)
    • Create KafkaSources OIDC service account and expose in its status (#3660, @creydr)
    • Reject requests for wrong OIDC audience (#3675, @creydr)
    • Support auto generation of Triggers identity service account and expose in AuthStatus (#3604, @xiangpingjiang)
    • Adding cache mechanism to OIDC JWT token (#3663, @Leo6Leo)
  • Kafka control plane connections are now pooled, rather than recreated. (#3493, @Cali0707)
  • EventType Autocreate now works for the Eventing Kafka Broker and Eventing Kafka Channel (#3585, @Cali0707)
  • Auto created topics by brokers now support the full set of topic config options, set them by using the prefix default.topic.config. in your kafka-broker-config configmap. (#3671, @Cali0707)
  • The kafka-broker-dispatcher StatefulSet now scales with KEDA if you enable the controller-autoscaler-keda feature flag (#3813, @Cali0707)

Bug or Regression

  • the scale subresource is now correctly defined for consumergroups (#3666, @Cali0707)
  • triggers now correctly generate the consumer group id from the template, rather than just the default template (#3779, @Cali0707)

Uncategorized

  • Bump strimzi to 0.40.0 and kafka to 3.7.0 (#3768, @matzew)
  • Triggers for Kafka brokers (but not namespaced brokers) now use consumergroups internally. ( ⚠️ for downgrade information, check #3558) (#3558, @Cali0707)