You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,26 @@ Community SAP Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
+
v1.4.1
9
+
======
10
+
11
+
Release Summary
12
+
---------------
13
+
14
+
This is the 1.4.1 patch release of the ``community.sap_libs`` collection.
15
+
This changelog contains all changes to the modules and plugins in this collection
16
+
that have been made after the previous release.
17
+
18
+
Bugfixes
19
+
--------
20
+
21
+
- fixes failures in sanity test for plugins/modules/sap_pyrfc.py
22
+
- fixes failures in sanity test for tests/unit/compat/builtins.py
23
+
- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
24
+
- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
25
+
- fixes pipeline warnings
26
+
- 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.
0 commit comments