File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ community.sap_launchpad Release Notes
5
5
.. contents :: Topics
6
6
7
7
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
+
8
29
v1.0.0
9
30
======
10
31
Original file line number Diff line number Diff line change 1
1
ancestor : null
2
2
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
+
3
24
1.0.0 :
4
25
changes :
5
26
release_summary : ' | Release Date: 2023-08-22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: community
8
8
name : sap_launchpad
9
9
10
10
# The version of the collection. Must be compatible with semantic versioning
11
- version : 1.0 .0
11
+ version : 1.1 .0
12
12
13
13
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
14
14
readme : README.md
@@ -18,6 +18,7 @@ authors:
18
18
- IBM Lab for SAP Solutions
19
19
- IBM Cloud for SAP
20
20
- IBM Consulting for SAP
21
+ - MatthiasWinzeler
21
22
22
23
# ## OPTIONAL but strongly recommended
23
24
# A short summary description of the collection
You can’t perform that action at this time.
0 commit comments