1.2.0-rc1
Pre-release
Pre-release
v1. The older v1beta2, v1beta1, and v1alpha1 APIs are no longer supported. Before upgrading to Strimzi 1.0.0 and above, make sure to convert all custom resources and upgrade the CRDs.
Main Changes Since 1.1.0
The most important new features are:
- Apache Kafka 4.3.1 support
- Templated (per-pod) additional volumes
- Stop auto-mounting Service Account tokens into Pods and mount them through a volume instead
ServerSideApplyPhase1feature gate moves to GA stage and is permanently enabled- Configuring Maven mirrors for Kafka Connect Build
- Connectors that request the stopped or paused state via
.spec.stateare now created directly in that state instead of being started first and then stopped or paused. - Support for broker cordoning during auto-rebalancing on scale down for Kafka 4.3+
- And many more ...
There are also some important changes to the installation files:
- The Cluster, Topic, and User Operator YAML installation files and the Cluster Operator Helm Chart now use the default container security context that matches the Restricted Kubernetes Pod Security Standard. If needed, you can override the default security context by updating the
securityContextproperty in the YAML installation files or use thesecurityContextproperty in the Cluster Operator Helm Chart values.
All changes can be found under the 1.2.0 milestone or in the CHANGELOG.md.
Upgrading from Strimzi 1.1.0
See the documentation for upgrade instructions.
Maven artifacts
To test the Maven artifacts that are part of this release, use the 1.2.0-RC1 version in your pom.xml.
Container Images
The following container images are part of this release:
| Name | Image |
|---|---|
| Operators | quay.io/strimzi/operator@sha256:4f8b863880e2dfabde6a6a06459587cfb215cb7f1a42611e74b081d55d6ef18b |
| Apache Kafka 4.2.0 | quay.io/strimzi/kafka@sha256:db3957572af378ea9207ab0e1c38f792c573d08fb78efe49aad47d8d3cba4f18 |
| Apache Kafka 4.2.1 | quay.io/strimzi/kafka@sha256:eb35ea88ad3bafab681b7e71ec094bb8d1e79bedf8623335f874674cfd2e1264 |
| Apache Kafka 4.3.0 | quay.io/strimzi/kafka@sha256:2a0f9d7ad075bc4ff78adcd71fa2df34c7b85bad19ce624d86ec73b167b21cd7 |
| Apache Kafka 4.3.1 | quay.io/strimzi/kafka@sha256:e91b3a9f9be5e7416e3509c39321ca4f5b90f73dcd9cc23ab024dd4f31a77f2d |
| Strimzi Bridge | quay.io/strimzi/kafka-bridge@sha256:3a03af635b3ba64505527864bd0f6ad7b5118637491d8a5b32be78e11733e65a |
| Kaniko executor | quay.io/strimzi/kaniko-executor@sha256:ca8838eb04f394cd3ae6268d70dd9bc7852c5c603aa30ae6aff407c2c5a29639 |
| Maven Builder | quay.io/strimzi/maven-builder@sha256:44b7d2d5cf0e2b7f558d686d6ecd3b093bf0f85fbecfcc9ee7952ad792fd72ae |
| Buildah builder | quay.io/strimzi/buildah@sha256:3ac4d8fde6eca2ad837dc5258390f5ea704949b0539c77a394eb33a63c806b97 |
New Contributors
- @BK202503 made their first contribution in #12885
- @acgtun made their first contribution in #12895
- @anxkhn made their first contribution in #12903
- @bboyleonp666 made their first contribution in #12788
- @gggeon96 made their first contribution in #12796
- @rd-patrick-wegner made their first contribution in #12927
- @ShashwatSinha03 made their first contribution in #12920
- @marcus-chae made their first contribution in #12948
- @DavidMachacek made their first contribution in #12928
- @Mopsgeschwindigkeit made their first contribution in #12973
- @KasparMetsa made their first contribution in #12974
- @gferreir made their first contribution in #12999
- @mariusandrian made their first contribution in #13027