Skip to content

Commit

Permalink
Merge pull request #11 from sap-linuxlab/dev
Browse files Browse the repository at this point in the history
fix: update to metadata
  • Loading branch information
sean-freeman authored Aug 22, 2023
2 parents 52a97e0 + a817ace commit 09ea03b
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.yml linguist-detectable
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
===================================
community.sap_launchpad Release Notes
===================================

.. contents:: Topics


v1.0.0
======

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

| Release Date: 2023-08-22
| Initial Release on Galaxy
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Within this Ansible Collection, there are various Ansible Modules.
| Name                    | Summary |
| :-- | :-- |
| [sap_launchpad.software_center_download](./docs/module_software_center_download.md) | search for files and download |
| [sap_launchpad.software_center_catalog](./docs/module_software_center_download.md) | catalog extraction and search |
| [sap_launchpad.maintenance_planner_files](./docs/module_maintenance_planner_files.md) | maintenance planner files retrieval |
| [sap_launchpad.maintenance_planner_stack_xml_download](./docs/module_maintenance_planner_stack_xml_download.md) | maintenance planner stack xml download |

Expand Down
17 changes: 17 additions & 0 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module: {}
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 1.1.0
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ancestor: null
releases:
1.0.0:
changes:
release_summary: '| Release Date: 2023-08-22
| Initial Release on Galaxy
'
fragments:
- v1.0.0_summary.yaml
release_date: '2023-08-22'
34 changes: 34 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---

changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
ignore_other_fragment_extensions: true
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
sanitize_changelog: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
title: community.sap_launchpad
trivial_section_name: trivial
use_fqcn: true
Empty file removed docs/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions docs/module_maintenance_planner_stack_xml_download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# maintenance_planner_stack_xml_download Ansible Module

12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors:

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

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

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

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

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

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

# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore: ['tests']
build_ignore: ['tests', 'internal-*']
Empty file removed meta/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: '>=2.9.10'
Empty file removed playbooks/.gitkeep
Empty file.
Empty file removed plugins/.gitkeep
Empty file.
Empty file removed plugins/module_utils/.gitkeep
Empty file.
Empty file removed plugins/modules/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

0 comments on commit 09ea03b

Please sign in to comment.