Skip to content

v1.4.0-beta5

Compare
Choose a tag to compare
@kdorosh kdorosh released this 22 Apr 15:16
12f4923

Dependency Bumps

  • helm/helm has been upgraded to v3.1.2.

New Features

  • Expose perConnectionBufferLimitBytes as a new listener option. If left unset, Envoy will continue to use the default 1MiB. (#2835)
  • Gloo's validation webhook now validates inja compilation syntax before accepting/rejecting virtual services that use transformations. Note that strict validation is still disabled by default, and must be enabled in the Gloo settings. Users can now rely more on kubectl apply --server-dry-run against live clusters to properly validate whether config is valid before attempting to apply them to their cluster. (#2114)

Fixes

  • Fix an issue where big regexes were rejected, by allowing configuration of the max regex size. (#2805)
  • Fix upstream status to report when an upstream points to a service that does not exist. (#2660)