Skip to content

Commit

Permalink
Update changelog for release 2.0.2
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 Jun 5, 2024
1 parent 6bb3f98 commit 61ff73e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ middleware\_automation.amq Release Notes

.. contents:: Topics

v2.0.2
======

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

- Set minimum ansible-core version to >=2.15 `#127 <https://github.com/ansible-middleware/amq/pull/127>`_

Bugfixes
--------

- Artemis command to create broker instance uses correct JAVA_HOME `#125 <https://github.com/ansible-middleware/amq/pull/125>`_
- Fix ``broker-connections`` templating error, add missing parameters `#133 <https://github.com/ansible-middleware/amq/pull/133>`_
- Fix configuration of multicast addresses/queues `#131 <https://github.com/ansible-middleware/amq/pull/131>`_
- Improve validations for offline installs `#124 <https://github.com/ansible-middleware/amq/pull/124>`_

v2.0.1
======

Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,30 @@ releases:
- 117.yaml
- 118.yaml
release_date: '2024-04-29'
2.0.2:
changes:
bugfixes:
- 'Artemis command to create broker instance uses correct JAVA_HOME `#125 <https://github.com/ansible-middleware/amq/pull/125>`_
'
- 'Fix ``broker-connections`` templating error, add missing parameters `#133
<https://github.com/ansible-middleware/amq/pull/133>`_
'
- 'Fix configuration of multicast addresses/queues `#131 <https://github.com/ansible-middleware/amq/pull/131>`_
'
- 'Improve validations for offline installs `#124 <https://github.com/ansible-middleware/amq/pull/124>`_
'
minor_changes:
- 'Set minimum ansible-core version to >=2.15 `#127 <https://github.com/ansible-middleware/amq/pull/127>`_
'
fragments:
- 124.yaml
- 125.yaml
- 127.yaml
- 131.yaml
- 133.yaml
release_date: '2024-06-05'

0 comments on commit 61ff73e

Please sign in to comment.