Skip to content

Commit 1a7ccdc

Browse files
authored
Release 1.1.0 commit (#6)
* Release 1.1.0 commit
1 parent ce1facc commit 1a7ccdc

File tree

4 files changed

+53
-21
lines changed

4 files changed

+53
-21
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,31 @@ Community SAP_LIBS Release Notes
55
.. contents:: Topics
66

77

8+
v1.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the first minor release of the ``community.sap_libs`` collection.
15+
This changelog contains all changes to the modules and plugins in this collection
16+
that have been made after the previous release.
17+
18+
New Modules
19+
-----------
20+
21+
System
22+
~~~~~~
23+
24+
- sapcontrol - Manages SAPCONTROL
25+
826
v1.0.0
927
======
1028

1129
Release Summary
1230
---------------
1331

14-
This is the major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection.
15-
The collection is migrated from ansible-collection/community.sap.
32+
This is the first major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection
1633

1734
New Modules
1835
-----------
@@ -23,22 +40,22 @@ Database
2340
saphana
2441
^^^^^^^
2542

26-
- database.saphana.hana_query - Execute SQL on HANA
43+
- hana_query - Execute SQL on HANA
2744

2845
Files
2946
~~~~~
3047

31-
- files.sapcar_extract - Manages SAP SAPCAR archives
48+
- sapcar_extract - Manages SAP SAPCAR archives
3249

3350
Identity
3451
~~~~~~~~
3552

36-
- identity.sap_company - This module will manage a company entities in a SAP S4HANA environment
37-
- identity.sap_user - This module will manage a user entities in a SAP S4/HANA environment
53+
- sap_company - This module will manage a company entities in a SAP S4HANA environment
54+
- sap_user - This module will manage a user entities in a SAP S4/HANA environment
3855

3956
System
4057
~~~~~~
4158

42-
- system.sap_task_list_execute - Perform SAP Task list execution
43-
- system.sap_snote - This module will upload and (de)implements C(SNOTES) in a SAP S4HANA environment.
44-
- system.sap_system_facts - Gathers SAP facts in a host
59+
- sap_snote - This module will upload and (de)implements C(SNOTES) in a SAP S4HANA environment.
60+
- sap_system_facts - Gathers SAP facts in a host
61+
- sap_task_list_execute - Perform SAP Task list execution

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Tested Ansible versions:
6969
- 2.10
7070
- 2.11
7171
- 2.12
72+
- 2.13
7273
- devel
7374

7475
Tested Python versions:
@@ -105,6 +106,7 @@ For some modules the below requirements are needed on the host that executes a m
105106
- [sap_snote](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_snote.html)
106107
- [sap_user](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_user.html)
107108
- [sap_system_facts](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_system_facts.html)
109+
- [sapcontrol](https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sapcontrol.html)
108110

109111
## Using this collection
110112

changelogs/changelog.yaml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ releases:
1010
- description: Execute SQL on HANA
1111
name: hana_query
1212
namespace: database.saphana
13-
- description: Perform SAP Task list execution
14-
name: sap_task_list_execute
15-
namespace: system
16-
- description: Manages SAP SAPCAR archives
17-
name: sapcar_extract
18-
namespace: files
1913
- description: This module will manage a company entities in a SAP S4HANA environment
2014
name: sap_company
2115
namespace: identity
@@ -26,7 +20,26 @@ releases:
2620
- description: Gathers SAP facts in a host
2721
name: sap_system_facts
2822
namespace: system
23+
- description: Perform SAP Task list execution
24+
name: sap_task_list_execute
25+
namespace: system
2926
- description: This module will manage a user entities in a SAP S4/HANA environment
3027
name: sap_user
3128
namespace: identity
32-
release_date: '2022-24-04'
29+
- description: Manages SAP SAPCAR archives
30+
name: sapcar_extract
31+
namespace: files
32+
1.1.0:
33+
changes:
34+
release_summary: 'This is the minor release of the ``community.sap_libs`` collection.
35+
36+
This changelog contains all changes to the modules and plugins in this collection
37+
38+
that have been made after the previous release.'
39+
fragments:
40+
- 1.1.0.yml
41+
modules:
42+
- description: Manages SAPCONTROL
43+
name: sapcontrol
44+
namespace: system
45+
release_date: '2022-05-17'

galaxy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: community
44
name: sap_libs
5-
version: 1.0.0
5+
version: 1.1.0
66
readme: README.md
77
authors:
88
- Rainer Leber (github.com/rainerleber)
@@ -11,10 +11,10 @@ description: SAP Module community collection for Ansible
1111
license_file: LICENSE
1212
tags:
1313
- sap
14-
repository: https://github.com/ansible-collections/community.sap
15-
documentation: https://github.com/ansible-collection/community.sap
16-
homepage: https://github.com/ansible-collections/community.sap
17-
issues: https://github.com/ansible-collections/community.sap/issues
14+
repository: https://github.com/sap-linuxlab/community.sap_libs
15+
documentation: https://github.com/sap-linuxlab/community.sap_libs
16+
homepage: https://github.com/sap-linuxlab/community.sap_libs
17+
issues: https://github.com/sap-linuxlab/community.sap_libs
1818
build_ignore:
1919
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
2020
- .gitignore

0 commit comments

Comments
 (0)