Fixes
- Ensure CORS and GrpcWeb filters are not added to filter chain when removeUnusedFilters is enabled
and there is no filter configuration defined. (#6042) - Change the log level from WARN to DEBUG when a resource kind is processed that does
not yet support metrics reporting for statuses. This message would occur on all
translation runs and confuse users. (#3964) - Ensure that removeUnusedFilters is localized to an HttpListener instead of a Proxy.
Previously, if a filter were configured for one listener, it would cause another listener to
render empty configuration. (#5651)