Skip to content

Commit 6cb28c1

Browse files
chore: update version
1 parent 2b02749 commit 6cb28c1

File tree

4 files changed

+30
-14
lines changed

4 files changed

+30
-14
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=====================================
2+
mahendrapaipuri.Ansible Release Notes
3+
=====================================
4+
5+
.. contents:: Topics
6+
7+
v0.1.0
8+
======
9+

changelogs/.plugin-cache.yaml

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

changelogs/changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ancestor: null
2+
releases:
3+
0.1.0:
4+
release_date: '2024-02-24'

galaxy.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,23 @@
44
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
55
# underscores or numbers and cannot contain consecutive underscores
66
namespace: mahendrapaipuri
7-
87
# The name of the collection. Has the same character restrictions as 'namespace'
98
name: ansible
10-
119
# The version of the collection. Must be compatible with semantic versioning
12-
version: 0.0.0
13-
10+
version: 0.1.0
1411
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1512
readme: README.md
16-
1713
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
1814
# @nicks:irc/im.site#channel'
1915
authors:
2016
- Mahendra Paipuri <[email protected]>
21-
2217
### OPTIONAL but strongly recommended
2318
# A short summary description of the collection
2419
description: |
2520
Ansible collection to install CEEMS
26-
2721
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
2822
# mutually exclusive with 'license'
2923
license_file: LICENSE
30-
3124
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
3225
# requirements as 'namespace' and 'name'
3326
tags:
@@ -40,26 +33,20 @@ tags:
4033
- prometheus
4134
- grafana
4235
- metrics
43-
4436
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4537
# collection label 'namespace.name'. The value is a version range
4638
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
4739
# range specifiers can be set and are separated by ','
4840
dependencies:
4941
community.general: '>=1.0.0'
50-
5142
# The URL of the originating SCM repository
5243
repository: https://github.com/mahendrapaipuri/ansible
53-
5444
# The URL to any online docs
5545
documentation: http://mahendrapaipuri.github.io/ansible
56-
5746
# The URL to the homepage of the collection/project
5847
homepage: https://github.com/mahendrapaipuri/ansible
59-
6048
# The URL to the collection issue tracker
6149
issues: https://github.com/mahendrapaipuri/ansible/issues
62-
6350
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
6451
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
6552
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',

0 commit comments

Comments
 (0)