github kgateway-dev/kgateway v1.12.0-beta11

latest releases: v2.1.0-rc.1, v2.1.0-agw-cel-rbac, v2.0.4...
3 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 kgateway release

NewReleases is sending notifications on new releases.