Skip to content

0.29.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 18 May 13:23
· 1978 commits to main since this release

Main changes since 0.29.0-rc1

  • Fix Kafka, KafkaConnect and Cruise Control examples
  • Fix error handling in KafkaRebalance processing
  • Fix bugs in Rack-awareness and upgrade system tests

Maven artifacts

To test the Maven artifacts which are part of this release, use the staging repository by including following in your pom.xml:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1171</url>
    </repository>
  </repositories>