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
- @ppatierno made their first contribution in #18