-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from kameshsampath/release-v0.0.1
chore: release 0.0.1
- Loading branch information
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.0.1 |