istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/no_extension_lookup_by_name.yaml (about) 1 apiVersion: release-notes/v2 2 kind: bug-fix 3 area: traffic-management 4 releaseNotes: 5 - | 6 **Removed** support for looking up Envoy extensions in `EnvoyFilter` configuration by name without the typed config URL. 7 8 upgradeNotes: 9 - title: EnvoyFilter must specify the type URL for an Envoy extension injection. 10 content: | 11 Previously, Istio permitted a lookup of the extension in `EnvoyFilter` by its internal Envoy name alone. To see if you are affected, 12 run `istioctl analyze` and check for a deprecation warning `using deprecated types by name without typed_config`. Additionally, make 13 sure any nested extension lists inside `EnvoyFilter` include both `name:` and `typed_config:` fields.