WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a534f08

Browse files
committed
Update changelog for release 0.0.3
1 parent 8d48dde commit a534f08

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 0.0.0.
88

9+
v0.0.3
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Enable Broker Authentication usign SASL mechanism `#43 <https://github.com/ansible-middleware/amq_streams/pull/43>`_
16+
- Enable Zookeeper authentication `#42 <https://github.com/ansible-middleware/amq_streams/pull/42>`_
17+
- Manage topics in a Kafka authenticated broker `#60 <https://github.com/ansible-middleware/amq_streams/pull/60>`_
18+
19+
Minor Changes
20+
-------------
21+
22+
- Add a molecule scenario for all_auth `#61 <https://github.com/ansible-middleware/amq_streams/pull/61>`_
23+
- Declare Java Heap options as variables `#48 <https://github.com/ansible-middleware/amq_streams/pull/48>`_
24+
- Set up KAFKA environment variables for the service execution `#54 <https://github.com/ansible-middleware/amq_streams/pull/54>`_
25+
- Validate the odd number of Zookeeper instances of the cluster `#12 <https://github.com/ansible-middleware/amq_streams/pull/12>`_
26+
- all jvm and servers args for zookeeper and broker can be overriden thru Ansible `#13 <https://github.com/ansible-middleware/amq_streams/pull/13>`_
27+
- ⬆️ Upgrade to Kafka 3.4.0 `#59 <https://github.com/ansible-middleware/amq_streams/pull/59>`_
28+
- 🐛 Add zk inventory group var into broker role `#46 <https://github.com/ansible-middleware/amq_streams/pull/46>`_
29+
- 💚 Update topic management in test playbooks `#67 <https://github.com/ansible-middleware/amq_streams/pull/67>`_
30+
- 📦 Use archive site to download any version `#41 <https://github.com/ansible-middleware/amq_streams/pull/41>`_
31+
932
v0.0.2
1033
======
1134

changelogs/changelog.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,50 @@ releases:
3939
fragments:
4040
- 4.yaml
4141
release_date: '2023-03-09'
42+
0.0.3:
43+
changes:
44+
major_changes:
45+
- 'Enable Broker Authentication usign SASL mechanism `#43 <https://github.com/ansible-middleware/amq_streams/pull/43>`_
46+
47+
'
48+
- 'Enable Zookeeper authentication `#42 <https://github.com/ansible-middleware/amq_streams/pull/42>`_
49+
50+
'
51+
- 'Manage topics in a Kafka authenticated broker `#60 <https://github.com/ansible-middleware/amq_streams/pull/60>`_
52+
53+
'
54+
minor_changes:
55+
- 'Add a molecule scenario for all_auth `#61 <https://github.com/ansible-middleware/amq_streams/pull/61>`_
56+
57+
'
58+
- 'Declare Java Heap options as variables `#48 <https://github.com/ansible-middleware/amq_streams/pull/48>`_
59+
60+
'
61+
- 'Set up KAFKA environment variables for the service execution `#54 <https://github.com/ansible-middleware/amq_streams/pull/54>`_
62+
63+
'
64+
- 'Validate the odd number of Zookeeper instances of the cluster `#12 <https://github.com/ansible-middleware/amq_streams/pull/12>`_
65+
66+
'
67+
- 'all jvm and servers args for zookeeper and broker can be overriden thru Ansible
68+
`#13 <https://github.com/ansible-middleware/amq_streams/pull/13>`_
69+
70+
'
71+
- "\u2B06\uFE0F Upgrade to Kafka 3.4.0 `#59 <https://github.com/ansible-middleware/amq_streams/pull/59>`_\n"
72+
- "\U0001F41B Add zk inventory group var into broker role `#46 <https://github.com/ansible-middleware/amq_streams/pull/46>`_\n"
73+
- "\U0001F49A Update topic management in test playbooks `#67 <https://github.com/ansible-middleware/amq_streams/pull/67>`_\n"
74+
- "\U0001F4E6 Use archive site to download any version `#41 <https://github.com/ansible-middleware/amq_streams/pull/41>`_\n"
75+
fragments:
76+
- 12.yaml
77+
- 13.yaml
78+
- 41.yaml
79+
- 42.yaml
80+
- 43.yaml
81+
- 46.yaml
82+
- 48.yaml
83+
- 54.yaml
84+
- 59.yaml
85+
- 60.yaml
86+
- 61.yaml
87+
- 67.yaml
88+
release_date: '2023-07-26'

0 commit comments

Comments
 (0)