Skip to content

Commit cbd0d33

Browse files
committed
Revert "Bump version_added"
This reverts commit 94940d0.
1 parent 94940d0 commit cbd0d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/doc_fragments/auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ class ModuleDocFragment(object):
7777
kubernetes_token:
7878
description: The Kubernetes Token (JWT) to use for Kubernetes authentication to Vault.
7979
type: str
80-
version_added: 2.4.0
80+
version_added: 2.5.0
8181
kubernetes_token_path:
8282
description: If no kubernetes_token is specified, will try to read the token from this path.
8383
default: '/var/run/secrets/kubernetes.io/serviceaccount/token'
8484
type: str
85-
version_added: 2.4.0
85+
version_added: 2.5.0
8686
aws_profile:
8787
description: The AWS profile
8888
type: str

0 commit comments

Comments
 (0)