diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50b6051..0a61609 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d0abede..93df6ee 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/galaxy.yml b/galaxy.yml index 7dfb4da..4f68df7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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