Skip to content

Releases: strimzi/kafka-env-var-config-provider

1.1.0

26 Nov 20:04
Compare
Choose a tag to compare

Main Changes since 1.0.x

  • Updated 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-env-var-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 0.1.x

  • Updated 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-1205</url>
    </repository>
</repositories>

...

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-env-var-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.0

02 Feb 14:29
Compare
Choose a tag to compare

Main Changes since 0.1.x

  • Updated 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-env-var-config-provider</artifactId>
    <version>1.0.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.0-rc1

31 Jan 22:47
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Main Changes since 0.1.x

  • Updated 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-1158</url>
    </repository>
</repositories>

...

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-env-var-config-provider</artifactId>
    <version>1.0.0</version>
</dependency>

Download the archives

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

0.1.1

04 Oct 18:43
Compare
Choose a tag to compare

Main Changes since 0.1.0

  • Added Service Loader configuration for using the configuration provider as plugin in Kafka Connect
  • Updated 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-env-var-config-provider</artifactId>
    <version>0.1.1</version>
</dependency>

Download the archives

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

0.1.1-RC1

01 Oct 16:12
Compare
Choose a tag to compare
0.1.1-RC1 Pre-release
Pre-release

Main Changes since 0.1.0

  • Added Service Loader configuration for using the configuration provider as plugin in Kafka Connect
  • Updated dependencies

Use it with Maven

The release candidate is available in a staging repository:

<repository>
    <id>env-var-provider-staging-repository</id>
    <url>https://oss.sonatype.org/content/repositories/iostrimzi-1118</url>
</repository>

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

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-env-var-config-provider</artifactId>
    <version>0.1.1</version>
</dependency>

Download the archives

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

0.1.0

03 Aug 13:46
Compare
Choose a tag to compare

Changes from previous release

  • Initial release

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-env-var-config-provider</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

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