Skip to content

Commit

Permalink
Update changelog for release 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
  • Loading branch information
ansible-middleware-core committed Aug 27, 2024
1 parent 4f9f9cb commit bf33669
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ middleware\_automation.amq Release Notes

.. contents:: Topics

v2.2.0
======

Major Changes
-------------

- Broker modular configuration with XInclude `#159 <https://github.com/ansible-middleware/amq/pull/159>`_
- New activemq_uninstall role `#150 <https://github.com/ansible-middleware/amq/pull/150>`_

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

- Add additional ha-policy parameters `#155 <https://github.com/ansible-middleware/amq/pull/155>`_
- Add network check parameters `#152 <https://github.com/ansible-middleware/amq/pull/152>`_
- Add wait_for configuration `#156 <https://github.com/ansible-middleware/amq/pull/156>`_
- Allow to configure message counters `#153 <https://github.com/ansible-middleware/amq/pull/153>`_
- Broker plugins support `#160 <https://github.com/ansible-middleware/amq/pull/160>`_
- Define systemd entrypoint `#151 <https://github.com/ansible-middleware/amq/pull/151>`_

Bugfixes
--------

- Allow mixing masked and unmasked passwords `#149 <https://github.com/ansible-middleware/amq/pull/149>`_
- Use bind_address instead of hostname for console binding `#158 <https://github.com/ansible-middleware/amq/pull/158>`_

v2.1.1
======

Expand Down
47 changes: 47 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,50 @@ releases:
- 146.yaml
- 147.yaml
release_date: '2024-08-14'
2.2.0:
changes:
bugfixes:
- 'Allow mixing masked and unmasked passwords `#149 <https://github.com/ansible-middleware/amq/pull/149>`_
'
- 'Use bind_address instead of hostname for console binding `#158 <https://github.com/ansible-middleware/amq/pull/158>`_
'
major_changes:
- 'Broker modular configuration with XInclude `#159 <https://github.com/ansible-middleware/amq/pull/159>`_
'
- 'New activemq_uninstall role `#150 <https://github.com/ansible-middleware/amq/pull/150>`_
'
minor_changes:
- 'Add additional ha-policy parameters `#155 <https://github.com/ansible-middleware/amq/pull/155>`_
'
- 'Add network check parameters `#152 <https://github.com/ansible-middleware/amq/pull/152>`_
'
- 'Add wait_for configuration `#156 <https://github.com/ansible-middleware/amq/pull/156>`_
'
- 'Allow to configure message counters `#153 <https://github.com/ansible-middleware/amq/pull/153>`_
'
- 'Broker plugins support `#160 <https://github.com/ansible-middleware/amq/pull/160>`_
'
- 'Define systemd entrypoint `#151 <https://github.com/ansible-middleware/amq/pull/151>`_
'
fragments:
- 149.yaml
- 150.yaml
- 151.yaml
- 152.yaml
- 153.yaml
- 155.yaml
- 156.yaml
- 158.yaml
- 159.yaml
- 160.yaml
release_date: '2024-08-27'

0 comments on commit bf33669

Please sign in to comment.