Skip to content

Commit de96c6e

Browse files
authored
Fix CHANGELOG records for the PEM certificates use in Kafka Connect (#11781)
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 740024b commit de96c6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@
4949
* Adding support for [JsonTemplateLayout](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html) in Operators, Cruise Control and Kafka 4.0.0 or greater.
5050
* Strimzi Drain Cleaner updated to 1.4.0 (included in the Strimzi installation files)
5151
* Added support for Strimzi Metrics Reporter to the Kafka brokers/controllers component.
52+
* Kafka Connect truststore and keystore configurations now uses Kafka Kubernetes Config Provider to load PEM certificates directly from secrets.
5253

5354
### Major changes, deprecations and removals
5455

5556
* Strimzi 0.47.0 (and any of its patch releases) is the last Strimzi version with support for Kubernetes 1.25 and 1.26.
5657
From Strimzi 0.48.0 on, we will support only Kubernetes 1.27 and newer.
58+
* KafkaConnect now uses PEM files instead of P12/JKS for keystore and truststore.
59+
* If you override "ssl.truststore.location" and "ssl.keystore.location" in your Connector configurations, then you would need update them to override "ssl.truststore.certificates" and "ssl.keystore.certificate.chain" with PEM files instead.
5760

5861
## 0.46.0
5962

@@ -79,7 +82,6 @@
7982
* Update OAuth library to 0.16.2.
8083
* Update HTTP bridge to 0.32.0.
8184
* Kubernetes events emitted during a Pod restart updated to have the Kafka resource as the `regardingObject` and the Pod in the `related` field.
82-
* Kafka Connect truststore and keystore configurations now uses Kafka Kubernetes Config Provider to load PEM certificates directly from secrets.
8385

8486
### Major changes, deprecations and removals
8587

@@ -105,8 +107,6 @@
105107
* Kubernetes events for Pod restarts no longer have the Pod as the `regardingObject`.
106108
If you are using `regardingObject` as a `field-selector` for listing events you must update the selector to specify the Kafka resource instead.
107109
* From Kafka 4.0.0, to enable the JMXReporter you must either enable metrics in `.spec.kafka.metrics`, or explicitly add JMXReporter in `metric.reporters`.
108-
* KafkaConnect now uses PEM files instead of P12/JKS for keystore and truststore.
109-
* If you override "ssl.truststore.location" and "ssl.keystore.location" in your Connector configurations, then you would need update them to override "ssl.truststore.certificates" and "ssl.keystore.certificate.chain" with PEM files instead.
110110

111111
## 0.45.0
112112

0 commit comments

Comments
 (0)