Skip to content

Releases: sleighzy/ansible-kafka

3.3.1 (2026-01-07)

Choose a tag to compare

@sleighzy sleighzy released this 07 Jan 09:06
f71af33

Fix for comparing OS versions as strings to now use integers. @matus-cuper

Fix deprecation warnings and use anisible_facts
Fix Molecule tests with upgrade to Debian container and Java JRE.

3.3.0 (2024-11-15)

Choose a tag to compare

@sleighzy sleighzy released this 14 Nov 22:45
ea2bab8

Upgrade to Apache Kafka 3.8.1

3.2.2 (2024-08-30)

Choose a tag to compare

@sleighzy sleighzy released this 30 Aug 06:26
b6da285

Upgrade to Kafka 3.5.2

3.2.1 (2024-01-21)

Choose a tag to compare

@sleighzy sleighzy released this 21 Jan 05:08
b36bb21

#38 Add kafka_opts Ansible variable to support use of KAFKA_OPTS in configuration.

3.2.0 (2023-08-13)

Choose a tag to compare

@sleighzy sleighzy released this 13 Aug 02:40
cd28070
  • Upgrade to Apache Kafka 3.5.1

This Ansible role does not explicitly support upgrades from previous versions. Refer to https://kafka.apache.org/documentation.html#upgrade if upgrading for instructions on configuration updates needed during this process.

See the release notes for more information: https://downloads.apache.org/kafka/3.5.1/RELEASE_NOTES.html

  • Support for templating additional configuration properties into the server.properties file

3.1.1 (2022-10-23)

Choose a tag to compare

@sleighzy sleighzy released this 23 Oct 06:23
546f598
  • Upgrade to Apache Kafka 3.2.3

This Ansible role does not explicitly support upgrades from previous versions. Refer to https://kafka.apache.org/documentation.html#upgrade if upgrading for instructions on configuration updates needed during this process.

See the release notes for more information: https://downloads.apache.org/kafka/3.2.3/RELEASE_NOTES.html

  • Support for JMX_PORT configuration

3.1.0 (2022-07-19)

Choose a tag to compare

@sleighzy sleighzy released this 09 Jul 01:52
80caa23
  • Upgrade to Apache Kafka 3.2.0

This Ansible role does not explicitly support upgrades from previous versions. Refer to https://kafka.apache.org/documentation.html#upgrade if upgrading for instructions on configuration updates needed during this process.

See the release notes for more information: https://downloads.apache.org/kafka/3.2.0/RELEASE_NOTES.html

  • Add support for ignoring certificate validation issues when downloading the Kafka release

This is due to the new download server using a Let's Encrypt certificate that can cause issues with systems using older versions of OpenSSL and out-of-date ca-certs packages.

3.0.0 (2022-03-10)

Choose a tag to compare

@sleighzy sleighzy released this 10 Mar 08:19
6659c11

Upgrade to Apache Kafka 3.1.0

This Ansible role does not explicitly support upgrades from previous versions. Refer to https://kafka.apache.org/documentation.html#upgrade if upgrading for instructions on configuration updates needed during this process.

See the release notes for more information: https://downloads.apache.org/kafka/3.1.0/RELEASE_NOTES.html

2.1.1 (2022-02-10)

Choose a tag to compare

@sleighzy sleighzy released this 12 Feb 22:58
df08ccd

#20 Create user and group as system user/group

#21 and #22 Upgrade to the slim image of Super Linter v4 to resolve breaking changes and decrease build times

2.1.0 (30-10-2021)

Choose a tag to compare

@sleighzy sleighzy released this 30 Oct 07:01
92c7187

The Kafka log4j configuration is supplied as a template that can be used to update this configuration.

This provides the means to change logging levels, and other use cases such as changing the logging appender used to be able to roll over logs based on file size.

Additional changes:

  • Update to Kafka 2.8.1
  • Remove TravisCI integration and tests, this has been superseded by Molecule

#16