Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@scholzj scholzj released this 04 Oct 09:06
· 2 commits to main since this release

Main Changes since 1.1

  • Allow using patterns to match multiple Secret or ConfigMap fields (#27)
  • Dependency updates

All changes are under the 1.2.0 milestone.

Use it with Maven

Use this release directly from your Java build by defining it as a dependency:

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-kubernetes-config-provider</artifactId>
    <version>1.2.0</version>
</dependency>

Download the archives

Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs directory.

New Contributors