Skip to content

Commit

Permalink
Update changelog for release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Jul 26, 2023
1 parent 8d48dde commit a534f08
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible-middleware/amq_streams/pull/43>`_
- Enable Zookeeper authentication `#42 <https://github.com/ansible-middleware/amq_streams/pull/42>`_
- Manage topics in a Kafka authenticated broker `#60 <https://github.com/ansible-middleware/amq_streams/pull/60>`_

Minor Changes
-------------

- Add a molecule scenario for all_auth `#61 <https://github.com/ansible-middleware/amq_streams/pull/61>`_
- Declare Java Heap options as variables `#48 <https://github.com/ansible-middleware/amq_streams/pull/48>`_
- Set up KAFKA environment variables for the service execution `#54 <https://github.com/ansible-middleware/amq_streams/pull/54>`_
- Validate the odd number of Zookeeper instances of the cluster `#12 <https://github.com/ansible-middleware/amq_streams/pull/12>`_
- all jvm and servers args for zookeeper and broker can be overriden thru Ansible `#13 <https://github.com/ansible-middleware/amq_streams/pull/13>`_
- ⬆️ Upgrade to Kafka 3.4.0 `#59 <https://github.com/ansible-middleware/amq_streams/pull/59>`_
- 🐛 Add zk inventory group var into broker role `#46 <https://github.com/ansible-middleware/amq_streams/pull/46>`_
- 💚 Update topic management in test playbooks `#67 <https://github.com/ansible-middleware/amq_streams/pull/67>`_
- 📦 Use archive site to download any version `#41 <https://github.com/ansible-middleware/amq_streams/pull/41>`_

v0.0.2
======

Expand Down
47 changes: 47 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible-middleware/amq_streams/pull/43>`_
'
- 'Enable Zookeeper authentication `#42 <https://github.com/ansible-middleware/amq_streams/pull/42>`_
'
- 'Manage topics in a Kafka authenticated broker `#60 <https://github.com/ansible-middleware/amq_streams/pull/60>`_
'
minor_changes:
- 'Add a molecule scenario for all_auth `#61 <https://github.com/ansible-middleware/amq_streams/pull/61>`_
'
- 'Declare Java Heap options as variables `#48 <https://github.com/ansible-middleware/amq_streams/pull/48>`_
'
- 'Set up KAFKA environment variables for the service execution `#54 <https://github.com/ansible-middleware/amq_streams/pull/54>`_
'
- 'Validate the odd number of Zookeeper instances of the cluster `#12 <https://github.com/ansible-middleware/amq_streams/pull/12>`_
'
- 'all jvm and servers args for zookeeper and broker can be overriden thru Ansible
`#13 <https://github.com/ansible-middleware/amq_streams/pull/13>`_
'
- "\u2B06\uFE0F Upgrade to Kafka 3.4.0 `#59 <https://github.com/ansible-middleware/amq_streams/pull/59>`_\n"
- "\U0001F41B Add zk inventory group var into broker role `#46 <https://github.com/ansible-middleware/amq_streams/pull/46>`_\n"
- "\U0001F49A Update topic management in test playbooks `#67 <https://github.com/ansible-middleware/amq_streams/pull/67>`_\n"
- "\U0001F4E6 Use archive site to download any version `#41 <https://github.com/ansible-middleware/amq_streams/pull/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'

0 comments on commit a534f08

Please sign in to comment.