⚠️ ⚠️ ⚠️ SECURITY: Strimzi 0.50.1 and 0.51.0 addresses CVE-2026-27133 and CVE-2026-27134. If you use Strimzi 0.47.0 or newer, please read the advisories and if you are affected, please upgrade to 0.50.1 or 0.51.0.
⚠️ Important: Strimzi 0.51 supports only Kubernetes 1.30 and newer. Kubernetes 1.27, 1.28, and 1.29 are not supported anymore.
⚠️ Important: Strimzi 0.49 introduced new API version v1 to all Strimzi custom resources.
- Make sure to Upgrade the CRDs) as part of the Strimzi upgrade as well (especially when using Helm).
- The old API versions (
v1alpha1,v1beta1, andv1beta2) will continue to be supported until Strimzi 1.0.0 / 0.52.0. - Before upgrading to Strimzi 0.51.0 from Strimzi 0.48 or older, make sure that you update your
KafkaUserresources to use the.spec.authorization.acls[]operationsfield instead of the deprecated.spec.authorization.acls[]operation. - For more details about the migration to the
v1API and CRD upgrades, see the documentation.
Main changes since 0.50
This release contains the following new features and improvements:
- Add support for Kafka 4.2.0 and remove support for Kafka 4.0.0 and 4.0.1
- Allow configuration of additional Kafka options on a per-listener basis (
connections.max.reauth.ms,max.connections,max.connections.*andmax.connection.creation.rate) ServerSideApplyPhase1feature gate moved to beta, and is now enabled by default
All changes can be found under the 0.51.0 milestone.
Major changes, deprecations, and removals
There are also many important changes, deprecations, and removals:
- The
ingresslistener type is deprecated due to the archiving of the Ingress NGINX Controller for Kubernetes (March 2026).
The code remains in the Strimzi codebase, but no further improvements or development are planned.
Maven artifacts
To test the Maven artifacts that are part of this release, use the 0.51.0-RC1 version in your pom.xml.
Upgrading from Strimzi 0.50.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:73be7124ffcc56c891493e2fee9a63f4b665b7b443dd693b9660406693ef5a74
|
| Apache Kafka 4.1.0 | quay.io/strimzi/kafka@sha256:fcdada941817f3391b7816141730c782efb1d0f3ea209a43d85b6053d2b689c7
|
| Apache Kafka 4.1.1 | quay.io/strimzi/kafka@sha256:56718bec00f5dd85e95daf65768995dd49e72cff48a6850798c3b803bc8caab7
|
| Apache Kafka 4.2.0 | quay.io/strimzi/kafka@sha256:cff93db690f9a0cc83fd199d0da0dcc6931bcf6f6e1af0dd99f3b4a85c4e5f01
|
| Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:c871fc40e920a69ab4b44efa80068a77849803142b20f22cd6f787c85cba481a
|
| Kaniko executor | quay.io/strimzi/kaniko-executor@sha256:ca8838eb04f394cd3ae6268d70dd9bc7852c5c603aa30ae6aff407c2c5a29639
|
| Maven Builder | quay.io/strimzi/maven-builder@sha256:b4375c89ed22b549d821e8f577e9151d704be48f9dbcc3597ac7db56e041acc7
|
| Buildah builder | quay.io/strimzi/buildah@sha256:3ac4d8fde6eca2ad837dc5258390f5ea704949b0539c77a394eb33a63c806b97
|
New Contributors
- @alephys26 made their first contribution in #12368
- @Pinimo made their first contribution in #12366
- @mastermaxx03 made their first contribution in #12385
- @nbarrientos made their first contribution in #12401