diff --git a/changelogs/fragments/308_k8s_info.yml b/changelogs/fragments/308_k8s_info.yml new file mode 100644 index 00000000..bfe5e62f --- /dev/null +++ b/changelogs/fragments/308_k8s_info.yml @@ -0,0 +1,2 @@ +minor_changes: +- k8s_info - add information about api_version while returning facts (https://github.com/ansible-collections/community.kubernetes/pull/308). diff --git a/plugins/modules/k8s_info.py b/plugins/modules/k8s_info.py index b043689e..07536e2e 100644 --- a/plugins/modules/k8s_info.py +++ b/plugins/modules/k8s_info.py @@ -115,6 +115,7 @@ RETURN = r''' api_found: description: - Whether the specified api_version and kind were successfully mapped to an existing API on the targeted cluster. + - Version added 1.2.0. returned: always type: bool resources: