Skip to content

v1.7.0-beta17

Compare
Choose a tag to compare
@saiskee saiskee released this 10 Feb 17:27
b282018

Helm Changes

  • Added a new accessLoggingService Helm value that allows users to define access logs from helm. (#4096)
  • Added a new affinity Helm value that allows users to define more fine grained affinity rules. (#3995)

New Features

  • Provides an enterprise-only option to use the leftmost IP address from the x-forwarded-for header and set it as the downstream address. This is useful if the network topology (load balancers, etc.) prior to gloo is unknown or dynamic. If using this option, be sure to sanitize this header from downstream requests to prevent security risks. (#4014)
  • Add new regexRewrite option to routes. This new field can be used to substitute matched regex patterns for alternate text in request paths, optionally including capture groups from the regex. (#3321)