mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
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.
This commit is contained in:
parent
2b0bebc8fc
commit
b531ecdc9b
1033 changed files with 4802 additions and 1989 deletions
8
changelogs/fragments/unflatmap.yml
Normal file
8
changelogs/fragments/unflatmap.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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)."
|
Loading…
Add table
Add a link
Reference in a new issue