Skip to content

Commit e1a5574

Browse files
ashishb-solonfudensam-heilbron
authored
Update envoy-gloo to 1.32.3-patch2 (#10595)
Co-authored-by: changelog-bot <changelog-bot> Co-authored-by: Nathan Fudenberg <[email protected]> Co-authored-by: Sam Heilbron <[email protected]>
1 parent d4fa277 commit e1a5574

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SOURCES := $(shell find . -name "*.go" | grep -v test.go)
5454
# for more information, see https://github.com/solo-io/gloo/pull/9633
5555
# and
5656
# https://soloio.slab.com/posts/extended-http-methods-design-doc-40j7pjeu
57-
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.31.5-patch1
57+
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.32.3-patch2
5858
LDFLAGS := "-X github.com/solo-io/gloo/pkg/version.Version=$(VERSION)"
5959
GCFLAGS ?=
6060

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
changelog:
2+
- type: DEPENDENCY_BUMP
3+
dependencyOwner: solo-io
4+
dependencyRepo: envoy-gloo
5+
dependencyTag: v1.32.3-patch2
6+
issueLink: https://github.com/solo-io/solo-projects/issues/7608
7+
- type: BREAKING_CHANGE
8+
issueLink: https://github.com/solo-io/solo-projects/issues/7608
9+
description: >-
10+
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](https://docs.solo.io/gloo-edge/latest/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/options/hcm/hcm.proto.sk/#internaladdressconfig). You can turn up or test the upcoming internal address defaults by setting runtime guard envoy.reloadable_features.explicit_internal_address_config to true.
11+
12+
For more information, see: https://github.com/envoyproxy/envoy/pull/36221

0 commit comments

Comments
 (0)