Releases: strimzi/kafka-kubernetes-config-provider
1.2.0
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
1.2.0-rc1
Main Changes since 1.1
- Allow using patterns to match multiple Secret or ConfigMap fields (#27)
- Dependency updates
Use it with Maven
Use this release directly from your Java build by defining it as a dependency:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1229/</url>
</repository>
</repositories>
...
<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
1.1.2
Main Changes since 1.1.1
- Updated Kafka and Fabric8 dependencies
- Better logging for Kubernetes client issues
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.1.2</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.1.2-rc1
Main Changes since 1.1.1
- Updated Kafka and Fabric8 dependencies
- Better logging for Kubernetes client issues
Use it with Maven
Use this release directly from your Java build by defining it as a dependency:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1193/</url>
</repository>
</repositories>
...
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-kubernetes-config-provider</artifactId>
<version>1.1.2</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.1.1
Main Changes since 1.1.0
- Updated Kafka and Fabric8 dependencies to address CVEs
- Use JDK HTTP Client instead of OkHttp
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.1.1</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.1.1-rc1
Main Changes since 1.1.0
- Updated Kafka and Fabric8 dependencies to address CVEs
- Use JDK HTTP Client instead of OkHttp
Use it with Maven
Use this release directly from your Java build by defining it as a dependency:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1179/</url>
</repository>
</repositories>
...
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-kubernetes-config-provider</artifactId>
<version>1.1.1</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.1.0
Main Changes since 1.0.x
- Updated Kafka and Fabric8 dependencies
- Drop support for Java 8
- Add support for Java 17
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.1.0</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.1.0-rc1
Main Changes since 1.0.x
- Updated Kafka and Fabric8 dependencies
- Drop support for Java 8
- Add support for Java 17
Use it with Maven
Use this release directly from your Java build by defining it as a dependency:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1206</url>
</repository>
</repositories>
...
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-kubernetes-config-provider</artifactId>
<version>1.1.0</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.0.1
Main Changes since 1.0.0
- Updated Kafka and Fabric8 dependencies
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.0.1</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.
1.0.1-rc1
Main Changes since 1.0.0
- Updated Kafka and Fabric8 dependencies
Use it with Maven
Use this release directly from your Java build by defining it as a dependency:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1178</url>
</repository>
</repositories>
...
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-kubernetes-config-provider</artifactId>
<version>1.0.1</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.