From bee6b8b179ec88ca24faff718be2926493db5035 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Thu, 5 Sep 2024 16:34:59 +0000 Subject: [PATCH] Update changelog for release 2.2.1 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 18 ++++++++++++++++++ changelogs/changelog.yaml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de2c6d67..f6b0ac2b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ middleware\_automation.amq Release Notes .. contents:: Topics +v2.2.1 +====== + +Minor Changes +------------- + +- Add ``web_origin`` parameter to ``activemq_facts`` module `#167 `_ +- Add critical analyzer configuration `#162 `_ +- Add more journal configs `#161 `_ +- New ``activemq_console_bind_url`` parameter `#164 `_ +- New ``activemq_systemd_expand_environment`` parameter `#165 `_ + +Bugfixes +-------- + +- Fix condition for transferring key/trust store `#163 `_ +- Fix scenarios where duplicate XInclude can be present `#166 `_ + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index be89b994..8ccc9c58 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -482,3 +482,37 @@ releases: - 159.yaml - 160.yaml release_date: '2024-08-27' + 2.2.1: + changes: + bugfixes: + - 'Fix condition for transferring key/trust store `#163 `_ + + ' + - 'Fix scenarios where duplicate XInclude can be present `#166 `_ + + ' + minor_changes: + - 'Add ``web_origin`` parameter to ``activemq_facts`` module `#167 `_ + + ' + - 'Add critical analyzer configuration `#162 `_ + + ' + - 'Add more journal configs `#161 `_ + + ' + - 'New ``activemq_console_bind_url`` parameter `#164 `_ + + ' + - 'New ``activemq_systemd_expand_environment`` parameter `#165 `_ + + ' + fragments: + - 161.yaml + - 162.yaml + - 163.yaml + - 164.yaml + - 165.yaml + - 166.yaml + - 167.yaml + release_date: '2024-09-05'