mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
Remove deprecated function from module_utils/common.py (#726)
Remove deprecated function from module_utils/common.py SUMMARY Remove deprecated functions and class from module_utils/common.py in order to prepare release 4.0.0 ISSUE TYPE Feature Pull Request COMPONENT NAME module_utils/common.py Reviewed-by: Alina Buzachis
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
removed_features:
|
||||
- k8s_exec - the previously deprecated ``result.return_code`` return value has been removed, consider using ``result.rc`` instead (https://github.com/ansible-collections/kubernetes.core/pull/726).
|
||||
- module_utils/common.py - the previously deprecated ``K8sAnsibleMixin`` class has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).
|
||||
- module_utils/common.py - the previously deprecated ``configuration_digest()`` function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).
|
||||
- module_utils/common.py - the previously deprecated ``get_api_client()`` function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).
|
||||
- module_utils/common.py - the previously deprecated ``unique_string()`` function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).
|
||||
Reference in New Issue
Block a user