Skip to content

Commit f981722

Browse files
committed
Deprecate append_database_port filter
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 6671be1 commit f981722

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

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)