mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user