Skip to content

v1.12.0-beta10

Compare
Choose a tag to compare
@sam-heilbron sam-heilbron released this 04 May 22:33
e3263e1

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)