From 12c342a1cc07c3495fe6c702943675703f8230a5 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Thu, 14 Mar 2024 17:27:14 +0000 Subject: [PATCH] Update changelog for release 1.1.0 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 28 +++++++++++++++++++++++++--- changelogs/changelog.yaml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 615888c..85b2129 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,32 @@ -======================================== -middleware_automation.jbcs Release Notes -======================================== +========================================= +middleware\_automation.jbcs Release Notes +========================================= .. contents:: Topics This changelog describes changes after version 1.0.0. +v1.1.0 +====== + +Major Changes +------------- + +- Set minimum ansible-core version to 2.14 `#8 `_ + +Minor Changes +------------- + +- Add proxy pass directives to ssl config `#3 `_ +- Add support for offline patching `#12 `_ +- Implement automatic download and install of security patches `#9 `_ +- Update default jbcs version to 2.4.57 `#7 `_ + +Bugfixes +-------- + +- Add missing become where needed `#6 `_ + v1.0.3 ====== @@ -23,3 +44,4 @@ v1.0.1 v1.0.0 ====== + diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5b64e5e..724578f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -19,3 +19,34 @@ releases: - 1.yaml - 2.yaml release_date: '2023-08-29' + 1.1.0: + changes: + bugfixes: + - 'Add missing become where needed `#6 `_ + + ' + major_changes: + - 'Set minimum ansible-core version to 2.14 `#8 `_ + + ' + minor_changes: + - 'Add proxy pass directives to ssl config `#3 `_ + + ' + - 'Add support for offline patching `#12 `_ + + ' + - 'Implement automatic download and install of security patches `#9 `_ + + ' + - 'Update default jbcs version to 2.4.57 `#7 `_ + + ' + fragments: + - 12.yaml + - 3.yaml + - 6.yaml + - 7.yaml + - 8.yaml + - 9.yaml + release_date: '2024-03-14'