Skip to content

Commit b956965

Browse files
Update changelog for release 2.1.0
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 69233f6 commit b956965

File tree

2 files changed

+50
-4
lines changed

2 files changed

+50
-4
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
=======================================
2-
middleware_automation.jws Release Notes
3-
=======================================
1+
========================================
2+
middleware\_automation.jws Release Notes
3+
========================================
44

55
.. contents:: Topics
66

77
This changelog describes changes after version 0.0.3.
88

9+
v2.1.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- AMW-196 Usage of become inside the jws role `#272 <https://github.com/ansible-middleware/jws/pull/272>`_
16+
- Update default for ``jws_native`` `#269 <https://github.com/ansible-middleware/jws/pull/269>`_
17+
- fix typo in variable name `#271 <https://github.com/ansible-middleware/jws/pull/271>`_
18+
19+
Minor Changes
20+
-------------
21+
22+
- Add jws_enable var for consistency with other runtime collection `#277 <https://github.com/ansible-middleware/jws/pull/277>`_
23+
- Make playbook ``become`` unnecessary `#274 <https://github.com/ansible-middleware/jws/pull/274>`_
24+
- Update collection to use Ansible 2.16 as a minimum requirement `#276 <https://github.com/ansible-middleware/jws/pull/276>`_
25+
926
v2.0.0
1027
======
1128

@@ -179,4 +196,3 @@ Release Summary
179196
---------------
180197

181198
This is the first stable release of the ``middleware_automation.jws`` collection.
182-

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,33 @@ releases:
295295
- 267.yaml
296296
- 268.yaml
297297
release_date: '2024-02-06'
298+
2.1.0:
299+
changes:
300+
major_changes:
301+
- 'AMW-196 Usage of become inside the jws role `#272 <https://github.com/ansible-middleware/jws/pull/272>`_
302+
303+
'
304+
- 'Update default for ``jws_native`` `#269 <https://github.com/ansible-middleware/jws/pull/269>`_
305+
306+
'
307+
- 'fix typo in variable name `#271 <https://github.com/ansible-middleware/jws/pull/271>`_
308+
309+
'
310+
minor_changes:
311+
- 'Add jws_enable var for consistency with other runtime collection `#277 <https://github.com/ansible-middleware/jws/pull/277>`_
312+
313+
'
314+
- 'Make playbook ``become`` unnecessary `#274 <https://github.com/ansible-middleware/jws/pull/274>`_
315+
316+
'
317+
- 'Update collection to use Ansible 2.16 as a minimum requirement `#276 <https://github.com/ansible-middleware/jws/pull/276>`_
318+
319+
'
320+
fragments:
321+
- 269.yaml
322+
- 271.yaml
323+
- 272.yaml
324+
- 274.yaml
325+
- 276.yaml
326+
- 277.yaml
327+
release_date: '2024-09-19'

0 commit comments

Comments
 (0)