Skip to content

Commit 0fb771a

Browse files
Update changelog for release 1.0.0
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 2b43490 commit 0fb771a

File tree

2 files changed

+67
-3
lines changed

2 files changed

+67
-3
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
1-
===============================================
2-
middleware_automation.amq_streams Release Notes
3-
===============================================
1+
=================================================
2+
middleware\_automation.amq\_streams Release Notes
3+
=================================================
44

55
.. contents:: Topics
66

77
This changelog describes changes after version 0.0.0.
88

9+
v1.0.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- AMW-162 Add support for KRaft `#131 <https://github.com/ansible-middleware/amq_streams/pull/131>`_
16+
- AMW-428 update amq_streams collection to use the latest kafka version `#129 <https://github.com/ansible-middleware/amq_streams/pull/129>`_
17+
- Add missing become in broker and cruise_control roles `#123 <https://github.com/ansible-middleware/amq_streams/pull/123>`_
18+
- add missing become: on task needing priv escalation to root `#121 <https://github.com/ansible-middleware/amq_streams/pull/121>`_
19+
20+
Minor Changes
21+
-------------
22+
23+
- AMW-457 amq_streams collection compatibility with ansible-core 2.17 & 2.19 `#130 <https://github.com/ansible-middleware/amq_streams/pull/130>`_
24+
- Add a role to manage Kafka Exporter `#113 <https://github.com/ansible-middleware/amq_streams/pull/113>`_
25+
- Add exporter role vars documentation `#114 <https://github.com/ansible-middleware/amq_streams/pull/114>`_
26+
27+
Bugfixes
28+
--------
29+
30+
- cruise_control: fix RHN download `#118 <https://github.com/ansible-middleware/amq_streams/pull/118>`_
31+
932
v0.0.9
1033
======
1134

changelogs/changelog.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,44 @@ releases:
149149
- 90.yaml
150150
- 99.yaml
151151
release_date: '2023-12-22'
152+
1.0.0:
153+
changes:
154+
bugfixes:
155+
- 'cruise_control: fix RHN download `#118 <https://github.com/ansible-middleware/amq_streams/pull/118>`_
156+
157+
'
158+
major_changes:
159+
- 'AMW-162 Add support for KRaft `#131 <https://github.com/ansible-middleware/amq_streams/pull/131>`_
160+
161+
'
162+
- 'AMW-428 update amq_streams collection to use the latest kafka version `#129
163+
<https://github.com/ansible-middleware/amq_streams/pull/129>`_
164+
165+
'
166+
- 'Add missing become in broker and cruise_control roles `#123 <https://github.com/ansible-middleware/amq_streams/pull/123>`_
167+
168+
'
169+
- 'add missing become: on task needing priv escalation to root `#121 <https://github.com/ansible-middleware/amq_streams/pull/121>`_
170+
171+
'
172+
minor_changes:
173+
- 'AMW-457 amq_streams collection compatibility with ansible-core 2.17 & 2.19
174+
`#130 <https://github.com/ansible-middleware/amq_streams/pull/130>`_
175+
176+
'
177+
- 'Add a role to manage Kafka Exporter `#113 <https://github.com/ansible-middleware/amq_streams/pull/113>`_
178+
179+
'
180+
- 'Add exporter role vars documentation `#114 <https://github.com/ansible-middleware/amq_streams/pull/114>`_
181+
182+
'
183+
fragments:
184+
- 113.yaml
185+
- 114.yaml
186+
- 118.yaml
187+
- 121.yaml
188+
- 123.yaml
189+
- 129.yaml
190+
- 130.yaml
191+
- 131.yaml
192+
release_date: '2025-12-16'

0 commit comments

Comments
 (0)