Merge pull request #98 from geerlingguy/92-verison-added

Add version_added to docs for each of the new collection modules.
This commit is contained in:
Jeff Geerling
2020-05-14 12:23:00 -05:00
committed by GitHub
5 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ module: helm
short_description: Manages Kubernetes packages with the Helm package manager
version_added: "0.11.0"
author:
- Lucas Boisserie (@LucasBoisserie)
- Matthieu Diehr (@d-matt)

View File

@@ -13,6 +13,8 @@ module: helm_info
short_description: Get informations from Helm package deployed inside the cluster
version_added: "0.11.0"
author:
- Lucas Boisserie (@LucasBoisserie)

View File

@@ -13,6 +13,8 @@ module: helm_repository
short_description: Add and remove Helm repository
version_added: "0.11.0"
author:
- Lucas Boisserie (@LucasBoisserie)

View File

@@ -15,6 +15,8 @@ module: k8s_exec
short_description: Execute command in Pod
version_added: "0.10.0"
author: "Tristan de Cacqueray (@tristanC)"
description:

View File

@@ -14,6 +14,8 @@ module: k8s_log
short_description: Fetch logs from Kubernetes resources
version_added: "0.10.0"
author:
- "Fabian von Feilitzsch (@fabianvf)"