Skip to content

v1.18.0-beta25

Compare
Choose a tag to compare
@nfuden nfuden released this 08 Nov 01:46
· 134 commits to main since this release
a1dc990

Helm Changes

  • Add value to enable full Envoy validation after translation. This functionality is disabled by default but can be enabled with gateway.validation.fullEnvoyValidation=true. (#5720)

New Features

  • Adds feature to utilize Envoy's validate mode to validate all config during translation. This will be helpful in catching issues which Gloo translation cannot or otherwise does not view as errors before the config gets served to Envoy. (#5720)

Fixes

  • Updates the Gateway API CRDs to from v1.0.0-rc1 to v1.0.0. (#10115)
  • Changes to downgrade the level of strictness added in 1.17.8 for TLS secret validation. We still validate several pieces of the cert but also scrub down to usable bits. This means we avoid envoy nacks while allowing more non-useful or functional info in our TLS secrets. This means we are RFC compliant but it may mean that there could exist some cert data in an edge case which we will elide from envoy but previously would be nacked. (solo-io/solo-projects#6772)