diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a7cecd..28c3d4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Community SAP Release Notes .. contents:: Topics +v1.4.1 +====== + +Release Summary +--------------- + +This is the 1.4.1 patch release of the ``community.sap_libs`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Bugfixes +-------- + +- fixes failures in sanity test for plugins/modules/sap_pyrfc.py +- fixes failures in sanity test for tests/unit/compat/builtins.py +- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py +- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py +- fixes pipeline warnings +- sapcontrol_exec - This pr fixes problems on c(StartSystem), c(StopSystem), c(RestartSystem) which needs parameters they ca not provided by the parameters argument because of special format like c(waittimeout=1) without string quotes. This is caused by the suds module itself. + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d0b7bf4..e29a180 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -95,3 +95,22 @@ releases: - 1.4.0.yml - 22-use-before-assignment.yml release_date: '2022-12-05' + 1.4.1: + changes: + bugfixes: + - fixes failures in sanity test for plugins/modules/sap_pyrfc.py + - fixes failures in sanity test for tests/unit/compat/builtins.py + - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py + - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py + - fixes pipeline warnings + - sapcontrol_exec - This pr fixes problems on c(StartSystem), c(StopSystem), + c(RestartSystem) which needs parameters they ca not provided by the parameters + argument because of special format like c(waittimeout=1) without string quotes. + This is caused by the suds module itself. + release_summary: This is the 1.4.1 patch release of the ``community.sap_libs`` + collection. This changelog contains all changes to the modules and plugins + in this collection that have been made after the previous release. + fragments: + - 28-fix-sapcontrol-issue.yml + - 29-fix-lint-issues.yml + release_date: '2023-03-09' diff --git a/changelogs/fragments/28-fix-sapcontrol-issue.yml b/changelogs/fragments/28-fix-sapcontrol-issue.yml deleted file mode 100644 index 26d80c6..0000000 --- a/changelogs/fragments/28-fix-sapcontrol-issue.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - sapcontrol_exec - This pr fixes problems on c(StartSystem), c(StopSystem), c(RestartSystem) which needs parameters - they ca not provided by the parameters argument because of special format like c(waittimeout=1) without string quotes. - This is caused by the suds module itself. diff --git a/changelogs/fragments/29-fix-lint-issues.yml b/changelogs/fragments/29-fix-lint-issues.yml deleted file mode 100644 index 3aa549d..0000000 --- a/changelogs/fragments/29-fix-lint-issues.yml +++ /dev/null @@ -1,6 +0,0 @@ -bugfixes: - - fixes failures in sanity test for plugins/modules/sap_pyrfc.py - - fixes failures in sanity test for tests/unit/compat/builtins.py - - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py - - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py - - fixes pipeline warnings diff --git a/galaxy.yml b/galaxy.yml index f0ce8a5..6c5819f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: sap_libs -version: 1.4.0 +version: 1.4.1 readme: README.md authors: - Rainer Leber (github.com/rainerleber)