github solo-io/gloo v1.5.0-beta25

latest releases: v1.17.0-beta26, v1.16.13, v1.15.28...
3 years ago

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 setting inheritableMatchers 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 for AuthConfig 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)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.