diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/sap/CHANGELOG.rst | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/sap/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/community/sap/CHANGELOG.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/ansible_collections/community/sap/CHANGELOG.rst b/ansible_collections/community/sap/CHANGELOG.rst new file mode 100644 index 000000000..2662ad232 --- /dev/null +++ b/ansible_collections/community/sap/CHANGELOG.rst @@ -0,0 +1,65 @@ +=========================== +Community SAP Release Notes +=========================== + +.. contents:: Topics + + +v1.0.0 +====== + +Release Summary +--------------- + +This is the fir major release of the ``community.sap`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Minor Changes +------------- + +- sapcar_extract.py - more strict logic for filenames + +New Modules +----------- + +Identity +~~~~~~~~ + +- identity.sap_company - This module will manage a company entities in a SAP S4HANA environment +- identity.sap_user - This module will manage a user entities in a SAP S4/HANA environment + +System +~~~~~~ + +- system.sap_snote - This module will upload and (de)implements C(SNOTES) in a SAP S4HANA environment. +- system.sap_system_facts - Gathers SAP facts in a host + +v0.1.0 +====== + +Release Summary +--------------- + +This is the minor release of the ``community.sap`` collection. It is the initial relase for the ``community.sap`` collection + +New Modules +----------- + +Database +~~~~~~~~ + +saphana +^^^^^^^ + +- database.saphana.hana_query - Execute SQL on HANA + +Files +~~~~~ + +- files.sapcar_extract - Manages SAP SAPCAR archives + +System +~~~~~~ + +- system.sap_task_list_execute - Perform SAP Task list execution |