Skip to content

Merge dev to main for release 1.1.0 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 28, 2023
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
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ community.sap_launchpad Release Notes
.. contents:: Topics


v1.1.0
======

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

| Release Date: 2023-11-28
| Community contribution Ansible Module systems_info to query registered systems in me.sap.com
| Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey


v1.0.1
======

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

| Release Date: 2023-09-14
| Fix for handling old password prompt


v1.0.0
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
ancestor: null
releases:

1.1.0:
changes:
release_summary: '| Release Date: 2023-11-28

| Community contribution Ansible Module systems_info to query registered systems in me.sap.com

| Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey

'
release_date: '2023-11-28'

1.0.1:
changes:
release_summary: '| Release Date: 2023-09-14

| Fix for handling old password prompt

'
release_date: '2023-09-14'

1.0.0:
changes:
release_summary: '| Release Date: 2023-08-22
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: community
name: sap_launchpad

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.1.0

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

### OPTIONAL but strongly recommended
# A short summary description of the collection
Expand Down