File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ SOURCES := $(shell find . -name "*.go" | grep -v test.go)
54
54
# for more information, see https://github.com/solo-io/gloo/pull/9633
55
55
# and
56
56
# 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.31.5-patch2
58
58
LDFLAGS := "-X github.com/solo-io/gloo/pkg/version.Version=$(VERSION ) "
59
59
GCFLAGS ?=
60
60
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : DEPENDENCY_BUMP
3
+ issueLink : https://github.com/solo-io/solo-projects/issues/7635
4
+ dependencyOwner : solo-io
5
+ dependencyRepo : envoy-gloo
6
+ dependencyTag : v1.31.5-patch2
7
+ resolvesIssue : false
8
+ description : >-
9
+ Fixes an issue where a header is a source for an extractor, is modified and then that extractor is used later.
You can’t perform that action at this time.
0 commit comments