Skip to content

Commit 356b7ed

Browse files
committed
prepare for release 1.3.1 and add sanity ignore files
1 parent f1e0216 commit 356b7ed

File tree

8 files changed

+46
-1
lines changed

8 files changed

+46
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ community.sap\_launchpad Release Notes
44

55
.. contents:: Topics
66

7+
v1.3.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Various bug fixes fixing issues identified by new workflows for sanity tests.
14+
15+
Bugfixes
16+
--------
17+
- collection: Add ansible-test sanity workflow and fix sanity errors (https://github.com/sap-linuxlab/community.sap_launchpad/pull/55)
18+
19+
720
v1.3.0
821
======
922

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
ancestor: null
22
releases:
3+
1.3.1:
4+
release_date: '2025-11-11'
5+
changes:
6+
release_summary: Various bug fixes fixing issues identified by new workflows for sanity tests
7+
bugfixes:
8+
- collection - Add ansible-test sanity workflow and fix sanity errors (https://github.com/sap-linuxlab/community.sap_launchpad/pull/55)
9+
310
1.3.0:
411
release_date: '2025-09-23'
512
changes:

galaxy.yml

Lines changed: 1 addition & 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.3.0
11+
version: 1.3.1
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

tests/sanity/ignore-2.21.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.22.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.23.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.24.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

tests/sanity/ignore-2.25.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/license_keys.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2+
plugins/modules/maintenance_planner_files.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3+
plugins/modules/maintenance_planner_stack_xml_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4+
plugins/modules/software_center_download.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5+
plugins/modules/systems_info.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

0 commit comments

Comments
 (0)