Skip to content

0.27.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 23 Dec 11:55
· 2303 commits to main since this release

Main changes since 0.27-rc1

  • Fixed AArch64 version of the kaniko-executor container image
  • Add Canary installation files to release archives

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