Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri authored and github-actions[bot] committed Feb 24, 2024
1 parent 2b02749 commit 6cb28c1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=====================================
mahendrapaipuri.Ansible Release Notes
=====================================

.. contents:: Topics

v0.1.0
======

16 changes: 16 additions & 0 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
objects: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module: {}
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 0.1.0
4 changes: 4 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ancestor: null
releases:
0.1.0:
release_date: '2024-02-24'
15 changes: 1 addition & 14 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,23 @@
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
# underscores or numbers and cannot contain consecutive underscores
namespace: mahendrapaipuri

# The name of the collection. Has the same character restrictions as 'namespace'
name: ansible

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

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

# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Mahendra Paipuri <[email protected]>

### OPTIONAL but strongly recommended
# A short summary description of the collection
description: |
Ansible collection to install CEEMS
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
license_file: LICENSE

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags:
Expand All @@ -40,26 +33,20 @@ tags:
- prometheus
- grafana
- metrics

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
community.general: '>=1.0.0'

# The URL of the originating SCM repository
repository: https://github.com/mahendrapaipuri/ansible

# The URL to any online docs
documentation: http://mahendrapaipuri.github.io/ansible

# The URL to the homepage of the collection/project
homepage: https://github.com/mahendrapaipuri/ansible

# The URL to the collection issue tracker
issues: https://github.com/mahendrapaipuri/ansible/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',
Expand Down

0 comments on commit 6cb28c1

Please sign in to comment.