Skip to content

Commit ae93ac1

Browse files
authored
Deprecate flatten_dict_list filter (#306)
Signed-off-by: Webster Mudge <[email protected]>
1 parent bd6c8fe commit ae93ac1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

meta/runtime.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ plugin_routing:
129129
deprecation:
130130
removal_version: "6.0.0"
131131
warning_text: Filter, find_clusters, is no longer supported.
132+
flatten_dict_list:
133+
deprecation:
134+
removal_version: "6.0.0"
135+
warning_text: Filter, flatten_dict_list, is no longer supported.
132136
action:
133137
host_config:
134138
deprecation:

plugins/filter/flatten_dict_list.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ DOCUMENTATION:
44
short_description: flatten_dict_list
55
description: flatten_dict_list
66
version_added: "2.0.0"
7-
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
811
EXAMPLES:
912
RETURN:

0 commit comments

Comments
 (0)