New Features
- Add new field
inheritableMatchersboolean field (default false) to virtual services and route tables that, when true, changes how route delegation handles header, method, and query parameter matchers from the parent resource. By default, route tables must have matchers that are a superset of those from the parent, as this improves readability. By settinginheritableMatchersto true, any header, method, and query parameter matchers from the parent that are absent from the child will be automatically included on the generated route. (#3327) - Generate standard Kubernetes
gotypes and clients forAuthConfigcustom resources so users can programmatically manage these objects without having to use our solo-kit based clients. (#3643)
Fixes
- Fix a bug that was causing
glooctl istio injectto use the wrong version for the SDS sidecar in GlooE environments. (#3641)