diff options
Diffstat (limited to 'ansible_collections/community/sap/changelogs')
-rw-r--r-- | ansible_collections/community/sap/changelogs/changelog.yaml | 23 | ||||
-rw-r--r-- | ansible_collections/community/sap/changelogs/config.yaml | 1 |
2 files changed, 22 insertions, 2 deletions
diff --git a/ansible_collections/community/sap/changelogs/changelog.yaml b/ansible_collections/community/sap/changelogs/changelog.yaml index bfa4aa056..39f79a298 100644 --- a/ansible_collections/community/sap/changelogs/changelog.yaml +++ b/ansible_collections/community/sap/changelogs/changelog.yaml @@ -21,9 +21,9 @@ releases: changes: minor_changes: - sapcar_extract.py - more strict logic for filenames - release_summary: 'This is the first major release of the ``community.sap`` collection. + 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.' + that have been made after the previous release. fragments: - 1.0.0.yml - 11-filenamesuffixcheck.yml @@ -42,3 +42,22 @@ releases: 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 index 76c44c97e..db443763c 100644 --- a/ansible_collections/community/sap/changelogs/config.yaml +++ b/ansible_collections/community/sap/changelogs/config.yaml @@ -4,6 +4,7 @@ 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 |