Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 0 additions & 4 deletions changelogs/fragments/28-fix-sapcontrol-issue.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/29-fix-lint-issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down