istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/deprecated-envoy-filter.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: traffic-management
     4  
     5  releaseNotes: 
     6  - |
     7    **Removed** the support for deprecated envoy filter names in Envoy API name maches. Envoy filter will only be matched with canonical naming standard. See https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.14.0#deprecated
     8  
     9  upgradeNotes:
    10    - title: Use the canonical filter names for EnvoyFilter
    11      content: |
    12        If you are using EnvoyFilter API, please use canonical filter names https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.14.0#deprecated.
    13        The use of deprecated filter name is not supported.