Skip to content

Commit

Permalink
Update changelog for release 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
guidograzioli committed Aug 8, 2023
1 parent e75dcae commit 4e96cc4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ middleware_automation.amq_streams Release Notes

This changelog describes changes after version 0.0.0.

v0.0.4
======

Major Changes
-------------

- :closed_lock_with_key: Enable secured connection from Kafka Connect `#76 <https://github.com/ansible-middleware/amq_streams/pull/76>`_
- :lock: Enable SSL listeners for Kafka Brokers `#70 <https://github.com/ansible-middleware/amq_streams/pull/70>`_
- :memo: How to enable TLS encryption `#74 <https://github.com/ansible-middleware/amq_streams/pull/74>`_
- ✅ Add test for SSL listeners with SASL authentication `#73 <https://github.com/ansible-middleware/amq_streams/pull/73>`_

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

- Mol all cluster `#78 <https://github.com/ansible-middleware/amq_streams/pull/78>`_
- ensure required information for auth are passed `#79 <https://github.com/ansible-middleware/amq_streams/pull/79>`_

v0.0.3
======

Expand Down
29 changes: 29 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,32 @@ releases:
- 61.yaml
- 67.yaml
release_date: '2023-07-26'
0.0.4:
changes:
major_changes:
- ':closed_lock_with_key: Enable secured connection from Kafka Connect `#76
<https://github.com/ansible-middleware/amq_streams/pull/76>`_
'
- ':lock: Enable SSL listeners for Kafka Brokers `#70 <https://github.com/ansible-middleware/amq_streams/pull/70>`_
'
- ':memo: How to enable TLS encryption `#74 <https://github.com/ansible-middleware/amq_streams/pull/74>`_
'
- "\u2705 Add test for SSL listeners with SASL authentication `#73 <https://github.com/ansible-middleware/amq_streams/pull/73>`_\n"
minor_changes:
- 'Mol all cluster `#78 <https://github.com/ansible-middleware/amq_streams/pull/78>`_
'
- 'ensure required information for auth are passed `#79 <https://github.com/ansible-middleware/amq_streams/pull/79>`_
'
fragments:
- 70.yaml
- 73.yaml
- 74.yaml
- 76.yaml
- 78.yaml
- 79.yaml
release_date: '2023-08-08'

0 comments on commit 4e96cc4

Please sign in to comment.