Skip to content

Commit b440106

Browse files
committed
Deprecate default_database_port filter
Signed-off-by: Webster Mudge <[email protected]>
1 parent 885eef9 commit b440106

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
@@ -97,6 +97,10 @@ plugin_routing:
9797
deprecation:
9898
removal_version: "6.0.0"
9999
warning_text: Filter, append_database_port, is no longer supported.
100+
default_database_port:
101+
deprecation:
102+
removal_version: "6.0.0"
103+
warning_text: Filter, default_database_port, is no longer supported.
100104
action:
101105
host_config:
102106
deprecation:

plugins/filter/default_database_port.yml

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