Skip to content

0.14.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mstruk mstruk released this 06 Oct 05:59
· 15 commits to main since this release

Main Changes since 0.13.x

Fixed logging of principal extraction configuration at startup

Fixed a bug where the configured usernameClaim, fallbackUsernameClaim and fallbackUsernamePrefix values were not displayed at initialisation time.

Added support for disabling the Accept header when communicating with authorization server

Some authorization servers have issues with Accept header in some circumstances. Configuration options oauth.include.accept.header and strimzi.authorization.include.accept.header have been introduced to allow turning off the sending of Accept header.

Bumped Kafka version to 3.6.0

When using the Strimzi Kafka OAuth libraries on the client, Kafka version 3.6.0 will be included by default as a transitive dependency.

For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.14.0 milestone.

Staging repository

To test the 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-1196</url>
    </repository>
  </repositories>