Releases: strimzi/test-container
Releases · strimzi/test-container
0.100.0-rc3
🚀 Release candidate 3 of Strimzi test containers 0.100.0 is now available for testing.
The main changes since 0.100.0-rc2 version include:
- fix KRaft mode when Controller listens on the localhost instead of the container host
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-1156</url>
</repository>
</repositories>
0.100.0-rc2
🚀 Release candidate 2 of Strimzi test containers 0.100.0 is now available for testing.
The main changes since 0.100.0-rc1 version include:
- allow specifying docker image by StrimziKafkaContainer constructor
- adds Kafka 3.1.0 and solves the problem with KRaft (adding new listener CONTROLLER)
- restriction KRaft for Kafka 2.8.1 (for using KRaft you need at least 3.0.0 Kafka version)
- added parameterized test cases
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-1155</url>
</repository>
</repositories>
0.100.0-rc1
🚀 Release candidate 1 of Strimzi test containers 0.100.0 is now available for testing.
The main changes since 0.25.0 release includes:
- adds a variety of options how to configure broker to run Strimzi Kafka container:
- with a specific Kafka version
- with additional configuration
- on a fixed port
- with KRaft (KIP-500)
- with a custom server.properties file
- with custom bootstrap servers
- with custom Kafka image specified by System property
- (Experimental) support for multi-node setup
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-1154</url>
</repository>
</repositories>