From a534f08346f11d98909d60d52722f6f5a5afbd76 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 26 Jul 2023 14:20:15 +0000 Subject: [PATCH] Update changelog for release 0.0.3 --- CHANGELOG.rst | 23 +++++++++++++++++++ changelogs/changelog.yaml | 47 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4bf3eba..405d05a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,29 @@ middleware_automation.amq_streams Release Notes This changelog describes changes after version 0.0.0. +v0.0.3 +====== + +Major Changes +------------- + +- Enable Broker Authentication usign SASL mechanism `#43 `_ +- Enable Zookeeper authentication `#42 `_ +- Manage topics in a Kafka authenticated broker `#60 `_ + +Minor Changes +------------- + +- Add a molecule scenario for all_auth `#61 `_ +- Declare Java Heap options as variables `#48 `_ +- Set up KAFKA environment variables for the service execution `#54 `_ +- Validate the odd number of Zookeeper instances of the cluster `#12 `_ +- all jvm and servers args for zookeeper and broker can be overriden thru Ansible `#13 `_ +- ⬆️ Upgrade to Kafka 3.4.0 `#59 `_ +- 🐛 Add zk inventory group var into broker role `#46 `_ +- 💚 Update topic management in test playbooks `#67 `_ +- 📦 Use archive site to download any version `#41 `_ + v0.0.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f1e27a1..f74bdc9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -39,3 +39,50 @@ releases: fragments: - 4.yaml release_date: '2023-03-09' + 0.0.3: + changes: + major_changes: + - 'Enable Broker Authentication usign SASL mechanism `#43 `_ + + ' + - 'Enable Zookeeper authentication `#42 `_ + + ' + - 'Manage topics in a Kafka authenticated broker `#60 `_ + + ' + minor_changes: + - 'Add a molecule scenario for all_auth `#61 `_ + + ' + - 'Declare Java Heap options as variables `#48 `_ + + ' + - 'Set up KAFKA environment variables for the service execution `#54 `_ + + ' + - 'Validate the odd number of Zookeeper instances of the cluster `#12 `_ + + ' + - 'all jvm and servers args for zookeeper and broker can be overriden thru Ansible + `#13 `_ + + ' + - "\u2B06\uFE0F Upgrade to Kafka 3.4.0 `#59 `_\n" + - "\U0001F41B Add zk inventory group var into broker role `#46 `_\n" + - "\U0001F49A Update topic management in test playbooks `#67 `_\n" + - "\U0001F4E6 Use archive site to download any version `#41 `_\n" + fragments: + - 12.yaml + - 13.yaml + - 41.yaml + - 42.yaml + - 43.yaml + - 46.yaml + - 48.yaml + - 54.yaml + - 59.yaml + - 60.yaml + - 61.yaml + - 67.yaml + release_date: '2023-07-26'