Releases: strimzi/test-container
0.106.0-rc1
🚀 Release candidate 1 of Strimzi test containers 0.106.0 is now available for testing.
The main changes since 0.106.0 release includes:
- CVE fixes
- update Kafka versions (i.e., adding a recently released Kafka 3.7.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-1209</url>
</repository>
</repositories>
0.105.0
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>
0.104.0
0.104.0-rc1
🚀 Release candidate 1 of Strimzi test containers 0.104.0 is now available for testing.
The main changes since 0.103.0 release includes:
- updates supported Kafka versions (adds 3.5.0, 3.4.1)
- drops older minor versions (e.g., 3.4.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-1184</url>
</repository>
</repositories>
0.103.0
0.103.0-rc1
🚀 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>
0.102.0
0.102.0-rc1
🚀 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>
0.101.0
🚀 The main changes since 0.100.0 release includes:
- adding the ability to configure ZooKeeper container via zookeeper.properties
- adding the ability to connect to internal ZooKeeper inside StrimziKafkaContainer using the getInternalZooKeeperConnect() method
- constructor for an only specified number of brokers
- better logs description