blob: d0b7bf495baa5dae57fa801b3cafd835c24f2b60 (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
ancestor: null
releases:
1.0.0:
changes:
release_summary: This is the minor release of the ``community.sap`` collection.
It is the initial relase for the ``community.sap`` collection
fragments:
- 1.0.0.yml
modules:
- description: Ansible Module to execute SQL on SAP HANA
name: hana_query
namespace: database.saphana
- description: This module will manage a company entities in a SAP S4HANA environment
name: sap_company
namespace: identity
- description: This module will upload and (de)implements C(SNOTES) in a SAP S4HANA
environment.
name: sap_snote
namespace: system
- description: Gathers SAP facts in a host
name: sap_system_facts
namespace: system
- description: Perform SAP Task list execution
name: sap_task_list_execute
namespace: system
- description: This module will manage a user entities in a SAP S4/HANA environment
name: sap_user
namespace: identity
- description: Manages SAP SAPCAR archives
name: sapcar_extract
namespace: files
1.1.0:
changes:
release_summary: 'This is the minor release of the ``community.sap_libs`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 1.1.0.yml
modules:
- description: Ansible Module to execute SAPCONTROL
name: sapcontrol
namespace: system
release_date: '2022-05-17'
1.2.0:
changes:
bugfixes:
- syp_system_facts - fix a typo in the usage example which lead to an error
if it used as supposed.
release_summary: 'This is the minor release of the ``community.sap_libs`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 1.2.0.yml
- 11-sap_system_facts_fix_typo.yml
modules:
- description: Ansible Module for use of SAP PyRFC to execute SAP RFCs (Remote
Function Calls) to SAP remote-enabled function modules
name: sap_pyrfc
namespace: ''
release_date: '2022-07-18'
1.3.0:
changes:
minor_changes:
- License requirements are updated.
- The modules purposes are described clearer.
- The namespaces of the modules are removed to provide a flatter design.
- hana_query - module is moved to sap_hdbsql.
- sapcontrol - module is moved to sap_control_exec to have a clearer separation
to other roles and references.
release_summary: This is the 1.3.0 minor release of the ``community.sap_libs``
collection. This changelog contains all changes to the modules and plugins
in this collection that have been made after the previous release.
fragments:
- 1.3.0.yml
release_date: '2022-09-09'
1.4.0:
changes:
bugfixes:
- fix a bug where some commands produces no output which cause to crash the
module.
- modules - fix a "variable used before assignment" that cannot be reached but
causes sanity test failures.
release_summary: 'This is the 1.3.0 minor release of the ``community.sap_libs``
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 0020-fix_sap_control_exec.yml
- 1.4.0.yml
- 22-use-before-assignment.yml
release_date: '2022-12-05'
|