Skip to content

Commit

Permalink
Update changelog for release 2.1.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 Aug 14, 2024
1 parent 805d445 commit d2e124c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ middleware\_automation.amq Release Notes

.. contents:: Topics

v2.1.1
======

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

- Add fact gathering module for amq `#145 <https://github.com/ansible-middleware/amq/pull/145>`_
- Add ha with replication policy `#147 <https://github.com/ansible-middleware/amq/pull/147>`_
- Allow to configure broker properties with properties file `#143 <https://github.com/ansible-middleware/amq/pull/143>`_

Bugfixes
--------

- Update jolokia access when bind host and port are changed `#146 <https://github.com/ansible-middleware/amq/pull/146>`_

v2.1.0
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,25 @@ releases:
- 136.yaml
- 137.yaml
release_date: '2024-07-30'
2.1.1:
changes:
bugfixes:
- 'Update jolokia access when bind host and port are changed `#146 <https://github.com/ansible-middleware/amq/pull/146>`_
'
minor_changes:
- 'Add fact gathering module for amq `#145 <https://github.com/ansible-middleware/amq/pull/145>`_
'
- 'Add ha with replication policy `#147 <https://github.com/ansible-middleware/amq/pull/147>`_
'
- 'Allow to configure broker properties with properties file `#143 <https://github.com/ansible-middleware/amq/pull/143>`_
'
fragments:
- 143.yaml
- 145.yaml
- 146.yaml
- 147.yaml
release_date: '2024-08-14'

0 comments on commit d2e124c

Please sign in to comment.