Skip to content

Commit 4d967c1

Browse files
authored
1.18 envoy: bump for an edge case in transformation stages (#10570)
1 parent f69e899 commit 4d967c1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.31.5-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,9 @@
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.

0 commit comments

Comments
 (0)