Skip to content

Commit ebcceaf

Browse files
[PR #10028/e9997e08 backport][stable-10] deprecation: manifold (#10038)
deprecation: manifold (#10028) * deprecation: manifold * add changelog frag * restore test file (cherry picked from commit e9997e0) Co-authored-by: Alexei Znamensky <[email protected]>
1 parent 79b3521 commit ebcceaf

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deprecated_features:
2+
- 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).

meta/runtime.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ plugin_routing:
9898
redirect: community.google.gcp_storage_file
9999
hashi_vault:
100100
redirect: community.hashi_vault.hashi_vault
101+
manifold:
102+
deprecation:
103+
removal_version: 11.0.0
104+
warning_text: Company was acquired in 2021 and service was ceased afterwards.
101105
nios:
102106
redirect: infoblox.nios_modules.nios_lookup
103107
nios_next_ip:

plugins/lookup/manifold.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
short_description: get credentials from Manifold.co
1414
description:
1515
- Retrieves resources' credentials from Manifold.co
16+
deprecated:
17+
removed_in: 11.0.0
18+
why: Manifold (the company) has been acquired in 2021 and the services used by this plugin are no longer operational.
19+
alternative: There is none.
1620
options:
1721
_terms:
1822
description:

0 commit comments

Comments
 (0)