summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/sap_libs/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/sap_libs/changelogs
parentInitial commit. (diff)
downloadansible-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_libs/changelogs')
-rw-r--r--ansible_collections/community/sap_libs/changelogs/changelog.yaml116
-rw-r--r--ansible_collections/community/sap_libs/changelogs/config.yaml30
-rw-r--r--ansible_collections/community/sap_libs/changelogs/fragments/.keep0
3 files changed, 146 insertions, 0 deletions
diff --git a/ansible_collections/community/sap_libs/changelogs/changelog.yaml b/ansible_collections/community/sap_libs/changelogs/changelog.yaml
new file mode 100644
index 000000000..e29a18049
--- /dev/null
+++ b/ansible_collections/community/sap_libs/changelogs/changelog.yaml
@@ -0,0 +1,116 @@
+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'
+ 1.4.1:
+ changes:
+ bugfixes:
+ - fixes failures in sanity test for plugins/modules/sap_pyrfc.py
+ - fixes failures in sanity test for tests/unit/compat/builtins.py
+ - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
+ - fixes failures in sanity test for tests/unit/plugins/modules/test_sap_system_facts.py
+ - fixes pipeline warnings
+ - sapcontrol_exec - This pr fixes problems on c(StartSystem), c(StopSystem),
+ c(RestartSystem) which needs parameters they ca not provided by the parameters
+ argument because of special format like c(waittimeout=1) without string quotes.
+ This is caused by the suds module itself.
+ release_summary: This is the 1.4.1 patch 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:
+ - 28-fix-sapcontrol-issue.yml
+ - 29-fix-lint-issues.yml
+ release_date: '2023-03-09'
diff --git a/ansible_collections/community/sap_libs/changelogs/config.yaml b/ansible_collections/community/sap_libs/changelogs/config.yaml
new file mode 100644
index 000000000..db443763c
--- /dev/null
+++ b/ansible_collections/community/sap_libs/changelogs/config.yaml
@@ -0,0 +1,30 @@
+changelog_filename_template: ../CHANGELOG.rst
+changelog_filename_version_depth: 0
+changes_file: changelog.yaml
+changes_format: combined
+keep_fragments: false
+mention_ancestor: true
+flatmap: true
+new_plugins_after_name: removed_features
+notesdir: fragments
+prelude_section_name: release_summary
+prelude_section_title: Release Summary
+sections:
+- - major_changes
+ - Major Changes
+- - minor_changes
+ - Minor Changes
+- - breaking_changes
+ - Breaking Changes / Porting Guide
+- - deprecated_features
+ - Deprecated Features
+- - removed_features
+ - Removed Features (previously deprecated)
+- - security_fixes
+ - Security Fixes
+- - bugfixes
+ - Bugfixes
+- - known_issues
+ - Known Issues
+title: Community SAP
+trivial_section_name: trivial
diff --git a/ansible_collections/community/sap_libs/changelogs/fragments/.keep b/ansible_collections/community/sap_libs/changelogs/fragments/.keep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ansible_collections/community/sap_libs/changelogs/fragments/.keep