Skip to content

Commit 4e96cc4

Browse files
committed
Update changelog for release 0.0.4
Signed-off-by: github-actions <[email protected]>
1 parent e75dcae commit 4e96cc4

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ middleware_automation.amq_streams Release Notes
66

77
This changelog describes changes after version 0.0.0.
88

9+
v0.0.4
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- :closed_lock_with_key: Enable secured connection from Kafka Connect `#76 <https://github.com/ansible-middleware/amq_streams/pull/76>`_
16+
- :lock: Enable SSL listeners for Kafka Brokers `#70 <https://github.com/ansible-middleware/amq_streams/pull/70>`_
17+
- :memo: How to enable TLS encryption `#74 <https://github.com/ansible-middleware/amq_streams/pull/74>`_
18+
- ✅ Add test for SSL listeners with SASL authentication `#73 <https://github.com/ansible-middleware/amq_streams/pull/73>`_
19+
20+
Minor Changes
21+
-------------
22+
23+
- Mol all cluster `#78 <https://github.com/ansible-middleware/amq_streams/pull/78>`_
24+
- ensure required information for auth are passed `#79 <https://github.com/ansible-middleware/amq_streams/pull/79>`_
25+
926
v0.0.3
1027
======
1128

changelogs/changelog.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,32 @@ releases:
8686
- 61.yaml
8787
- 67.yaml
8888
release_date: '2023-07-26'
89+
0.0.4:
90+
changes:
91+
major_changes:
92+
- ':closed_lock_with_key: Enable secured connection from Kafka Connect `#76
93+
<https://github.com/ansible-middleware/amq_streams/pull/76>`_
94+
95+
'
96+
- ':lock: Enable SSL listeners for Kafka Brokers `#70 <https://github.com/ansible-middleware/amq_streams/pull/70>`_
97+
98+
'
99+
- ':memo: How to enable TLS encryption `#74 <https://github.com/ansible-middleware/amq_streams/pull/74>`_
100+
101+
'
102+
- "\u2705 Add test for SSL listeners with SASL authentication `#73 <https://github.com/ansible-middleware/amq_streams/pull/73>`_\n"
103+
minor_changes:
104+
- 'Mol all cluster `#78 <https://github.com/ansible-middleware/amq_streams/pull/78>`_
105+
106+
'
107+
- 'ensure required information for auth are passed `#79 <https://github.com/ansible-middleware/amq_streams/pull/79>`_
108+
109+
'
110+
fragments:
111+
- 70.yaml
112+
- 73.yaml
113+
- 74.yaml
114+
- 76.yaml
115+
- 78.yaml
116+
- 79.yaml
117+
release_date: '2023-08-08'

0 commit comments

Comments
 (0)