mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 02:30:22 -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
|
||||
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:
|
||||
redirect: infoblox.nios_modules.nios_lookup
|
||||
nios_next_ip:
|
||||
|
|
|
@ -13,6 +13,10 @@ DOCUMENTATION = '''
|
|||
short_description: get credentials from Manifold.co
|
||||
description:
|
||||
- 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:
|
||||
_terms:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue