Fixes
- Expose a validation setting (
allowWarnings
, defaulttrue
) in the API and in helm that was intended to be exposed. When set to false, the validation webhook will begin rejecting resources that cause warnings in addition to resources that would cause errors. For this to take effect, note that the validation settingalwaysAccept
must be set to false. (defaulttrue
) (#3099) - Register listener plugin so that listener options are translated to Envoy configuration. (#2904)
- Expose
perConnectionBufferLimitBytes
as an optional configuration on an upstream connection. If unset, Envoy uses the default of 1MiB. (#2861)