diff options
Diffstat (limited to 'ansible_collections/community/sap/changelogs')
3 files changed, 0 insertions, 93 deletions
diff --git a/ansible_collections/community/sap/changelogs/changelog.yaml b/ansible_collections/community/sap/changelogs/changelog.yaml deleted file mode 100644 index 39f79a298..000000000 --- a/ansible_collections/community/sap/changelogs/changelog.yaml +++ /dev/null @@ -1,63 +0,0 @@ -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' - 2.0.0: - changes: - deprecated_features: - - community.sap.hana_query - is deprecated in favor of community.sap_libs.sap_hdbsql - - community.sap.sap_company - is deprecated in favor of community.sap_libs.sap_company - - community.sap.sap_snote - is deprecated in favor of community.sap_libs.sap_snote - - community.sap.sap_task_list_execute - is deprecated in favor of community.sap_libs.sap_task_list_execute - - community.sap.sap_user - is deprecated in favor of community.sap_libs.sap_user - - community.sap.sapcar_extract - is deprecated in favor of community.sap_libs.sapcar_extract - major_changes: - - all modules - everything is now a redirect to the new collection community.sap_libs - release_summary: 'This release deprecates all modules and redirect them to community.sap_libs. - The modules are removed in this release. - - The modules are available in the community.sap_libs repository.' - fragments: - - 0029-deprecation.yml - - 2.0.0.yml - release_date: '2023-07-14' diff --git a/ansible_collections/community/sap/changelogs/config.yaml b/ansible_collections/community/sap/changelogs/config.yaml deleted file mode 100644 index db443763c..000000000 --- a/ansible_collections/community/sap/changelogs/config.yaml +++ /dev/null @@ -1,30 +0,0 @@ -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/changelogs/fragments/.keep b/ansible_collections/community/sap/changelogs/fragments/.keep deleted file mode 100644 index e69de29bb..000000000 --- a/ansible_collections/community/sap/changelogs/fragments/.keep +++ /dev/null |