Skip to content

v1.12.45

Compare
Choose a tag to compare
@nfuden nfuden released this 12 Nov 16:02
· 29 commits to v1.12.x since this release
1f607ea

Fixes

  • Use Pod IPs for headless services when the gloo deployment's ENABLE_ISTIO_INTEGRATION is true. (#7491)
  • Fix a bug where the validation webhook server on the gloo pod would still start even if the VALIDATION_MUST_START environment variable was false.
    Now it only starts if it's set to true, 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 the Port. (#7298)