Skip to content

v1.18.0-beta22

Compare
Choose a tag to compare
@nfuden nfuden released this 08 Nov 13:14
· 171 commits to main since this release
d71b7bb

Dependency Bumps

  • solo-io/cloud-builders has been upgraded to 0.10.1.
  • golang/go has been upgraded to go1.23.1.

New Features

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)