New Features
- Add new field
inheritableMatchers
boolean 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 settinginheritableMatchers
to 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
go
types and clients forAuthConfig
custom 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 inject
to use the wrong version for the SDS sidecar in GlooE environments. (#3641)