Skip to content

v1.17.8

Compare
Choose a tag to compare
@nfuden nfuden released this 16 Sep 23:39
· 5 commits to v1.17.x since this release
e658203

Dependency Bumps

  • solo-io/cloud-builders has been upgraded to 0.9.3.
  • golang/go has been upgraded to go1.22.7.

Fixes

  • Increase timeout/retries for glooctl check when connecting to the gateway using port forwarding. (#10020)
  • Fixes an issue on upgrades to 1.17+ where persistproxyspec was set to true. Persist proxy spec is configured in helm via gateway.persistProxySpec or in ee gloo.gateway.persistProxySpec (#9968)
  • Plugs a gap where go would check a secret for validity per spec but envoy is more aggressive. For example a tls secret with a certchain that contains an invalid pem block will be rejected by envoy but not go. Prior to this pr these types of secrets would be accepted by gloo and nacked by envoy. (solo-io/solo-projects#6772)