Skip to content

Commit 70b163e

Browse files
Update changelog for release 1.2.4
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 049b526 commit 70b163e

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ middleware_automation.jws Release Notes
66

77
This changelog describes changes after version 0.0.3.
88

9+
v1.2.4
10+
======
11+
12+
Minor Changes
13+
-------------
14+
15+
- Allow controller down without sudo and rm deps to seport `#237 <https://github.com/ansible-middleware/jws/pull/237>`_
16+
- Download install files via JBossNetwork API `#229 <https://github.com/ansible-middleware/jws/pull/229>`_
17+
- Remove unused deps to community.general `#227 <https://github.com/ansible-middleware/jws/pull/227>`_
18+
- Tc10 `#232 <https://github.com/ansible-middleware/jws/pull/232>`_
19+
- Update RHN Ids to add latest CP `#220 <https://github.com/ansible-middleware/jws/pull/220>`_
20+
- Update documentation default to 5.7 `#234 <https://github.com/ansible-middleware/jws/pull/234>`_
21+
- jws: add firewalld configuration `#226 <https://github.com/ansible-middleware/jws/pull/226>`_
22+
23+
Bugfixes
24+
--------
25+
26+
- Set correct exit code in systemd unit `#240 <https://github.com/ansible-middleware/jws/pull/240>`_
27+
- Use alternatives, not rpm, to determine java_home `#241 <https://github.com/ansible-middleware/jws/pull/241>`_
28+
- jws_validation: fix typo in rpm validation `#218 <https://github.com/ansible-middleware/jws/pull/218>`_
29+
- workaround java11 buzilla #2224411 `#233 <https://github.com/ansible-middleware/jws/pull/233>`_
30+
931
v1.2.3
1032
======
1133

changelogs/changelog.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,53 @@ releases:
175175
- 211.yaml
176176
- 212.yaml
177177
release_date: '2022-12-01'
178+
1.2.4:
179+
changes:
180+
bugfixes:
181+
- 'Set correct exit code in systemd unit `#240 <https://github.com/ansible-middleware/jws/pull/240>`_
182+
183+
'
184+
- 'Use alternatives, not rpm, to determine java_home `#241 <https://github.com/ansible-middleware/jws/pull/241>`_
185+
186+
'
187+
- 'jws_validation: fix typo in rpm validation `#218 <https://github.com/ansible-middleware/jws/pull/218>`_
188+
189+
'
190+
- 'workaround java11 buzilla #2224411 `#233 <https://github.com/ansible-middleware/jws/pull/233>`_
191+
192+
'
193+
minor_changes:
194+
- 'Allow controller down without sudo and rm deps to seport `#237 <https://github.com/ansible-middleware/jws/pull/237>`_
195+
196+
'
197+
- 'Download install files via JBossNetwork API `#229 <https://github.com/ansible-middleware/jws/pull/229>`_
198+
199+
'
200+
- 'Remove unused deps to community.general `#227 <https://github.com/ansible-middleware/jws/pull/227>`_
201+
202+
'
203+
- 'Tc10 `#232 <https://github.com/ansible-middleware/jws/pull/232>`_
204+
205+
'
206+
- 'Update RHN Ids to add latest CP `#220 <https://github.com/ansible-middleware/jws/pull/220>`_
207+
208+
'
209+
- 'Update documentation default to 5.7 `#234 <https://github.com/ansible-middleware/jws/pull/234>`_
210+
211+
'
212+
- 'jws: add firewalld configuration `#226 <https://github.com/ansible-middleware/jws/pull/226>`_
213+
214+
'
215+
fragments:
216+
- 218.yaml
217+
- 220.yaml
218+
- 226.yaml
219+
- 227.yaml
220+
- 229.yaml
221+
- 232.yaml
222+
- 233.yaml
223+
- 234.yaml
224+
- 237.yaml
225+
- 240.yaml
226+
- 241.yaml
227+
release_date: '2023-09-21'

0 commit comments

Comments
 (0)