Make all module_utils and plugin_utils private (#887)

* Add leading underscore. Remove deprecated module utils.

* Document module and plugin utils as private. Add changelog fragment.

* Convert relative to absolute imports.

* Remove unnecessary imports.
This commit is contained in:
Felix Fontein
2025-05-11 19:17:58 +02:00
committed by GitHub
parent f758d94fba
commit a5a4e022ba
146 changed files with 678 additions and 465 deletions

View File

@@ -0,0 +1,4 @@
breaking_changes:
- "All module_utils and plugin_utils are now private to the collection and must not be used from other collections or unrelated plugins/modules.
Breaking changes in these can happen at any time, even in bugfix releases
(https://github.com/ansible-collections/community.crypto/pull/887)."