Skip to content

0.31.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 20 Sep 00:59
· 1593 commits to main since this release

Main changes since 0.31.0

This is the last version of Strimzi with support for Kubernetes 1.16, 1.17 and 1.18!

  • Kafka 3.1.2 and 3.2.3 (fixes CVE-2022-34917)
  • Make sasl.server.max.receive.size broker option user configurable
  • Documentation improvements
  • Configuring number of operator replicas through the Strimzi Helm Chart
  • Update Strimzi Kafka Bridge to 0.22.1

All changes can be found under the 0.31.1 milestone.

Maven artifacts

To test the Maven artifacts which are part of this release, use the staging repository by including following in your pom.xml:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1188</url>
    </repository>
  </repositories>

Upgrading from Strimzi 0.30 or 0.31.0

See the documentation for upgrade instructions.

Upgrading from Strimzi 0.22 or earlier

This release supports only the API version v1beta2 and CRD version apiextensions.k8s.io/v1. If upgrading from Strimzi 0.22, migration to v1beta2 needs to be completed for all Strimzi CRDs and CRs before the upgrade to 0.31 is done! If upgrading from Strimzi version earlier than 0.22, you need to first install the CRDs from Strimzi 0.22 and complete the migration to v1beta2 for all Strimzi CRDs and CRs before the upgrade to 0.31 is done!

For more details about the CRD upgrades, see the documentation.