Skip to content

Commit 4045b10

Browse files
committed
Deprecate append_database_port filter
Signed-off-by: Webster Mudge <[email protected]>
1 parent 9532f97 commit 4045b10

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
@@ -93,6 +93,10 @@ plugin_routing:
9393
deprecation:
9494
removal_version: "6.0.0"
9595
warning_text: Filter, cluster_service_role_hosts, is no longer supported.
96+
append_database_port:
97+
deprecation:
98+
removal_version: "6.0.0"
99+
warning_text: Filter, append_database_port, is no longer supported.
96100
action:
97101
host_config:
98102
deprecation:

plugins/filter/append_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: append_database_port
55
description: append_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)