Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,26 @@ plugin_routing:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, default_database_port, is no longer supported.
extract_custom_role_groups:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, extract_custom_role_groups, is no longer supported.
extract_custom_roles:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, extract_custom_roles, is no longer supported.
extract_parcel_urls:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, extract_parcel_urls, is no longer supported.
extract_products_from_manifests:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, extract_products_from_manifests, is no longer supported.
extract_role_and_group:
deprecation:
removal_version: "6.0.0"
warning_text: Filter, extract_role_and_group, is no longer supported.
action:
host_config:
deprecation:
Expand Down
4 changes: 4 additions & 0 deletions plugins/filter/extract_custom_role_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DOCUMENTATION:
short_description: extract_custom_role_groups
description: extract_custom_role_groups
version_added: "3.0.4"
deprecated:
removed_in: "6.0.0"
alternative: none
why: No longer supported.
EXAMPLES:
RETURN:
4 changes: 4 additions & 0 deletions plugins/filter/extract_custom_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DOCUMENTATION:
short_description: extract_custom_roles
description: extract_custom_roles
version_added: "3.0.4"
deprecated:
removed_in: "6.0.0"
alternative: none
why: No longer supported.
EXAMPLES:
RETURN:
4 changes: 4 additions & 0 deletions plugins/filter/extract_parcel_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DOCUMENTATION:
short_description: extract_parcel_urls
description: extract_parcel_urls
version_added: "3.0.3"
deprecated:
removed_in: "6.0.0"
alternative: none
why: No longer supported.
EXAMPLES:
RETURN:
4 changes: 4 additions & 0 deletions plugins/filter/extract_products_from_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DOCUMENTATION:
short_description: extract_products_from_manifests
description: extract_products_from_manifests
version_added: "3.0.3"
deprecated:
removed_in: "6.0.0"
alternative: none
why: No longer supported.
EXAMPLES:
RETURN:
4 changes: 4 additions & 0 deletions plugins/filter/extract_role_and_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DOCUMENTATION:
short_description: extract_role_and_group
description: extract_role_and_group
version_added: "3.0.4"
deprecated:
removed_in: "6.0.0"
alternative: none
why: No longer supported.
EXAMPLES:
RETURN:
Loading