Skip to content

Commit

Permalink
Update changelog for release 2.2.6
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 Oct 22, 2024
1 parent 0180552 commit 88846d7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
=============
Release Notes
=============
========================================
middleware\_automation.amq Release Notes
========================================

.. contents:: Topics

v2.2.6
======

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

- Add parameter ``activemq_logger_filepath`` to configure logfile path `#187 <https://github.com/ansible-middleware/amq/pull/187>`_
- Add role expansion parameters for ldap/AD configuration `#193 <https://github.com/ansible-middleware/amq/pull/193>`_

Bugfixes
--------

- Force ``activemq_configuration_file_refresh_period`` integer type in handler `#191 <https://github.com/ansible-middleware/amq/pull/191>`_
- Improve execution time for masked passwords `#194 <https://github.com/ansible-middleware/amq/pull/194>`_

v2.2.5
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,3 +571,27 @@ releases:
- 179.yaml
- 186.yaml
release_date: '2024-09-30'
2.2.6:
changes:
bugfixes:
- 'Force ``activemq_configuration_file_refresh_period`` integer type in handler
`#191 <https://github.com/ansible-middleware/amq/pull/191>`_
'
- 'Improve execution time for masked passwords `#194 <https://github.com/ansible-middleware/amq/pull/194>`_
'
minor_changes:
- 'Add parameter ``activemq_logger_filepath`` to configure logfile path `#187
<https://github.com/ansible-middleware/amq/pull/187>`_
'
- 'Add role expansion parameters for ldap/AD configuration `#193 <https://github.com/ansible-middleware/amq/pull/193>`_
'
fragments:
- 187.yaml
- 191.yaml
- 193.yaml
- 194.yaml
release_date: '2024-10-22'

0 comments on commit 88846d7

Please sign in to comment.