Releases: solo-io/gloo
Releases · solo-io/gloo
v1.13.9
v1.12.47
v1.11.53
v1.12.46
v1.13.8
Dependency Bumps
- alpine/alpine has been upgraded to 3.17.2.
New Features
- Extract the generated files from
ssl.proto
into their own go package. This is a breaking change. This will not affect the regular operation ofgloo
. Rather, it will impact consumers of the solo-apis repository, as paths will have changed. (#7693) - 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)
v1.13.7
Fixes
- Use Pod IPs for headless services when the gloo deployment's
ENABLE_ISTIO_INTEGRATION
istrue
. (#7491) - Fix a bug where the validation webhook server on the gloo pod would still start even if the
VALIDATION_MUST_START
environment variable wasfalse
.
Now it only starts if it's set totrue
, or if it is unset, so it acts as it previously has. (#7826) - Fix issue with wrong port being used with Istio integration and setting a different
TargetPort
than thePort
. (#7298)
v1.12.45
Fixes
- Use Pod IPs for headless services when the gloo deployment's
ENABLE_ISTIO_INTEGRATION
istrue
. (#7491) - Fix a bug where the validation webhook server on the gloo pod would still start even if the
VALIDATION_MUST_START
environment variable wasfalse
.
Now it only starts if it's set totrue
, or if it is unset, so it acts as it previously has. (#7826) - Fix issue with wrong port being used with Istio integration and setting a different
TargetPort
than thePort
. (#7298)