Skip to content

Commit

Permalink
1.18 envoy: bump for an edge case in transformation stages (#10570)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden authored Jan 13, 2025
1 parent f69e899 commit 4d967c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SOURCES := $(shell find . -name "*.go" | grep -v test.go)
# for more information, see https://github.com/solo-io/gloo/pull/9633
# and
# https://soloio.slab.com/posts/extended-http-methods-design-doc-40j7pjeu
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.31.5-patch1
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.31.5-patch2
LDFLAGS := "-X github.com/solo-io/gloo/pkg/version.Version=$(VERSION)"
GCFLAGS ?=

Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.18.5/transforms-same-stage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: DEPENDENCY_BUMP
issueLink: https://github.com/solo-io/solo-projects/issues/7635
dependencyOwner: solo-io
dependencyRepo: envoy-gloo
dependencyTag: v1.31.5-patch2
resolvesIssue: false
description: >-
Fixes an issue where a header is a source for an extractor, is modified and then that extractor is used later.

0 comments on commit 4d967c1

Please sign in to comment.