mirror of https://github.com/ansible/ansible.git
ansible-doc and validate-modules: remove underscore deprecation handling for collections (#79362)
* Remove underscore deprecation handling for collections. * Also consider ansible.legacy.pull/79218/head
parent
66cc952b49
commit
1705ec98cd
@ -0,0 +1,6 @@
|
||||
breaking_changes:
|
||||
- "ansible-doc - no longer treat plugins in collections whose name starts with ``_`` as deprecated
|
||||
(https://github.com/ansible/ansible/pull/79217)."
|
||||
- "ansible-test sanity - previously plugins and modules in collections whose name started with ``_``
|
||||
were treated as deprecated, even when they were not marked as deprecated in ``meta/runtime.yml``.
|
||||
This is no longer the case (https://github.com/ansible/ansible/pull/79362)."
|
Loading…
Reference in New Issue