mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
* Make all doc fragments private. * Make all plugin utils private. * Make all module utils private. * Reformat. * Changelog fragment. * Update configs and ignores. * Adjust unit test names.
6 lines
635 B
YAML
6 lines
635 B
YAML
breaking_changes:
|
|
- "Since community.general 13.0.0, all module utils, plugin utils, and doc fragments contained in this collection are private to the collection.
|
|
This means that if another collection wants to use these, there is no longer any guarantee that there are no breaking changes, even in bugfix releases.
|
|
This has no practical impact on any other use of the collection, that is, everyone using modules or plugins from the collections will not notice any
|
|
difference (https://github.com/ansible-collections/community.general/issues/11312, https://github.com/ansible-collections/community.general/pull/11896)."
|