Skip to content

Commit

Permalink
Merge pull request #1 from kameshsampath/release-v0.0.1
Browse files Browse the repository at this point in the history
chore: release 0.0.1
  • Loading branch information
kameshsampath authored Jul 11, 2021
2 parents 6fa59d6 + 6b41340 commit 0b8da02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

### [0.0.1](https://www.github.com/kameshsampath/kubernetes_spices/compare/v0.0.0...v0.0.1) (2021-07-11)


### Bug Fixes

* improve examples ([6fa59d6](https://www.github.com/kameshsampath/kubernetes_spices/commit/6fa59d6dcf6909fae9a6b3b9341733aeecaf291e))
10 changes: 0 additions & 10 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,26 @@
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
# underscores or numbers and cannot contain consecutive underscores
namespace: kameshsampath

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

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

# 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:
- Kamesh Sampath <[email protected]>

### OPTIONAL but strongly recommended
# A short summary description of the collection
description: Set up your local KinD cluster and spice it with additional components

# 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'
license:
- GPL-3.0-or-later

# 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 @@ -39,7 +31,6 @@ tags:
- kind
- knative
- tektoncd

# 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
Expand All @@ -49,7 +40,6 @@ dependencies:
community.aws: ">=1.4.0"
community.general: ">=2.5.1"
community.docker: ">=1.7.0"

# The URL of the originating SCM repository
repository: https://github.com/kameshsampath/kubernetes_spices
# The URL to any online docs
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 0b8da02

Please sign in to comment.