github solo-io/gloo v1.3.28

latest releases: v1.17.0-beta28, v1.17.0-beta27, v1.17.0-beta26...
3 years ago

Helm Changes

  • Support for specifying the IP ranges that are allowed to access the load balancer via loadBalancerSourceRanges. Refer to Restrict Access For LoadBalancer Service (#2358)
  • Setting nodeport numbers in values.yml did not work due to a typo in the gateway-proxy-service template. Fixed the typo. (#3015)

Fixes

  • Expose perConnectionBufferLimitBytes as a listener option. If left unset, Envoy will continue to use the default 1MiB. (#2835)
  • Fixes a bug where glooctl check was always reporting that Gloo was out of sync with the rate limiting server when Enterprise Gloo was installed. (#3030)
  • Expose envoy's core.Http1ProtocolOptions.HeaderKeyFormat in the Gloo API as httpConnectionManager.http_protocol_options.proper_case_header_key_format. By default, all header keys are lower cased. If proper_case_header_key_format is set to true, envoy formats the header by proper casing words: the first character and any character following a special character will be capitalized if it’s an alpha character. For example, “content-type” becomes “Content-Type”, and “foo$b#$are” becomes “Foo$B#$Are”. Note that while this results in most headers following conventional casing, certain headers are not covered. For example, the “TE” header will be formatted as “Te”. (#2940)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.