@@ -7,7 +7,7 @@ releases:
77 fragments :
88 - 1.0.0.yml
99 modules :
10- - description : Execute SQL on HANA
10+ - description : Ansible Module to execute SQL on SAP HANA
1111 name : hana_query
1212 namespace : database.saphana
1313 - description : This module will manage a company entities in a SAP S4HANA environment
@@ -39,7 +39,7 @@ releases:
3939 fragments :
4040 - 1.1.0.yml
4141 modules :
42- - description : Manages SAPCONTROL
42+ - description : Ansible Module to execute SAPCONTROL
4343 name : sapcontrol
4444 namespace : system
4545 release_date : ' 2022-05-17'
@@ -57,7 +57,25 @@ releases:
5757 - 1.2.0.yml
5858 - 11-sap_system_facts_fix_typo.yml
5959 modules :
60- - description : This module executes rfc functions.
60+ - description : Ansible Module for use of SAP PyRFC to execute SAP RFCs (Remote
61+ Function Calls) to SAP remote-enabled function modules
6162 name : sap_pyrfc
6263 namespace : ' '
6364 release_date : ' 2022-07-18'
65+ 1.3.0 :
66+ changes :
67+ breaking_changes :
68+ minor_changes :
69+ - License requirements are updated.
70+ - The modules purposes are described clearer.
71+ - The namespaces of the modules are removed to provide a flatter design.
72+ - hana_query - module is moved to sap_hdbsql.
73+ - sapcontrol - module is moved to sap_control_exec to have a clearer separation
74+ to other roles and references.
75+ release_summary : ' This is the 1.3.0 minor release of the ``community.sap_libs``
76+ collection.
77+ This changelog contains all changes to the modules and plugins in this collection
78+ that have been made after the previous release.'
79+ fragments :
80+ - 1.3.0.yml
81+ release_date : ' 2022-09-09'
0 commit comments