Skip to content

Releases: knative-extensions/eventing-kafka-broker

v1.14.1

07 May 10:50
1495831
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.13.9

07 May 11:15
df7c790
Compare
Choose a tag to compare
  • Fix binary events with no data and ce overrides not being delivered (#3475, @Cali0707)
  • Propagate trust bundles in the data plane contract (#3605, @pierDipi)
  • Add kafka ce extensions for partition and offset (#3464, @Cali0707)
  • Fix flaky test failures because of single partition configmaps having the same name (#3562, @Cali0707)
  • Remove activationLagThreshold to fix 0->1 scaling (#3479, @Cali0707)
  • E2E tests for channel: TLS key pair rotation (#3406, @Leo6Leo)
  • Fix multiple logger binding error (#3498, @Cali0707)

v1.14.0

30 Apr 15:08
99cf1ab
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.13.8

09 Apr 11:17
2792efb
Compare
Choose a tag to compare
  • Fix binary events with no data and ce overrides not being delivered (#3475, @Cali0707)
  • Propagate trust bundles in the data plane contract (#3605, @pierDipi)
  • Add kafka ce extensions for partition and offset (#3464, @Cali0707)
  • Fix flaky test failures because of single partition configmaps having the same name (#3562, @Cali0707)
  • Remove activationLagThreshold to fix 0->1 scaling (#3479, @Cali0707)
  • E2E tests for channel: TLS key pair rotation (#3406, @Leo6Leo)
  • Fix multiple logger binding error (#3498, @Cali0707)

v1.13.7

28 Mar 09:41
9acb72f
Compare
Choose a tag to compare
  • Fix binary events with no data and ce overrides not being delivered (#3475, @Cali0707)
  • Propagate trust bundles in the data plane contract (#3605, @pierDipi)
  • Add kafka ce extensions for partition and offset (#3464, @Cali0707)
  • Fix flaky test failures because of single partition configmaps having the same name (#3562, @Cali0707)
  • Remove activationLagThreshold to fix 0->1 scaling (#3479, @Cali0707)
  • E2E tests for channel: TLS key pair rotation (#3406, @Leo6Leo)
  • Fix multiple logger binding error (#3498, @Cali0707)

v1.13.6

19 Mar 11:17
4291693
Compare
Choose a tag to compare
  • Fix binary events with no data and ce overrides not being delivered (#3475, @Cali0707)
  • Propagate trust bundles in the data plane contract (#3605, @pierDipi)
  • Add kafka ce extensions for partition and offset (#3464, @Cali0707)
  • Fix flaky test failures because of single partition configmaps having the same name (#3562, @Cali0707)
  • Remove activationLagThreshold to fix 0->1 scaling (#3479, @Cali0707)
  • E2E tests for channel: TLS key pair rotation (#3406, @Leo6Leo)
  • Fix multiple logger binding error (#3498, @Cali0707)

v1.12.9

19 Mar 11:34
56b2bfc
Compare
Choose a tag to compare

Changes

  • Fixed bug where deleting channels shortly after upgrading from pre 1.10 Knative threw an error. (#3295, @Cali0707)
  • Add new metrics to monitor the ConsumerGroup replicas change (#3386, @pierDipi)
  • Set consumer and consumergroups finalizers when creating them (#3355, @pierDipi)
  • Fix slow ConsumerGroup reconciliation under load (#3293, @pierDipi)
  • Fixed the prober logic for addresses which could be http or https (#3273, @Cali0707)
  • Migrate to github.com/IBM/sarama (#3348, @dnwe)
  • New trigger filters are now beta and enabled by default. (#3366, @Cali0707)
  • Update the updateServerConfig function to pass in the cert value diectly (#3337, @Leo6Leo)
  • Make SecretSpec field of consumers Auth omitempty (#3286, @mgencur)
  • E2E tests for broker: TLS key pair rotation (#3287, @Leo6Leo)
  • E2E tests for sink: TLS key pair rotation (#3395, @Leo6Leo)
  • The Channel now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3252, @Rahul-Kumar-prog)
  • The Kafka_sink now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3267, @Rahul-Kumar-prog)
  • The data plane contract now supports downgrades from versions with new fields (#3335, @Cali0707)

v1.13.5

12 Mar 11:17
ca09ace
Compare
Choose a tag to compare
  • Fix binary events with no data and ce overrides not being delivered (#3475, @Cali0707)
  • Propagate trust bundles in the data plane contract (#3605, @pierDipi)
  • Add kafka ce extensions for partition and offset (#3464, @Cali0707)
  • Fix flaky test failures because of single partition configmaps having the same name (#3562, @Cali0707)
  • Remove activationLagThreshold to fix 0->1 scaling (#3479, @Cali0707)
  • E2E tests for channel: TLS key pair rotation (#3406, @Leo6Leo)
  • Fix multiple logger binding error (#3498, @Cali0707)

v1.12.8

12 Mar 11:33
55e8f1a
Compare
Choose a tag to compare

Changes

  • Fixed bug where deleting channels shortly after upgrading from pre 1.10 Knative threw an error. (#3295, @Cali0707)
  • Add new metrics to monitor the ConsumerGroup replicas change (#3386, @pierDipi)
  • Set consumer and consumergroups finalizers when creating them (#3355, @pierDipi)
  • Fix slow ConsumerGroup reconciliation under load (#3293, @pierDipi)
  • Fixed the prober logic for addresses which could be http or https (#3273, @Cali0707)
  • Migrate to github.com/IBM/sarama (#3348, @dnwe)
  • New trigger filters are now beta and enabled by default. (#3366, @Cali0707)
  • Update the updateServerConfig function to pass in the cert value diectly (#3337, @Leo6Leo)
  • Make SecretSpec field of consumers Auth omitempty (#3286, @mgencur)
  • E2E tests for broker: TLS key pair rotation (#3287, @Leo6Leo)
  • E2E tests for sink: TLS key pair rotation (#3395, @Leo6Leo)
  • The Channel now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3252, @Rahul-Kumar-prog)
  • The Kafka_sink now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3267, @Rahul-Kumar-prog)
  • The data plane contract now supports downgrades from versions with new fields (#3335, @Cali0707)

v1.12.7

27 Feb 11:35
fc6f83e
Compare
Choose a tag to compare

Changes

  • Fixed bug where deleting channels shortly after upgrading from pre 1.10 Knative threw an error. (#3295, @Cali0707)
  • Add new metrics to monitor the ConsumerGroup replicas change (#3386, @pierDipi)
  • Set consumer and consumergroups finalizers when creating them (#3355, @pierDipi)
  • Fix slow ConsumerGroup reconciliation under load (#3293, @pierDipi)
  • Fixed the prober logic for addresses which could be http or https (#3273, @Cali0707)
  • Migrate to github.com/IBM/sarama (#3348, @dnwe)
  • New trigger filters are now beta and enabled by default. (#3366, @Cali0707)
  • Update the updateServerConfig function to pass in the cert value diectly (#3337, @Leo6Leo)
  • Make SecretSpec field of consumers Auth omitempty (#3286, @mgencur)
  • E2E tests for broker: TLS key pair rotation (#3287, @Leo6Leo)
  • E2E tests for sink: TLS key pair rotation (#3395, @Leo6Leo)
  • The Channel now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3252, @Rahul-Kumar-prog)
  • The Kafka_sink now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3267, @Rahul-Kumar-prog)
  • The data plane contract now supports downgrades from versions with new fields (#3335, @Cali0707)