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
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ community.sap\_launchpad Release Notes

.. contents:: Topics

v1.3.0
======

Release Summary
---------------

Refactor Ansible Modules and adjust for ansible-core 2.19.

Minor Changes
-------------
- collection: Refactor all Ansible Modules (https://github.com/sap-linuxlab/community.sap_launchpad/pull/51)
- sap_software_download: Update for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_launchpad/pull/49)

Bugfixes
--------
- sap_software_download: Fix for failed checksums not correctly retrying (https://github.com/sap-linuxlab/community.sap_launchpad/pull/50)


v1.2.1
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
ancestor: null
releases:
1.3.0:
release_date: '2025-09-23'
changes:
release_summary: Refactor Ansible Modules and adjust for ansible-core 2.19
minor_changes:
- collection - Refactor all Ansible Modules (https://github.com/sap-linuxlab/community.sap_launchpad/pull/51)
- sap_software_download - Update for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_launchpad/pull/49)
bugfixes:
- sap_software_download - Fix for failed checksums not correctly retrying (https://github.com/sap-linuxlab/community.sap_launchpad/pull/50)

1.2.1:
release_date: '2025-06-11'
changes:
release_summary: Various bug fixes
bugfixes:
- software_center_download - Improved logic for skipping existing files and getting valid filename (https://github.com/sap-linuxlab/community.sap_launchpad/pull/40)
- sap_software_download - Add SLES 16 python313 support and update changelog (https://github.com/sap-linuxlab/community.sap_launchpad/pull/41)

1.2.0:
release_date: '2025-04-04'
changes:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: community
name: sap_launchpad

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.1
version: 1.3.0

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