0.105.0-rc1
🚀 Release candidate 1 of Strimzi test containers 0.105.0 is now available for testing.
The main changes since 0.104.0 release includes:
- updates supported Kafka versions (adds 3.5.1, 3.6.0)
- drops older minor versions (e.g., 3.5.0)
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-1198</url>
</repository>
</repositories>