Releases: knative-extensions/eventing-kafka-broker
v1.10.8
knative-sandbox/eventing-kafka-broker@release-1.10
Changes by Kind
New features
- Add ports to KafkaChannel's externalName services (#3045, @pierDipi)
- The Trigger name and namespace will be used as a consumer group id for any new triggers made. (#3033, @EndPositive)
kafka.eventing.knative.dev/release
label on resources has been removed, useapp.kubernetes.io/version
instead (#2977, @pierDipi)
Bug fixes
- Fixed a bug where KafkaSource initial offset configuration wasn't applied when using the earliest offset configuration. (#2962, @pierDipi)
- Mark broker as not ready when auth secret is missing (#2968, @creydr)
KafkaNamespaced
does not leak cluster scoped resources that are inconfig-namespaced-broker-resources
anymore (#2949, @aliok)
New Contributors
- @vishal-chdhry made their first contribution in #2957
- @debasishbsws made their first contribution in #3006
- @Kaiass made their first contribution in #2971
Full Changelog: knative-v1.9.0...knative-v1.10.0
v1.11.8
Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)
v1.12.0
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.11.7
Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)
v1.10.7
knative-sandbox/eventing-kafka-broker@release-1.10
Changes by Kind
New features
- Add ports to KafkaChannel's externalName services (#3045, @pierDipi)
- The Trigger name and namespace will be used as a consumer group id for any new triggers made. (#3033, @EndPositive)
kafka.eventing.knative.dev/release
label on resources has been removed, useapp.kubernetes.io/version
instead (#2977, @pierDipi)
Bug fixes
- Fixed a bug where KafkaSource initial offset configuration wasn't applied when using the earliest offset configuration. (#2962, @pierDipi)
- Mark broker as not ready when auth secret is missing (#2968, @creydr)
KafkaNamespaced
does not leak cluster scoped resources that are inconfig-namespaced-broker-resources
anymore (#2949, @aliok)
New Contributors
- @vishal-chdhry made their first contribution in #2957
- @debasishbsws made their first contribution in #3006
- @Kaiass made their first contribution in #2971
Full Changelog: knative-v1.9.0...knative-v1.10.0
v1.10.6
knative-sandbox/eventing-kafka-broker@release-1.10
Changes by Kind
New features
- Add ports to KafkaChannel's externalName services (#3045, @pierDipi)
- The Trigger name and namespace will be used as a consumer group id for any new triggers made. (#3033, @EndPositive)
kafka.eventing.knative.dev/release
label on resources has been removed, useapp.kubernetes.io/version
instead (#2977, @pierDipi)
Bug fixes
- Fixed a bug where KafkaSource initial offset configuration wasn't applied when using the earliest offset configuration. (#2962, @pierDipi)
- Mark broker as not ready when auth secret is missing (#2968, @creydr)
KafkaNamespaced
does not leak cluster scoped resources that are inconfig-namespaced-broker-resources
anymore (#2949, @aliok)
New Contributors
- @vishal-chdhry made their first contribution in #2957
- @debasishbsws made their first contribution in #3006
- @Kaiass made their first contribution in #2971
Full Changelog: knative-v1.9.0...knative-v1.10.0
v1.11.6
Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)
v1.11.5
Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)
v1.11.4
Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)
v1.10.5
knative-sandbox/eventing-kafka-broker@release-1.10
Changes by Kind
New features
- Add ports to KafkaChannel's externalName services (#3045, @pierDipi)
- The Trigger name and namespace will be used as a consumer group id for any new triggers made. (#3033, @EndPositive)
kafka.eventing.knative.dev/release
label on resources has been removed, useapp.kubernetes.io/version
instead (#2977, @pierDipi)
Bug fixes
- Fixed a bug where KafkaSource initial offset configuration wasn't applied when using the earliest offset configuration. (#2962, @pierDipi)
- Mark broker as not ready when auth secret is missing (#2968, @creydr)
KafkaNamespaced
does not leak cluster scoped resources that are inconfig-namespaced-broker-resources
anymore (#2949, @aliok)
New Contributors
- @vishal-chdhry made their first contribution in #2957
- @debasishbsws made their first contribution in #3006
- @Kaiass made their first contribution in #2971
Full Changelog: knative-v1.9.0...knative-v1.10.0