Releases: knative-extensions/eventing-kafka-broker
Releases · knative-extensions/eventing-kafka-broker
v1.16.0
knative-extensions/eventing-kafka-broker@release-1.16
Changes by Kind
Uncategorized
- Fix deps issues (#4121, @creydr)
- Add KafkaSource v1 API (#4130, @pierDipi)
- Add support for EventPolicy filters (#4086, @creydr)
- Allow enabling sarama logger (#4103, @pierDipi)
- Use v2 specific label to avoid matching previous deployment-based dispatchers (#4104, @pierDipi)
- Fixed bug where EventTypes are watched at the cluster scope (#4031, @Cali0707)
- Set globalResync function for KafkaChannel reconciler (#4098, @pierDipi)
- List applying EventPolicies in Brokers status (#4054, @creydr)
- List applying EventPolicies in KafkaChannel (#4089, @rahulii)
- List applying EventPolicies in KafkaSink (#4084, @creydr)
- Fix nil pointer (#4078, @creydr)
- Report error for unsupported
PKCS #1
format for the private key. (#4114, @pierDipi) - Support explicit protocol configuration in KafkaChannel secret so that the same format as Kafka Broker secrets can be used for KafkaChannel authentication configuration. (#4126, @pierDipi)
- The receiver components now successfully start on EKS. Special shoutout to @treyhyde for help debugging this. (#4021, @Cali0707)
- Verify Authorization on Ingress too (#4061, @creydr)
- When eventtype autocreate is enabled, eventtypes are now created referencing subscriptions/triggers when there is a reply to the subscription/trigger (#4077, @Cali0707)
Dependencies
Added
- github.com/fxamacker/cbor/v2: v2.6.0
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/x448/float16: v0.8.4
- k8s.io/gengo/v2: 51d4e06
Changed
- cel.dev/expr: v0.15.0 → v0.16.0
- cloud.google.com/go/compute/metadata: v0.3.0 → v0.5.0
- github.com/IBM/sarama: v1.43.1 → v1.43.3
- github.com/asaskevich/govalidator: f61b66f → a9d515a
- github.com/cncf/xds/go: 555b57e → 024c85f
- github.com/eapache/go-resiliency: v1.6.0 → v1.7.0
- github.com/emicklei/go-restful/v3: v3.11.0 → v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 → v0.13.0
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 → v1.1.0
- github.com/evanphx/json-patch: v4.12.0+incompatible → v5.9.0+incompatible
- github.com/go-logr/logr: v1.4.1 → v1.4.2
- github.com/go-openapi/jsonpointer: v0.19.6 → v0.21.0
- github.com/go-openapi/jsonreference: v0.20.2 → v0.21.0
- github.com/go-openapi/swag: v0.22.3 → v0.23.0
- github.com/gobuffalo/flect: v1.0.2 → v1.0.3
- github.com/golang/glog: v1.2.1 → v1.2.2
- github.com/google/cel-go: v0.17.7 → v0.17.8
- github.com/google/pprof: 4bb14d4 → 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0 → v2.21.0
- github.com/imdario/mergo: v0.3.13 → v0.3.16
- github.com/klauspost/compress: v1.17.8 → v1.17.9
- github.com/onsi/ginkgo/v2: v2.13.0 → v2.20.0
- github.com/onsi/gomega: v1.29.0 → v1.34.1
- github.com/prometheus/common: v0.54.0 → v0.55.0
- github.com/prometheus/procfs: v0.12.0 → v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 → v1.12.0
- github.com/rs/dnscache: e0241e3 → fc85eb6
- github.com/tsenart/vegeta/v12: v12.11.1 → v12.12.0
- go.uber.org/automaxprocs: v1.5.3 → v1.6.0
- golang.org/x/crypto: v0.25.0 → v0.28.0
- golang.org/x/exp: a9213ee → 0cdaa3a
- golang.org/x/mod: v0.19.0 → v0.21.0
- golang.org/x/net: v0.27.0 → v0.30.0
- golang.org/x/oauth2: v0.21.0 → v0.22.0
- golang.org/x/sync: v0.7.0 → v0.8.0
- golang.org/x/sys: v0.22.0 → v0.26.0
- golang.org/x/term: v0.22.0 → v0.25.0
- golang.org/x/text: v0.16.0 → v0.19.0
- golang.org/x/time: v0.5.0 → v0.6.0
- golang.org/x/tools: v0.23.0 → v0.26.0
- golang.org/x/xerrors: 04be3eb → 65e6541
- google.golang.org/genproto/googleapis/api: ef581f9 → ddb44da
- google.golang.org/genproto/googleapis/rpc: 5315273 → ddb44da
- google.golang.org/grpc: v1.65.0 → v1.67.1
- google.golang.org/protobuf: v1.34.1 → v1.35.1
- k8s.io/api: v0.29.2 → v0.30.3
- k8s.io/apiextensions-apiserver: v0.29.2 → v0.30.3
- k8s.io/apimachinery: v0.29.2 → v0.30.3
- k8s.io/apiserver: v0.29.2 → v0.30.3
- k8s.io/client-go: v0.29.2 → v0.30.3
- k8s.io/code-generator: v0.29.2 → v0.30.3
- k8s.io/component-base: v0.29.2 → v0.30.3
- k8s.io/gengo: f967bbe → a0386bf
- k8s.io/klog/v2: v2.120.1 → v2.130.1
- k8s.io/kms: v0.29.2 → v0.30.3
- k8s.io/kube-openapi: 2dd684a → 8e68654
- k8s.io/utils: e7106e6 → 18e509b
- knative.dev/eventing: v0.42.0 → v0.43.0
- knative.dev/hack/schema: b979959 → 05b2fb3
- knative.dev/hack: b979959 → 05b2fb3
- knative.dev/pkg: 4355f0c → 9b9d535
- knative.dev/reconciler-test: 00d94f4 → 09111f0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 → v0.29.0
Removed
Nothing has changed.
v1.15.7
knative-extensions/eventing-kafka-broker@release-1.15
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.14
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.6
knative-extensions/eventing-kafka-broker@release-1.15
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.13
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.5
knative-extensions/eventing-kafka-broker@release-1.15
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.12
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.4
knative-extensions/eventing-kafka-broker@release-1.15
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.11
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.3
knative-extensions/eventing-kafka-broker@release-1.15
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)