File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ community.sap\_launchpad Release Notes
44
55.. contents :: Topics
66
7+ v1.3.0
8+ ======
9+
10+ Release Summary
11+ ---------------
12+
13+ Refactor Ansible Modules and adjust for ansible-core 2.19.
14+
15+ Minor Changes
16+ -------------
17+ - collection: Refactor all Ansible Modules (https://github.com/sap-linuxlab/community.sap_launchpad/pull/51)
18+ - sap_software_download: Update for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_launchpad/pull/49)
19+
20+ Bugfixes
21+ --------
22+ - sap_software_download: Fix for failed checksums not correctly retrying (https://github.com/sap-linuxlab/community.sap_launchpad/pull/50)
23+
24+
725v1.2.1
826======
927
Original file line number Diff line number Diff line change 11ancestor : null
22releases :
3+ 1.3.0 :
4+ release_date : ' 2025-09-23'
5+ changes :
6+ release_summary : Refactor Ansible Modules and adjust for ansible-core 2.19
7+ minor_changes :
8+ - collection - Refactor all Ansible Modules (https://github.com/sap-linuxlab/community.sap_launchpad/pull/51)
9+ - sap_software_download - Update for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_launchpad/pull/49)
10+ bugfixes :
11+ - sap_software_download - Fix for failed checksums not correctly retrying (https://github.com/sap-linuxlab/community.sap_launchpad/pull/50)
12+
13+ 1.2.1 :
14+ release_date : ' 2025-06-11'
15+ changes :
16+ release_summary : Various bug fixes
17+ bugfixes :
18+ - software_center_download - Improved logic for skipping existing files and getting valid filename (https://github.com/sap-linuxlab/community.sap_launchpad/pull/40)
19+ - sap_software_download - Add SLES 16 python313 support and update changelog (https://github.com/sap-linuxlab/community.sap_launchpad/pull/41)
20+
321 1.2.0 :
422 release_date : ' 2025-04-04'
523 changes :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: community
88name : sap_launchpad
99
1010# The version of the collection. Must be compatible with semantic versioning
11- version : 1.2.1
11+ version : 1.3.0
1212
1313# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414readme : README.md
You can’t perform that action at this time.
0 commit comments