Skip to content

Commit

Permalink
Update changelog for release 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <[email protected]>
  • Loading branch information
ansible-middleware-core committed Sep 5, 2024
1 parent ff26378 commit bee6b8b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ middleware\_automation.amq Release Notes

.. contents:: Topics

v2.2.1
======

Minor Changes
-------------

- Add ``web_origin`` parameter to ``activemq_facts`` module `#167 <https://github.com/ansible-middleware/amq/pull/167>`_
- Add critical analyzer configuration `#162 <https://github.com/ansible-middleware/amq/pull/162>`_
- Add more journal configs `#161 <https://github.com/ansible-middleware/amq/pull/161>`_
- New ``activemq_console_bind_url`` parameter `#164 <https://github.com/ansible-middleware/amq/pull/164>`_
- New ``activemq_systemd_expand_environment`` parameter `#165 <https://github.com/ansible-middleware/amq/pull/165>`_

Bugfixes
--------

- Fix condition for transferring key/trust store `#163 <https://github.com/ansible-middleware/amq/pull/163>`_
- Fix scenarios where duplicate XInclude can be present `#166 <https://github.com/ansible-middleware/amq/pull/166>`_

v2.2.0
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,37 @@ releases:
- 159.yaml
- 160.yaml
release_date: '2024-08-27'
2.2.1:
changes:
bugfixes:
- 'Fix condition for transferring key/trust store `#163 <https://github.com/ansible-middleware/amq/pull/163>`_
'
- 'Fix scenarios where duplicate XInclude can be present `#166 <https://github.com/ansible-middleware/amq/pull/166>`_
'
minor_changes:
- 'Add ``web_origin`` parameter to ``activemq_facts`` module `#167 <https://github.com/ansible-middleware/amq/pull/167>`_
'
- 'Add critical analyzer configuration `#162 <https://github.com/ansible-middleware/amq/pull/162>`_
'
- 'Add more journal configs `#161 <https://github.com/ansible-middleware/amq/pull/161>`_
'
- 'New ``activemq_console_bind_url`` parameter `#164 <https://github.com/ansible-middleware/amq/pull/164>`_
'
- 'New ``activemq_systemd_expand_environment`` parameter `#165 <https://github.com/ansible-middleware/amq/pull/165>`_
'
fragments:
- 161.yaml
- 162.yaml
- 163.yaml
- 164.yaml
- 165.yaml
- 166.yaml
- 167.yaml
release_date: '2024-09-05'

0 comments on commit bee6b8b

Please sign in to comment.