Skip to content

Commit 5dbee52

Browse files
committed
Deprecate format_database_type filter
Signed-off-by: Webster Mudge <[email protected]>
1 parent 61aeec0 commit 5dbee52

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

meta/runtime.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ plugin_routing:
141141
deprecation:
142142
removal_version: "6.0.0"
143143
warning_text: Filter, get_product_version, is no longer supported.
144+
format_database_type:
145+
deprecation:
146+
removal_version: "6.0.0"
147+
warning_text: Filter, format_database_type, is no longer supported.
144148
action:
145149
host_config:
146150
deprecation:

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)