mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 10:24:45 +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:
3
changelogs/fragments/125-remove-k8s-facts-alias.yaml
Normal file
3
changelogs/fragments/125-remove-k8s-facts-alias.yaml
Normal 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).
|
||||||
@@ -49,10 +49,8 @@ plugin_routing:
|
|||||||
modules:
|
modules:
|
||||||
k8s_auth:
|
k8s_auth:
|
||||||
redirect: community.okd.k8s_auth
|
redirect: community.okd.k8s_auth
|
||||||
# k8s_facts was originally slated for removal in Ansible 2.13.
|
|
||||||
k8s_facts:
|
k8s_facts:
|
||||||
redirect: kubernetes.core.k8s_info
|
tombstone:
|
||||||
deprecation:
|
|
||||||
removal_version: 2.0.0
|
removal_version: 2.0.0
|
||||||
warning_text: Use kubernetes.core.k8s_info instead.
|
warning_text: Use kubernetes.core.k8s_info instead.
|
||||||
k8s_raw:
|
k8s_raw:
|
||||||
|
|||||||
Reference in New Issue
Block a user