Skip to content

0.103.0-rc1

Compare
Choose a tag to compare
@see-quick see-quick released this 28 Feb 14:23
· 41 commits to main since this release

🚀 Release candidate 1 of Strimzi test containers 0.103.0 is now available for testing.

The main changes since 0.102.0 release includes:

  • updates supported Kafka versions (adds 3.4.0, 3.3.2 etc.)
  • drops older patch versions (e.g., 2.8.1, 3.0.1)

Maven artefacts

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

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