From 4436da18fadf4028346b92ad8e9f5f848bd68639 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Mon, 18 Nov 2024 17:19:54 +0000 Subject: [PATCH] Update changelog for release 1.5.5 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 28 ++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6aabc5..cccbb89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ middleware\_automation.wildfly Release Notes This changelog describes changes after version 0.0.7. +v1.5.5 +====== + +Minor Changes +------------- + +- AMW-310 Misleading mention of prospero in EAP 7 ansible collection `#269 `_ +- Make port binding configurable in molecule scenarios, plus some molecule fixup and ansible-lint fixes. `#270 `_ +- Upgrade prospero downstream to 1.1.13.Final-redhat-00006 `#275 `_ +- Upgrade prospero from 1.3.0.Beta1 to 1.3.0.Final `#273 `_ + +Bugfixes +-------- + +- Fix invalid varname breaking apps deployment `#274 `_ + v1.5.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 31a5d7b..734f32b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -508,3 +508,31 @@ releases: release_date: '2024-08-20' 1.5.4: release_date: '2024-09-03' + 1.5.5: + changes: + bugfixes: + - 'Fix invalid varname breaking apps deployment `#274 `_ + + ' + minor_changes: + - 'AMW-310 Misleading mention of prospero in EAP 7 ansible collection `#269 + `_ + + ' + - 'Make port binding configurable in molecule scenarios, plus some molecule + fixup and ansible-lint fixes. `#270 `_ + + ' + - 'Upgrade prospero downstream to 1.1.13.Final-redhat-00006 `#275 `_ + + ' + - 'Upgrade prospero from 1.3.0.Beta1 to 1.3.0.Final `#273 `_ + + ' + fragments: + - 269.yaml + - 270.yaml + - 273.yaml + - 274.yaml + - 275.yaml + release_date: '2024-11-18'