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)