New Features
- Allow configured DynamicForwardProxies to use TLS Origination (https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-transport-socket) via a newly exposed field: gateway.spec.httpGateway.options.dynamicForwardProxy.sslConfig (#7693)
- Exposes the RespectDnsTtl and DnsRefreshRate fields in the Upstream API. For DnsRefreshRate, If the DNS refresh rate is specified and the cluster type is either STRICT_DNS, or LOGICAL_DNS, this value is used as the cluster’s DNS refresh rate. The RespectDnsTtl is an optional configuration for setting cluster’s DNS refresh rate. If the value is set to true, cluster’s DNS refresh rate will be set to resource record’s TTL which comes from DNS resolution. (#6402)
- Expose
gateway.validation.webhook.timeoutSeconds
as a means of settingtimeoutSeconds
on the gloo-gateway-validation-webhook (#7218)