github solo-io/gloo v1.12.0-beta11

latest releases: v1.18.0-beta22, v1.17.8, v1.18.0-beta21...
2 years ago

New Features

  • This PR expands on the functionality of DelegatedHttpGateway and MatchableHttpGateway. It allows for anscestry- level setting of TLS and HCM configuration. Phrased differently: configuration can now be set for a single DelegatedHttpGateway that will be propagated to all MatchableHttpGateways. Setting the preventChildOverrides flag specifies that parent config is to be prioritized over child. For example: * preventChildOverrides=false | {"parent":{"foo":"bar"}, "child":{"foo":"baz"}} --> {"foo":"baz"} * preventChildOverrides=true | {"parent":{"foo":"bar"}, "child":{"foo":"baz"}} --> {"foo":"bar"} (#5993)

Fixes

  • Fix the rbac/syntax in the job that cleans up the validation webhook and custom resources on uninstall. (#6213)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.