⚠️ ⚠️ ⚠️ Important: Strimzi 1.0.0 supports only the new v1 CRD API. The older v1beta2, v1beta1, and v1alpha1 APIs are no longer supported. Before upgrading to Strimzi 1.0.0, make sure to convert all custom resources and upgrade the CRDs.
Main changes since 0.51
This release contains the following new features and improvements:
- Remove support for the
v1beta2API (andv1alpha1andv1beta2forKafkaTopicandKafkaUser) and fully move to thev1API - Add support for Kafka 4.1.2
- Add support for
advertisedPortTemplatein listener configuration to add more flexibility when configuring advertised ports. - Support for
type: environment-variablerack awareness based on environment variables that do not require ClusterRoleBindings - Add support for TLS/SSL on the HTTP Bridge
- Add support for force-renewal of KafkaUser certificates via
strimzi.io/force-renewannotation - The
UseConnectBuildWithBuildahfeature gate moves to the beta stage and is enabled by default - And many more ...
All changes can be found under the 1.0.0 milestone or in the CHANGELOG.md.
Upgrading from Strimzi 0.51.0
See the documentation for upgrade instructions.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Operators | quay.io/strimzi/operator@sha256:5647bd5c2c6ba5e772f421a4b7a2fe93ef0e827754030420461617f029fcb8e5
|
| Apache Kafka 4.1.0 | quay.io/strimzi/kafka@sha256:c9cfd22e7fd530ca164e00bb84cb8cfcad8966bafd5a21a4dfc05ae6bed7f72a
|
| Apache Kafka 4.1.1 | quay.io/strimzi/kafka@sha256:d92c810a87146db8c8b3c3bf7ea36d7bcd5b98c6c3500c82df1335544cb6ce56
|
| Apache Kafka 4.1.2 | quay.io/strimzi/kafka@sha256:cc69c7273083f0a783918f427f488aa929ece57f23e0e7f341cd71ce73611afd
|
| Apache Kafka 4.2.0 | quay.io/strimzi/kafka@sha256:5f1a5918e4bc2eb5b343e8e4dba91d8d1b0ae4dd2b0ca9b74211bc0b86efd69c
|
| Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:dcec1c978f4174c101b78fd290a698fad89f83439c9a868bbbd9c9750b146fdf
|
| Kaniko executor | quay.io/strimzi/kaniko-executor@sha256:ca8838eb04f394cd3ae6268d70dd9bc7852c5c603aa30ae6aff407c2c5a29639
|
| Maven Builder | quay.io/strimzi/maven-builder@sha256:12d8b936062778dc66ead7348aea81b34320b312675bb443bffa49ca49220c59
|
| Buildah builder | quay.io/strimzi/buildah@sha256:3ac4d8fde6eca2ad837dc5258390f5ea704949b0539c77a394eb33a63c806b97
|
New Contributors
- @marvin-roesch made their first contribution in #12477
- @Paramesh324 made their first contribution in #12509
- @marcelojscosta made their first contribution in #12527
- @QuentinBisson made their first contribution in #12560
- @guancioul made their first contribution in #12631
- @mamccorm made their first contribution in #12506