blob: 2662ad232638e9f81a976a6eaa792af86ff16f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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
|