Date
1 - 1 of 1
[ANNOUCE] [Release Candidate 2] Strimzi test containers 0.101.0
Maros Orsak
Release candidate 2 of Strimzi test containers 0.101.0 is now available for testing. The main changes from version 0.101.0-rc1 in this release include :
To test the Maven artefacts which are part of this release, use the staging repository by including the following in your pom.xml:
- fixes a problem with the configuration for custom container network which was overridden in the
doStart()
method
Images used by Strimzi test container (no change in images)
quay.io/strimzi-test-container/test-container:0.101.0-rc1-kafka-3.1.0
quay.io/strimzi-test-container/test-container:0.101.0-rc1-kafka-3.0.0
quay.io/strimzi-test-container/test-container:0.101.0-rc1-kafka-2.8.1
Maven artefactsTo 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-1166</url>
</repository>
</repositories>
Best regards,