0.102.0-rc1
Pre-release
Pre-release
🚀 Release candidate 1 of Strimzi test containers 0.102.0 is now available for testing.
The main changes since 0.101.0 release includes:
- adding new Kafka versions (i.e., 3.1.1., 3.2.0)
- removes compile dependency on kafka-client
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>