1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #11320/99b9680e backport][stable-12] Announce making all module utils, plugin utils, and doc fragments private (#11321)

Announce making all module utils, plugin utils, and doc fragments private (#11320)

Announce making all module utils, plugin utils, and doc fragments private.

(cherry picked from commit 99b9680ea2)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-12-24 08:44:36 +01:00 committed by GitHub
parent 9da26ea3eb
commit 374ba70c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
deprecated_features:
- "All module utils, plugin utils, and doc fragments will be made **private** in community.general 13.0.0.
This means that they will no longer be part of the public API of the collection, and can have breaking
changes even in bugfix releases. If you depend on importing code from the module or plugin utils,
or use one of the doc fragments, please
`comment in the issue to discuss this <https://github.com/ansible-collections/community.general/issues/11312>`__.
Note that this does not affect any use of community.general in task files, roles, or playbooks
(https://github.com/ansible-collections/community.general/issues/11312, https://github.com/ansible-collections/community.general/pull/11320)."