Skip to content

Commit 8a36f28

Browse files
committed
Deprecate flatten_dict_list filter
Signed-off-by: Webster Mudge <[email protected]>
1 parent 4ab40f4 commit 8a36f28

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

meta/runtime.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,10 @@ action_groups:
8686
- host
8787
- host_template
8888
- parcel
89+
90+
plugin_routing:
91+
filter:
92+
flatten_dict_list:
93+
deprecation:
94+
removal_version: "6.0.0"
95+
warning_text: Filter, flatten_dict_list, is no longer supported.

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)