Skip to content

Commit cc8875d

Browse files
authored
add changelog adjust version (#30)
1 parent fb8f74c commit cc8875d

File tree

5 files changed

+40
-11
lines changed

5 files changed

+40
-11
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Community SAP Release Notes
55
.. contents:: Topics
66

77

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.
27+
828
v1.4.0
929
======
1030

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,22 @@ releases:
9595
- 1.4.0.yml
9696
- 22-use-before-assignment.yml
9797
release_date: '2022-12-05'
98+
1.4.1:
99+
changes:
100+
bugfixes:
101+
- fixes failures in sanity test for plugins/modules/sap_pyrfc.py
102+
- fixes failures in sanity test for tests/unit/compat/builtins.py
103+
- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
104+
- fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
105+
- fixes pipeline warnings
106+
- sapcontrol_exec - This pr fixes problems on c(StartSystem), c(StopSystem),
107+
c(RestartSystem) which needs parameters they ca not provided by the parameters
108+
argument because of special format like c(waittimeout=1) without string quotes.
109+
This is caused by the suds module itself.
110+
release_summary: This is the 1.4.1 patch release of the ``community.sap_libs``
111+
collection. This changelog contains all changes to the modules and plugins
112+
in this collection that have been made after the previous release.
113+
fragments:
114+
- 28-fix-sapcontrol-issue.yml
115+
- 29-fix-lint-issues.yml
116+
release_date: '2023-03-09'

changelogs/fragments/28-fix-sapcontrol-issue.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/29-fix-lint-issues.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: community
44
name: sap_libs
5-
version: 1.4.0
5+
version: 1.4.1
66
readme: README.md
77
authors:
88
- Rainer Leber (github.com/rainerleber)

0 commit comments

Comments
 (0)