Skip to content

Releases: strimzi/test-container

0.102.0

28 Jun 09:07
Compare
Choose a tag to compare

🚀 The main changes since the 0.101.0 release include:

  • adding new Kafka versions (i.e., 3.1.1., 3.2.0)
  • removes compile dependency on kafka-client

0.102.0-rc1

22 Jun 11:55
Compare
Choose a tag to compare
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>

0.101.0

04 Mar 09:02
Compare
Choose a tag to compare

🚀 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

0.101.0-rc2

02 Mar 18:47
Compare
Choose a tag to compare
0.101.0-rc2 Pre-release
Pre-release

🚀 Release candidate 2 of Strimzi test containers 0.101.0 is now available for testing.

The main changes since 0.101.0-rc1 version include:

  • fixes a problem with the configuration for custom container network which was overridden in the doStart() method
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-1166</url>
    </repository>
  </repositories>

0.101.0-rc1

01 Mar 15:53
Compare
Choose a tag to compare
0.101.0-rc1 Pre-release
Pre-release

🚀 Release candidate 1 of Strimzi test containers 0.101.0 is now available for testing.

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 getInternalZooKeeperConnect() method
  • constructor for an only specified number of brokers
  • better logs description

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-1165</url>
    </repository>
  </repositories>

0.100.0

28 Jan 20:34
Compare
Choose a tag to compare

🚀 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 a custom server.properties file
    • with custom bootstrap servers
    • with custom Kafka image specified by System property
    • with KRaft (KIP-500) - supported from Kafka 3.0.0
    • 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
  • (Experimental) support for multi-node setup

0.100.0-rc3

27 Jan 14:41
Compare
Choose a tag to compare
0.100.0-rc3 Pre-release
Pre-release

🚀 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

26 Jan 00:31
Compare
Choose a tag to compare
0.100.0-rc2 Pre-release
Pre-release

🚀 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

20 Jan 17:33
Compare
Choose a tag to compare
0.100.0-rc1 Pre-release
Pre-release

🚀 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>