mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
deprecation: manifold (#10028)
* deprecation: manifold * add changelog frag * restore test file
This commit is contained in:
parent
63cb8f0ace
commit
e9997e08ed
3 changed files with 10 additions and 0 deletions
2
changelogs/fragments/10028-manifold-deprecation.yml
Normal file
2
changelogs/fragments/10028-manifold-deprecation.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
deprecated_features:
|
||||||
|
- manifold lookup plugin - plugin is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/10028).
|
|
@ -98,6 +98,10 @@ plugin_routing:
|
||||||
redirect: community.google.gcp_storage_file
|
redirect: community.google.gcp_storage_file
|
||||||
hashi_vault:
|
hashi_vault:
|
||||||
redirect: community.hashi_vault.hashi_vault
|
redirect: community.hashi_vault.hashi_vault
|
||||||
|
manifold:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: Company was acquired in 2021 and service was ceased afterwards.
|
||||||
nios:
|
nios:
|
||||||
redirect: infoblox.nios_modules.nios_lookup
|
redirect: infoblox.nios_modules.nios_lookup
|
||||||
nios_next_ip:
|
nios_next_ip:
|
||||||
|
|
|
@ -13,6 +13,10 @@ DOCUMENTATION = '''
|
||||||
short_description: get credentials from Manifold.co
|
short_description: get credentials from Manifold.co
|
||||||
description:
|
description:
|
||||||
- Retrieves resources' credentials from Manifold.co
|
- Retrieves resources' credentials from Manifold.co
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: Manifold (the company) has been acquired in 2021 and the services used by this plugin are no longer operational.
|
||||||
|
alternative: There is none.
|
||||||
options:
|
options:
|
||||||
_terms:
|
_terms:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue