diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:42 +0000 |
commit | 66cec45960ce1d9c794e9399de15c138acb18aed (patch) | |
tree | 59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/community/sap/CHANGELOG.rst | |
parent | Initial commit. (diff) | |
download | ansible-upstream.tar.xz ansible-upstream.zip |
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
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 00000000..2662ad23 --- /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 |