github solo-io/gloo v1.6.0-beta4

3 years ago

Helm Changes

  • Add possibility to pass image pull secret to all deployments in helm chart (#3729)
  • Add a helm value for stats prefix rewrite. This allows Gloo to integrate with other monitoring systems instead of just Prometheus, by setting the global.glooStats.routePrefixRewrite helm value. (#3752)

Fixes

  • Fix an issue where ssl configurations across different virtual services may be incorrectly cached if they ssl configurations only differ by ssl-parameters (e.g., min tls version). After this change, ssl configurations that are only different by ssl parameters must have different sni domains. Prior to this change, such a configuration would not error but could result in one ssl configuration being selected over another; now an explicit error is recorded on the virtual service. (#3776)
  • Fix the validation API to return all errors encountered while validating a list of resources, rather than immediately returning on the first unmarshal error encountered for a resource in a list resource. (#3610)
  • Fix the validation API error reporting to include the resource associated with the error returned. (#3610)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.