From 99d65f0535256a27a839dab376bd1f933e8370b3 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Thu, 19 Sep 2024 15:15:16 +0000 Subject: [PATCH] Update changelog for release 2.2.2 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6b0ac2..a4056b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ middleware\_automation.amq Release Notes .. contents:: Topics +v2.2.2 +====== + +Minor Changes +------------- + +- New parameter value to explicitly list ``cluster-connections`` `#168 `_ +- Parameters for ``activemq_addresses`` as a dictionary `#171 `_ + +Bugfixes +-------- + +- Prevent some configs to generate non-unique ``connector-ref`` in ``cluster-connections`` `#170 `_ + v2.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8ccc9c5..52a8814 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -516,3 +516,22 @@ releases: - 166.yaml - 167.yaml release_date: '2024-09-05' + 2.2.2: + changes: + bugfixes: + - 'Prevent some configs to generate non-unique ``connector-ref`` in ``cluster-connections`` + `#170 `_ + + ' + minor_changes: + - 'New parameter value to explicitly list ``cluster-connections`` `#168 `_ + + ' + - 'Parameters for ``activemq_addresses`` as a dictionary `#171 `_ + + ' + fragments: + - 168.yaml + - 170.yaml + - 171.yaml + release_date: '2024-09-19'