Skip to content

Commit

Permalink
make: bump envoy for 1.30.4 (#9759)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden authored Jul 15, 2024
1 parent f37eaf2 commit cb2b470
Show file tree
Hide file tree
Showing 2 changed files with 11 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.30.2-patch2
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.30.4-patch1
LDFLAGS := "-X github.com/solo-io/gloo/pkg/version.Version=$(VERSION)"
GCFLAGS ?=

Expand Down
10 changes: 10 additions & 0 deletions changelog/v1.17.0/envoy-1.30.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyOwner: solo-io
dependencyRepo: envoy-gloo
dependencyTag: v1.30.4-patch1
issueLink: https://github.com/solo-io/solo-projects/issues/6290
resolvesIssue: false
description: >-
Bump envoy-gloo to bring us onto 1.30.4-patch1.
This brings in Datadog updates and route hash policy use after free when using cookies.

0 comments on commit cb2b470

Please sign in to comment.