Skip to content

Commit 1a83b0d

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

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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+
format_database_type:
93+
deprecation:
94+
removal_version: "6.0.0"
95+
warning_text: Filter, format_database_type, is no longer supported.

plugins/filter/format_database_type.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: format_database_type
55
description: format_database_type
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:

0 commit comments

Comments
 (0)