Skip to content

v1.19.0-beta7

Compare
Choose a tag to compare
@ryanrolds ryanrolds released this 12 Feb 17:29
· 12 commits to main since this release
e1a5574

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.32.3-patch2.

Breaking Changes

  • The default configuration of Envoy will continue to trust internal addresses while in the future it will not trust them by default. If you have tooling such as probes on your private network which need to be treated as trusted (e.g. changing arbitrary x-envoy headers) please explicitly include those addresses or CIDR ranges into internal_address_config. You can turn up or test the upcoming internal address defaults by setting runtime guard envoy.reloadable_features.explicit_internal_address_config to true.
    For more information, see: envoyproxy/envoy#36221 (solo-io/solo-projects#7608)

Fixes