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
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Community SAP Release Notes

.. contents:: Topics

v1.6.0
======

Release Summary
---------------

This release adds new module `sap_hostctrl_exec` that allows executing `SAPHostcontrol` functions.
New contributors readme is added to show our appreciation to contributors.

Minor Changes
-------------
- sap_control_exec - Add local socket support (https://github.com/sap-linuxlab/community.sap_libs/pull/66)
- sap_hostctrl_exec - Add new module and tests (https://github.com/sap-linuxlab/community.sap_libs/pull/67)

v1.5.0
======

Expand Down
93 changes: 93 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Contributors to community.sap_libs

Thank you to all contributors who have helped make this project possible!

We welcome contributions! Please see our [contributing guidelines](https://sap-linuxlab.github.io/initiative_contributions/) to get started.

## Maintainers

The following people are the maintainers of this collection:

### SUSE

- [Marcel Mamula](https://github.com/marcelmamula)


For specific role maintainers, see the `README.md` file in the corresponding role's directory.

## All Contributors

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 23 | 11921 | 2025-09-22 |
| ydouvry | 8 | 892 | 2025-12-09 |
| Nicolas Bettembourg | 7 | 265 | 2025-10-27 |
| [Marcel Mamula](https://github.com/marcelmamula) | 4 | 1404 | 2025-10-16 |
| stm85 | 1 | 4 | 2024-04-29 |
| [Sean Freeman](https://github.com/sean-freeman) | 1 | 3 | 2022-11-11 |

## Contributions by Module

### Module: sap_control_exec.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| Nicolas Bettembourg | 4 | 221 | 2025-10-27 |
| [Rainer Leber](https://github.com/rainerleber) | 4 | 555 | 2025-09-22 |

### Module: sap_pyrfc.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 4 | 191 | 2023-03-08 |

### Module: sap_snote.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 3 | 269 | 2022-12-05 |

### Module: sap_system_facts.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 2 | 215 | 2022-09-09 |

### Module: sap_task_list_execute.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 3 | 352 | 2022-12-05 |

### Module: sap_hostctrl_exec.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| ydouvry | 8 | 506 | 2025-12-09 |

### Module: sapcar_extract.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 2 | 230 | 2022-09-09 |

### Module: sap_hdbsql.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Marcel Mamula](https://github.com/marcelmamula) | 1 | 2 | 2025-09-25 |
| stm85 | 1 | 2 | 2024-04-29 |
| [Rainer Leber](https://github.com/rainerleber) | 1 | 246 | 2022-09-09 |

### Module: sap_user.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 3 | 510 | 2022-12-05 |

### Module: sap_company.py

| Name | Commits | Lines Changed | Last Commit |
| ---- | ------- | ------------- | ----------- |
| [Rainer Leber](https://github.com/rainerleber) | 3 | 337 | 2022-12-05 |

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ modules where we are able to execute integration test we decided to disable thes
You can find more information about maintainers of this Ansible Collection at [MAINTAINERS.md](https://github.com/sap-linuxlab/community.sap_libs/blob/main/MAINTAINERS.md).

## Contributing
You can find more information about ways you can contribute at [sap-linuxlab website](https://sap-linuxlab.github.io/initiative_contributions/).
We welcome contributions to this collection. For a list of all contributors and information on how you can get involved, please see our [CONTRIBUTORS document](./CONTRIBUTORS.md).

## Support
You can report any issues using [Issues](https://github.com/sap-linuxlab/community.sap_libs/issues) section.
Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,11 @@ releases:
release_summary: This release removes `Python 2` support and updates `ansible-test` workflow to validate latest versions.
Documentation was updated to reflect supported and tested versions.
release_date: '2025-09-25'
1.6.0:
changes:
minor_changes:
- sap_control_exec - Add local socket support (https://github.com/sap-linuxlab/community.sap_libs/pull/66)
- sap_hostctrl_exec - Add new module and tests (https://github.com/sap-linuxlab/community.sap_libs/pull/67)
release_summary: This release adds new module `sap_hostctrl_exec` that allows executing `SAPHostcontrol` functions.
New contributors readme is added to show our appreciation to contributors.
release_date: '2025-12-10'
3 changes: 0 additions & 3 deletions changelogs/fragments/0066-sap_control_exec-local-socket.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/0067-sap_hostctrl_exec-new-module.yml

This file was deleted.

2 changes: 1 addition & 1 deletion 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.5.0
version: 1.6.0
readme: README.md
authors:
- Rainer Leber (github.com/rainerleber)
Expand Down