Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand All @@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Tested Ansible versions:
- 2.10
- 2.11
- 2.12
- 2.13
- devel

Tested Python versions:
Expand Down Expand Up @@ -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

Expand Down
27 changes: 20 additions & 7 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
10 changes: 5 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down