Skip to content

Releases: knative-extensions/eventing-kafka-broker

v1.11.2

15 Aug 10:47
fe374f1
Compare
Choose a tag to compare

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 TLS support to the prober. (#3130, @Cali0707)

  • 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 metric

    Metric 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.1

08 Aug 10:46
fa29029
Compare
Choose a tag to compare

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 TLS support to the prober. (#3130, @Cali0707)

  • 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 metric

    Metric 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.3

01 Aug 10:51
e1b49ad
Compare
Choose a tag to compare

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, use app.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 in config-namespaced-broker-resources anymore (#2949, @aliok)

New Contributors

Full Changelog: knative-v1.9.0...knative-v1.10.0

v1.11.0

27 Jul 20:45
d65fe32
Compare
Choose a tag to compare

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 TLS support to the prober. (#3130, @Cali0707)

  • 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 metric

    Metric 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)

Knative Eventing Kafka Broker release v1.9.8

06 Jun 10:32
d735bab
Compare
Choose a tag to compare

v1.10.2

06 Jun 10:48
6e2c394
Compare
Choose a tag to compare

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, use app.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 in config-namespaced-broker-resources anymore (#2949, @aliok)

New Contributors

Full Changelog: knative-v1.9.0...knative-v1.10.0

Knative Eventing Kafka Broker release v1.9.7

30 May 10:31
e3e58ea
Compare
Choose a tag to compare

v1.10.1

30 May 10:50
f47a52f
Compare
Choose a tag to compare

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, use app.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 in config-namespaced-broker-resources anymore (#2949, @aliok)

New Contributors

Full Changelog: knative-v1.9.0...knative-v1.10.0

v1.10.0

25 Apr 18:15
61ff5c5
Compare
Choose a tag to compare

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, use app.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 in config-namespaced-broker-resources anymore (#2949, @aliok)

New Contributors

Full Changelog: knative-v1.9.0...knative-v1.10.0

Knative Eventing Kafka Broker release v1.8.10

18 Apr 10:45
f4b0fce
Compare
Choose a tag to compare