1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/unflatmap.yml
Felix Fontein b531ecdc9b
Unflatmap community.general (#5461)
* Move files.

* Update imports and references.

* Move wrongly placed files.

* Reverse redirects, deprecate long → short name redirects.

* Simplify contribution guidelines for new modules.

* Rewrite BOTMETA.

* Add changelog fragment.

* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00

8 lines
893 B
YAML

major_changes:
- "The internal structure of the collection was changed for modules and action plugins.
These no longer live in a directory hierarchy ordered by topic, but instead are now all in a single (flat) directory.
This has no impact on users *assuming they did not use internal FQCNs*. These will still work, but result in deprecation warnings.
They were never officially supported and thus the redirects are kept as a courtsey, and this is not labelled as a breaking change.
Note that for example the Ansible VScode plugin started recommending these internal names. If you followed its recommendation,
you will now have to change back to the short names to avoid deprecation warnings, and potential errors in the future as
these redirects will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/5461)."