Remove deprecated k8s_facts (#125)

* Remove deprecated k8s_facts

This removes the k8s_facts alias to k8s_info.

* Add changelog fragment
This commit is contained in:
Mike Graves
2021-06-09 11:04:22 -04:00
committed by GitHub
parent 481521a09d
commit 18cbfb7f95
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
breaking_changes:
- k8s_facts - remove the deprecated alias from k8s_facts to k8s_info (https://github.com/ansible-collections/kubernetes.core/pull/125).

View File

@@ -49,10 +49,8 @@ plugin_routing:
modules:
k8s_auth:
redirect: community.okd.k8s_auth
# k8s_facts was originally slated for removal in Ansible 2.13.
k8s_facts:
redirect: kubernetes.core.k8s_info
deprecation:
tombstone:
removal_version: 2.0.0
warning_text: Use kubernetes.core.k8s_info instead.
k8s_raw: