Skip to content

Commit beddec9

Browse files
authored
Merge pull request #56 from marcelmamula/release-1.3.1
collection: Prepare for release 1.3.1
2 parents f1e0216 + 8271b13 commit beddec9

File tree

11 files changed

+125
-15
lines changed

11 files changed

+125
-15
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ community.sap\_launchpad Release Notes
44

55
.. contents:: Topics
66

7+
v1.3.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Various bug fixes fixing issues identified by new workflows for sanity tests.
14+
15+
Bugfixes
16+
--------
17+
- collection: Add ansible-test sanity workflow and fix sanity errors (https://github.com/sap-linuxlab/community.sap_launchpad/pull/55)
18+
19+
720
v1.3.0
821
======
922

CONTRIBUTORS.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Contributors to community.sap_launchpad
2+
3+
Thank you to all contributors who have helped make this project possible!
4+
5+
We welcome contributions! Please see our [contributing guidelines](https://sap-linuxlab.github.io/initiative_contributions/) to get started.
6+
7+
## Maintainers
8+
9+
The following people are the maintainers of this collection:
10+
11+
### SUSE
12+
13+
- [Marcel Mamula](https://github.com/marcelmamula)
14+
15+
16+
For specific role maintainers, see the `README.md` file in the corresponding role's directory.
17+
18+
## All Contributors
19+
20+
| Name | Commits | Lines Changed | Last Commit |
21+
| ---- | ------- | ------------- | ----------- |
22+
| [Marcel Mamula](https://github.com/marcelmamula) | 45 | 11303 | 2025-11-11 |
23+
| [Sean Freeman](https://github.com/sean-freeman) | 35 | 2915 | 2025-03-31 |
24+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 12 | 885 | 2023-11-12 |
25+
| [Markus Koch](https://github.com/rhmk) | 1 | 32 | 2022-10-21 |
26+
| 朱聖黎 Zhu Sheng Li | 1 | 209 | 2022-04-11 |
27+
28+
## Contributions by Role
29+
30+
### Role: sap_software_download
31+
32+
| Name | Commits | Lines Changed | Last Commit |
33+
| ---- | ------- | ------------- | ----------- |
34+
| [Marcel Mamula](https://github.com/marcelmamula) | 15 | 2408 | 2025-09-10 |
35+
36+
## Contributions by Module
37+
38+
### Module: license_keys.py
39+
40+
| Name | Commits | Lines Changed | Last Commit |
41+
| ---- | ------- | ------------- | ----------- |
42+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 9 | 351 | 2023-11-12 |
43+
| [Marcel Mamula](https://github.com/marcelmamula) | 2 | 181 | 2025-10-08 |
44+
45+
### Module: maintenance_planner_stack_xml_download.py
46+
47+
| Name | Commits | Lines Changed | Last Commit |
48+
| ---- | ------- | ------------- | ----------- |
49+
| [Marcel Mamula](https://github.com/marcelmamula) | 5 | 126 | 2025-10-08 |
50+
| [Sean Freeman](https://github.com/sean-freeman) | 3 | 156 | 2024-11-09 |
51+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 1 | 3 | 2023-11-17 |
52+
53+
### Module: systems_info.py
54+
55+
| Name | Commits | Lines Changed | Last Commit |
56+
| ---- | ------- | ------------- | ----------- |
57+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 5 | 121 | 2023-11-12 |
58+
| [Marcel Mamula](https://github.com/marcelmamula) | 2 | 72 | 2025-10-08 |
59+
60+
### Module: maintenance_planner_files.py
61+
62+
| Name | Commits | Lines Changed | Last Commit |
63+
| ---- | ------- | ------------- | ----------- |
64+
| [Marcel Mamula](https://github.com/marcelmamula) | 4 | 134 | 2025-10-08 |
65+
| [Sean Freeman](https://github.com/sean-freeman) | 2 | 161 | 2024-11-09 |
66+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 1 | 3 | 2023-11-17 |
67+
68+
### Module: software_center_download.py
69+
70+
| Name | Commits | Lines Changed | Last Commit |
71+
| ---- | ------- | ------------- | ----------- |
72+
| [Marcel Mamula](https://github.com/marcelmamula) | 11 | 627 | 2025-10-08 |
73+
| [Sean Freeman](https://github.com/sean-freeman) | 6 | 189 | 2024-11-09 |
74+
| [Matthias Winzeler](https://github.com/MatthiasWinzeler) | 1 | 3 | 2023-11-17 |
75+
| [Markus Koch](https://github.com/rhmk) | 1 | 11 | 2022-10-21 |
76+
| 朱聖黎 Zhu Sheng Li | 1 | 44 | 2022-04-11 |
77+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ This Ansible Collection was tested across different Operating Systems and SAP pr
9797

9898

9999
## Contributing
100-
You can find more information about ways you can contribute at [sap-linuxlab website](https://sap-linuxlab.github.io/initiative_contributions/).
100+
101+
We welcome contributions to this collection. For a list of all contributors and information on how you can get involved, please see our [CONTRIBUTORS document](./CONTRIBUTORS.md).
101102

102103

103104
## Support

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
ancestor: null
22
releases:
3+
1.3.1:
4+
release_date: '2025-11-11'
5+
changes:
6+
release_summary: Various bug fixes fixing issues identified by new workflows for sanity tests
7+
bugfixes:
8+
- collection - Add ansible-test sanity workflow and fix sanity errors (https://github.com/sap-linuxlab/community.sap_launchpad/pull/55)
9+
310
1.3.0:
411
release_date: '2025-09-23'
512
changes:

docs/CONTRIBUTORS.md

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: community
88
name: sap_launchpad
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.3.0
11+
version: 1.3.1
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

tests/sanity/ignore-2.21.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.22.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.23.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.24.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

0 commit comments

Comments
 (0)