diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/sap/changelogs | |
parent | Initial commit. (diff) | |
download | ansible-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/changelogs')
3 files changed, 73 insertions, 0 deletions
diff --git a/ansible_collections/community/sap/changelogs/changelog.yaml b/ansible_collections/community/sap/changelogs/changelog.yaml new file mode 100644 index 000000000..bfa4aa056 --- /dev/null +++ b/ansible_collections/community/sap/changelogs/changelog.yaml @@ -0,0 +1,44 @@ +ancestor: null +releases: + 0.1.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: + - 0.1.0.yml + modules: + - description: Execute SQL on HANA + name: hana_query + namespace: database.saphana + - description: Perform SAP Task list execution + name: sap_task_list_execute + namespace: system + - description: Manages SAP SAPCAR archives + name: sapcar_extract + namespace: files + release_date: '2021-12-06' + 1.0.0: + changes: + minor_changes: + - sapcar_extract.py - more strict logic for filenames + release_summary: 'This is the first 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.' + fragments: + - 1.0.0.yml + - 11-filenamesuffixcheck.yml + modules: + - 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: This module will manage a user entities in a SAP S4/HANA environment + name: sap_user + namespace: identity + release_date: '2022-02-17' diff --git a/ansible_collections/community/sap/changelogs/config.yaml b/ansible_collections/community/sap/changelogs/config.yaml new file mode 100644 index 000000000..76c44c97e --- /dev/null +++ b/ansible_collections/community/sap/changelogs/config.yaml @@ -0,0 +1,29 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: 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/changelogs/fragments/.keep b/ansible_collections/community/sap/changelogs/fragments/.keep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ansible_collections/community/sap/changelogs/fragments/.keep |