Skip to content

Commit 09ea03b

Browse files
authored
Merge pull request #11 from sap-linuxlab/dev
fix: update to metadata
2 parents 52a97e0 + a817ace commit 09ea03b

File tree

16 files changed

+90
-7
lines changed

16 files changed

+90
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.yml linguist-detectable

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
===================================
2+
community.sap_launchpad Release Notes
3+
===================================
4+
5+
.. contents:: Topics
6+
7+
8+
v1.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
| Release Date: 2023-08-22
15+
| Initial Release on Galaxy

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Within this Ansible Collection, there are various Ansible Modules.
2727
| Name                    | Summary |
2828
| :-- | :-- |
2929
| [sap_launchpad.software_center_download](./docs/module_software_center_download.md) | search for files and download |
30-
| [sap_launchpad.software_center_catalog](./docs/module_software_center_download.md) | catalog extraction and search |
3130
| [sap_launchpad.maintenance_planner_files](./docs/module_maintenance_planner_files.md) | maintenance planner files retrieval |
3231
| [sap_launchpad.maintenance_planner_stack_xml_download](./docs/module_maintenance_planner_stack_xml_download.md) | maintenance planner stack xml download |
3332

changelogs/.plugin-cache.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
objects:
2+
role: {}
3+
plugins:
4+
become: {}
5+
cache: {}
6+
callback: {}
7+
cliconf: {}
8+
connection: {}
9+
httpapi: {}
10+
inventory: {}
11+
lookup: {}
12+
module: {}
13+
netconf: {}
14+
shell: {}
15+
strategy: {}
16+
vars: {}
17+
version: 1.1.0

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ancestor: null
2+
releases:
3+
1.0.0:
4+
changes:
5+
release_summary: '| Release Date: 2023-08-22
6+
7+
| Initial Release on Galaxy
8+
9+
'
10+
fragments:
11+
- v1.0.0_summary.yaml
12+
release_date: '2023-08-22'

changelogs/config.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
3+
changelog_filename_template: ../CHANGELOG.rst
4+
changelog_filename_version_depth: 0
5+
changes_file: changelog.yaml
6+
changes_format: combined
7+
ignore_other_fragment_extensions: true
8+
keep_fragments: false
9+
mention_ancestor: true
10+
new_plugins_after_name: removed_features
11+
notesdir: fragments
12+
prelude_section_name: release_summary
13+
prelude_section_title: Release Summary
14+
sanitize_changelog: true
15+
sections:
16+
- - major_changes
17+
- Major Changes
18+
- - minor_changes
19+
- Minor Changes
20+
- - breaking_changes
21+
- Breaking Changes / Porting Guide
22+
- - deprecated_features
23+
- Deprecated Features
24+
- - removed_features
25+
- Removed Features (previously deprecated)
26+
- - security_fixes
27+
- Security Fixes
28+
- - bugfixes
29+
- Bugfixes
30+
- - known_issues
31+
- Known Issues
32+
title: community.sap_launchpad
33+
trivial_section_name: trivial
34+
use_fqcn: true

docs/.gitkeep

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# maintenance_planner_stack_xml_download Ansible Module
2+

galaxy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors:
2121

2222
### OPTIONAL but strongly recommended
2323
# A short summary description of the collection
24-
description: Collection of Ansible Modules and Ansible Roles for SAP Support Portal APIs
24+
description: Collection of Ansible Modules for SAP Launchpad APIs
2525

2626
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
2727
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
@@ -43,19 +43,19 @@ tags: []
4343
dependencies: {}
4444

4545
# The URL of the originating SCM repository
46-
repository: http://example.com/repository
46+
repository: https://github.com/sap-linuxlab/community.sap_launchpad
4747

4848
# The URL to any online docs
49-
documentation: http://docs.example.com
49+
documentation: https://github.com/sap-linuxlab/community.sap_launchpad/blob/main/README.md
5050

5151
# The URL to the homepage of the collection/project
52-
homepage: http://example.com
52+
homepage: https://sap-linuxlab.github.io
5353

5454
# The URL to the collection issue tracker
55-
issues: http://example.com/issue/tracker
55+
issues: https://github.com/sap-linuxlab/community.sap_launchpad/issues
5656

5757
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
5858
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
5959
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
6060
# and '.git' are always filtered
61-
build_ignore: ['tests']
61+
build_ignore: ['tests', 'internal-*']

meta/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)