Skip to content

Commit e07f371

Browse files
authored
Merge pull request #52 from marcelmamula/release-1.3.0
collection: Prepare changelog for 1.3.0
2 parents 78b8e15 + ea05b83 commit e07f371

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
725
v1.2.1
826
======
927

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
ancestor: null
22
releases:
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:

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.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
1414
readme: README.md

0 commit comments

Comments
 (0)