Skip to content

Commit

Permalink
[v1.14.x] Bump envoy-gloo to v1.25.8-patch1 (#8466)
Browse files Browse the repository at this point in the history
* bump envoy-gloo, add changelog entry

* move changelog entry to proper version

* remove stray character from envoy tag

* Update bump-envoy-gloo.yaml
  • Loading branch information
ben-taussig-solo authored Jul 13, 2023
1 parent f266dd3 commit 35981fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ else
endif
endif

ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.25.6-patch4
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.25.8-patch1

# The full SHA of the currently checked out commit
CHECKED_OUT_SHA := $(shell git rev-parse HEAD)
Expand Down
11 changes: 11 additions & 0 deletions changelog/v1.14.11/bump-envoy-gloo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
- type: DEPENDENCY_BUMP
description: Bump envoy gloo to latest v1.25.8-patch1
dependencyOwner: solo-io
dependencyRepo: envoy-gloo
dependencyTag: v1.25.8-patch1
- type: FIX
issueLink: https://github.com/solo-io/solo-projects/issues/5138
resolvesIssue: false
description: >
Pulls in upstream Envoy v1.25.8-patch1, which includes a fix for CVE-2023-35945

0 comments on commit 35981fe

Please sign in to comment.