Dependency Bumps
- solo-io/protoc-gen-openapi has been upgraded to v0.1.0.
- solo-io/solo-kit has been upgraded to v0.29.1.
New Features
- Expose Allow TLS Renegotiation in the Upstream SSL config (#6621)
- Expose more http1 and http2 envoy configurations to the end user (#6466)
- Expose a new Gateway option, in the Settings API: isolate_virtual_hosts_by_ssl_config. If set, group virtual hosts by matching ssl config, and isolate them on separate filter chains The default behavior is to aggregate all virtual hosts, and expose them on identical filter chains, each with a FilterChainMatch that corresponds to the ssl config. Individual Gateways can override this behavior by configuring the "gateway.solo.io/isolate_vhost" annotation to be a truthy ("true", "false") value (#2534)