diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 061304f..c67c50d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,14 +5,31 @@ Community SAP_LIBS Release Notes .. contents:: Topics +v1.1.0 +====== + +Release Summary +--------------- + +This is the first 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. + +New Modules +----------- + +System +~~~~~~ + +- sapcontrol - Manages SAPCONTROL + v1.0.0 ====== Release Summary --------------- -This is the major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection. -The collection is migrated from ansible-collection/community.sap. +This is the first major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection New Modules ----------- @@ -23,22 +40,22 @@ Database saphana ^^^^^^^ -- database.saphana.hana_query - Execute SQL on HANA +- hana_query - Execute SQL on HANA Files ~~~~~ -- files.sapcar_extract - Manages SAP SAPCAR archives +- sapcar_extract - Manages SAP SAPCAR archives Identity ~~~~~~~~ -- identity.sap_company - This module will manage a company entities in a SAP S4HANA environment -- identity.sap_user - This module will manage a user entities in a SAP S4/HANA environment +- sap_company - This module will manage a company entities in a SAP S4HANA environment +- sap_user - This module will manage a user entities in a SAP S4/HANA environment System ~~~~~~ -- system.sap_task_list_execute - Perform SAP Task list execution -- system.sap_snote - This module will upload and (de)implements C(SNOTES) in a SAP S4HANA environment. -- system.sap_system_facts - Gathers SAP facts in a host +- sap_snote - This module will upload and (de)implements C(SNOTES) in a SAP S4HANA environment. +- sap_system_facts - Gathers SAP facts in a host +- sap_task_list_execute - Perform SAP Task list execution diff --git a/README.md b/README.md index d7ada27..09436df 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Tested Ansible versions: - 2.10 - 2.11 - 2.12 +- 2.13 - devel Tested Python versions: @@ -105,6 +106,7 @@ For some modules the below requirements are needed on the host that executes a m - [sap_snote](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_snote.html) - [sap_user](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_user.html) - [sap_system_facts](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_system_facts.html) + - [sapcontrol](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sapcontrol.html) ## Using this collection diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b1fc63a..4023ba4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -10,12 +10,6 @@ releases: - 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 - description: This module will manage a company entities in a SAP S4HANA environment name: sap_company namespace: identity @@ -26,7 +20,26 @@ releases: - 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 - release_date: '2022-24-04' + - 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: Manages SAPCONTROL + name: sapcontrol + namespace: system + release_date: '2022-05-17' diff --git a/galaxy.yml b/galaxy.yml index 34ca9db..d784b86 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: sap_libs -version: 1.0.0 +version: 1.1.0 readme: README.md authors: - Rainer Leber (github.com/rainerleber) @@ -11,10 +11,10 @@ description: SAP Module community collection for Ansible license_file: LICENSE tags: - sap -repository: https://github.com/ansible-collections/community.sap -documentation: https://github.com/ansible-collection/community.sap -homepage: https://github.com/ansible-collections/community.sap -issues: https://github.com/ansible-collections/community.sap/issues +repository: https://github.com/sap-linuxlab/community.sap_libs +documentation: https://github.com/sap-linuxlab/community.sap_libs +homepage: https://github.com/sap-linuxlab/community.sap_libs +issues: https://github.com/sap-linuxlab/community.sap_libs build_ignore: # https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders - .gitignore