Skip to content

Commit be8d4e5

Browse files
authored
Deprecate extract_* filters (#303)
Signed-off-by: Webster Mudge <[email protected]>
1 parent e30e14c commit be8d4e5

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed

meta/runtime.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,26 @@ plugin_routing:
101101
deprecation:
102102
removal_version: "6.0.0"
103103
warning_text: Filter, default_database_port, is no longer supported.
104+
extract_custom_role_groups:
105+
deprecation:
106+
removal_version: "6.0.0"
107+
warning_text: Filter, extract_custom_role_groups, is no longer supported.
108+
extract_custom_roles:
109+
deprecation:
110+
removal_version: "6.0.0"
111+
warning_text: Filter, extract_custom_roles, is no longer supported.
112+
extract_parcel_urls:
113+
deprecation:
114+
removal_version: "6.0.0"
115+
warning_text: Filter, extract_parcel_urls, is no longer supported.
116+
extract_products_from_manifests:
117+
deprecation:
118+
removal_version: "6.0.0"
119+
warning_text: Filter, extract_products_from_manifests, is no longer supported.
120+
extract_role_and_group:
121+
deprecation:
122+
removal_version: "6.0.0"
123+
warning_text: Filter, extract_role_and_group, is no longer supported.
104124
action:
105125
host_config:
106126
deprecation:

plugins/filter/extract_custom_role_groups.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: extract_custom_role_groups
55
description: extract_custom_role_groups
66
version_added: "3.0.4"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/filter/extract_custom_roles.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: extract_custom_roles
55
description: extract_custom_roles
66
version_added: "3.0.4"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/filter/extract_parcel_urls.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: extract_parcel_urls
55
description: extract_parcel_urls
66
version_added: "3.0.3"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/filter/extract_products_from_manifests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: extract_products_from_manifests
55
description: extract_products_from_manifests
66
version_added: "3.0.3"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/filter/extract_role_and_group.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: extract_role_and_group
55
description: extract_role_and_group
66
version_added: "3.0.4"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

0 commit comments

Comments
 (0)