runtime/modules ordering: missed two modules before (#9512)
parent
e853bdf6f9
commit
103b331a5d
|
@ -126,14 +126,6 @@ plugin_routing:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 10.0.0
|
removal_version: 10.0.0
|
||||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||||
facter:
|
|
||||||
deprecation:
|
|
||||||
removal_version: 12.0.0
|
|
||||||
warning_text: Use community.general.facter_facts instead.
|
|
||||||
hipchat:
|
|
||||||
deprecation:
|
|
||||||
removal_version: 11.0.0
|
|
||||||
warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
|
||||||
docker_compose:
|
docker_compose:
|
||||||
redirect: community.docker.docker_compose
|
redirect: community.docker.docker_compose
|
||||||
docker_config:
|
docker_config:
|
||||||
|
@ -188,6 +180,10 @@ plugin_routing:
|
||||||
redirect: community.docker.docker_volume
|
redirect: community.docker.docker_volume
|
||||||
docker_volume_info:
|
docker_volume_info:
|
||||||
redirect: community.docker.docker_volume_info
|
redirect: community.docker.docker_volume_info
|
||||||
|
facter:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 12.0.0
|
||||||
|
warning_text: Use community.general.facter_facts instead.
|
||||||
flowdock:
|
flowdock:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
|
@ -281,6 +277,10 @@ plugin_routing:
|
||||||
redirect: community.hrobot.firewall
|
redirect: community.hrobot.firewall
|
||||||
hetzner_firewall_info:
|
hetzner_firewall_info:
|
||||||
redirect: community.hrobot.firewall_info
|
redirect: community.hrobot.firewall_info
|
||||||
|
hipchat:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
||||||
hpilo_facts:
|
hpilo_facts:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 3.0.0
|
removal_version: 3.0.0
|
||||||
|
|
Loading…
Reference in New Issue