Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add version_added to docs for each of the new collection modules. #98

Merged
merged 1 commit into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/modules/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

short_description: Manages Kubernetes packages with the Helm package manager

version_added: "0.11.0"

author:
- Lucas Boisserie (@LucasBoisserie)
- Matthieu Diehr (@d-matt)
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/helm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

short_description: Get informations from Helm package deployed inside the cluster

version_added: "0.11.0"

author:
- Lucas Boisserie (@LucasBoisserie)

Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/helm_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

short_description: Add and remove Helm repository

version_added: "0.11.0"

author:
- Lucas Boisserie (@LucasBoisserie)

Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/k8s_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

short_description: Execute command in Pod

version_added: "0.10.0"

author: "Tristan de Cacqueray (@tristanC)"

description:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/k8s_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

short_description: Fetch logs from Kubernetes resources

version_added: "0.10.0"

author:
- "Fabian von Feilitzsch (@fabianvf)"

Expand Down