Skip to content

Releases: strimzi/kafka-kubernetes-config-provider

1.2.0

04 Oct 09:06
Compare
Choose a tag to compare

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

1.2.0-rc1

02 Oct 10:42
Compare
Choose a tag to compare
1.2.0-rc1 Pre-release
Pre-release

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

1.1.2

28 Aug 14:02
Compare
Choose a tag to compare

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

25 Aug 09:03
Compare
Choose a tag to compare
1.1.2-rc1 Pre-release
Pre-release

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

24 Mar 09:57
Compare
Choose a tag to compare

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

22 Mar 10:18
Compare
Choose a tag to compare
1.1.1-rc1 Pre-release
Pre-release

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

26 Nov 20:04
Compare
Choose a tag to compare

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

25 Nov 00:50
Compare
Choose a tag to compare
1.1.0-rc1 Pre-release
Pre-release

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

05 Aug 19:03
Compare
Choose a tag to compare

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

03 Aug 21:53
Compare
Choose a tag to compare
1.0.1-rc1 Pre-release
Pre-release

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.