Skip to content

Commit 85d6cb9

Browse files
authored
Merge pull request #19 from sap-linuxlab/dev
Merge dev to main for release 1.1.0
2 parents dae0525 + 1ed4ce2 commit 85d6cb9

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ community.sap_launchpad Release Notes
55
.. contents:: Topics
66

77

8+
v1.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
| Release Date: 2023-11-28
15+
| Community contribution Ansible Module systems_info to query registered systems in me.sap.com
16+
| Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey
17+
18+
19+
v1.0.1
20+
======
21+
22+
Release Summary
23+
---------------
24+
25+
| Release Date: 2023-09-14
26+
| Fix for handling old password prompt
27+
28+
829
v1.0.0
930
======
1031

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
ancestor: null
22
releases:
3+
4+
1.1.0:
5+
changes:
6+
release_summary: '| Release Date: 2023-11-28
7+
8+
| Community contribution Ansible Module systems_info to query registered systems in me.sap.com
9+
10+
| Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey
11+
12+
'
13+
release_date: '2023-11-28'
14+
15+
1.0.1:
16+
changes:
17+
release_summary: '| Release Date: 2023-09-14
18+
19+
| Fix for handling old password prompt
20+
21+
'
22+
release_date: '2023-09-14'
23+
324
1.0.0:
425
changes:
526
release_summary: '| Release Date: 2023-08-22

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: community
88
name: sap_launchpad
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.0.0
11+
version: 1.1.0
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md
@@ -18,6 +18,7 @@ authors:
1818
- IBM Lab for SAP Solutions
1919
- IBM Cloud for SAP
2020
- IBM Consulting for SAP
21+
- MatthiasWinzeler
2122

2223
### OPTIONAL but strongly recommended
2324
# A short summary description of the collection

0 commit comments

Comments
 (0)