Releases: knative-extensions/eventing-kafka-broker
Releases · knative-extensions/eventing-kafka-broker
v1.15.3
knative-extensions/[email protected]
Changes by Kind
Trigger Filters
- The new-trigger-filters feature flag has been removed, and the feature is now GA and always enabled. (#3963, @Cali0707)
- The CESQL filter dialect now supports the CESQL v1 specification (https://github.com/cloudevents/spec/releases/tag/cesql%2Fv1.0.0). IMPORTANT: The v1 specification has some changes compared to the previous v0.1 - please verify your expressions if you use CESQL filters (#3964, @Cali0707)
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
v1.14.10
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
v1.15.2
knative-extensions/[email protected]
Changes by Kind
Trigger Filters
- The new-trigger-filters feature flag has been removed, and the feature is now GA and always enabled. (#3963, @Cali0707)
- The CESQL filter dialect now supports the CESQL v1 specification (https://github.com/cloudevents/spec/releases/tag/cesql%2Fv1.0.0). IMPORTANT: The v1 specification has some changes compared to the previous v0.1 - please verify your expressions if you use CESQL filters (#3964, @Cali0707)
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
v1.14.9
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
v1.15.1
knative-extensions/[email protected]
Changes by Kind
Trigger Filters
- The new-trigger-filters feature flag has been removed, and the feature is now GA and always enabled. (#3963, @Cali0707)
- The CESQL filter dialect now supports the CESQL v1 specification (https://github.com/cloudevents/spec/releases/tag/cesql%2Fv1.0.0). IMPORTANT: The v1 specification has some changes compared to the previous v0.1 - please verify your expressions if you use CESQL filters (#3964, @Cali0707)
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
v1.14.8
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
v1.15.0
knative-extensions/[email protected]
Changes by Kind
Trigger Filters
- The new-trigger-filters feature flag has been removed, and the feature is now GA and always enabled. (#3963, @Cali0707)
- The CESQL filter dialect now supports the CESQL v1 specification (https://github.com/cloudevents/spec/releases/tag/cesql%2Fv1.0.0). IMPORTANT: The v1 specification has some changes compared to the previous v0.1 - please verify your expressions if you use CESQL filters (#3964, @Cali0707)
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
v1.14.7
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
v1.13.11
- 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.6
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)