Skip to content

Commit 7cd4d7d

Browse files
Update changelog for release 2.0.0
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 0e27c4d commit 7cd4d7d

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 0.0.3.
88

9+
v2.0.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Bump collection major version, set default JWS version to 6.0 `#265 <https://github.com/ansible-middleware/jws/pull/265>`_
16+
17+
Minor Changes
18+
-------------
19+
20+
- Allow automatic recognition of Java `#259 <https://github.com/ansible-middleware/jws/pull/259>`_
21+
22+
Bugfixes
23+
--------
24+
25+
- Fix "undefined patch_bundle" when ``jws_offline_install`` and ``jws_apply_cp`` `#263 <https://github.com/ansible-middleware/jws/pull/263>`_
26+
- Fix RPM installations have home directory incorrectly set `#266 <https://github.com/ansible-middleware/jws/pull/266>`_
27+
- Fix incorrect jws tomcat_vault rpm version `#267 <https://github.com/ansible-middleware/jws/pull/267>`_
28+
- Fix placeholder in selinux policy file contexts `#268 <https://github.com/ansible-middleware/jws/pull/268>`_
29+
- Fix usage of bare variables in assert conditions `#260 <https://github.com/ansible-middleware/jws/pull/260>`_
30+
- Make system ``tomcat`` account only be in ``tomcat`` group `#264 <https://github.com/ansible-middleware/jws/pull/264>`_
31+
- Set minimum version of ansible-core >=2.14 `#261 <https://github.com/ansible-middleware/jws/pull/261>`_
32+
933
v1.2.5
1034
======
1135

changelogs/changelog.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,47 @@ releases:
251251
- 253.yaml
252252
- 254.yaml
253253
release_date: '2023-10-25'
254+
2.0.0:
255+
changes:
256+
bugfixes:
257+
- 'Fix "undefined patch_bundle" when ``jws_offline_install`` and ``jws_apply_cp``
258+
`#263 <https://github.com/ansible-middleware/jws/pull/263>`_
259+
260+
'
261+
- 'Fix RPM installations have home directory incorrectly set `#266 <https://github.com/ansible-middleware/jws/pull/266>`_
262+
263+
'
264+
- 'Fix incorrect jws tomcat_vault rpm version `#267 <https://github.com/ansible-middleware/jws/pull/267>`_
265+
266+
'
267+
- 'Fix placeholder in selinux policy file contexts `#268 <https://github.com/ansible-middleware/jws/pull/268>`_
268+
269+
'
270+
- 'Fix usage of bare variables in assert conditions `#260 <https://github.com/ansible-middleware/jws/pull/260>`_
271+
272+
'
273+
- 'Make system ``tomcat`` account only be in ``tomcat`` group `#264 <https://github.com/ansible-middleware/jws/pull/264>`_
274+
275+
'
276+
- 'Set minimum version of ansible-core >=2.14 `#261 <https://github.com/ansible-middleware/jws/pull/261>`_
277+
278+
'
279+
major_changes:
280+
- 'Bump collection major version, set default JWS version to 6.0 `#265 <https://github.com/ansible-middleware/jws/pull/265>`_
281+
282+
'
283+
minor_changes:
284+
- 'Allow automatic recognition of Java `#259 <https://github.com/ansible-middleware/jws/pull/259>`_
285+
286+
'
287+
fragments:
288+
- 259.yaml
289+
- 260.yaml
290+
- 261.yaml
291+
- 263.yaml
292+
- 264.yaml
293+
- 265.yaml
294+
- 266.yaml
295+
- 267.yaml
296+
- 268.yaml
297+
release_date: '2024-02-06'

0 commit comments

Comments
 (0)