Skip to content

v1.12.21

Compare
Choose a tag to compare
@kdorosh kdorosh released this 20 Sep 21:05
· 81 commits to v1.12.x since this release
9bff069

Dependency Bumps

  • golang.org/x/net has been upgraded to v0.0.0-20220906165146-f3363e06e74c.

Fixes

  • Updates the default gloo liveness probe (disabled by default) to use a new http server that always returns http 200 "ok". The old probe would wait for xds before signalling health, which in large environments could lag while EDS is warming. This could, in rare cases, cause the gloo pod to needless bounce while it was warming. (#7197)
  • When a reference to a VirtualHostOption or RouteOption CR is not found, apply a warning on the parent resource, where we previously applied an error. This follows the delegation pattern established by RouteTables, and ensures that resources can be applied asynchronously. (#2484)
  • Adds the new MaxStreamDuration field to RouteOptions to correspond to envoys config.route.v3.RouteAction.MaxStreamDuration (#6943)
  • Update Gateway logic for multiple filter chains due to multiple SSL configurations (#7155)