mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[9.0.0] Remove deprecated internal redirects (#7836)
* Rewrite with PyYAML (except comments). * Remove deprecated internal redirects.
This commit is contained in:
parent
76fde43fca
commit
431a37fa5b
2 changed files with 22 additions and 3952 deletions
5
changelogs/fragments/internal-redirects.yml
Normal file
5
changelogs/fragments/internal-redirects.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
removed_features:
|
||||||
|
- "The deprecated redirects for internal module names have been removed.
|
||||||
|
These internal redirects were extra-long FQCNs like ``community.general.packaging.os.apt_rpm`` that redirect to the short FQCN ``community.general.apt_rpm``.
|
||||||
|
They were originally needed to implement flatmapping; as various tooling started to recommend users to use the long names flatmapping was removed from the collection
|
||||||
|
and redirects were added for users who already followed these incorrect recommendations (https://github.com/ansible-collections/community.general/pull/7835)."
|
3969
meta/runtime.yml
3969
meta/runtime.yml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue