Skip to content

Commit

Permalink
[v1.13.x] Bump envoy-gloo to v1.23.11-patch1 (#8464)
Browse files Browse the repository at this point in the history
* bump envoy gloo, update changelog entry

* relocate changelog entry

* add fix to changelog entry

* Update bump-envoy-gloo.yaml
  • Loading branch information
ben-taussig-solo authored Jul 13, 2023
1 parent ac62bb9 commit 388cf92
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 @@ -81,7 +81,7 @@ else
endif
endif

ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.23.9-patch1
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.23.11-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.13.22/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.23.11-patch1
dependencyOwner: solo-io
dependencyRepo: envoy-gloo
dependencyTag: v1.23.11-patch1
- type: FIX
issueLink: https://github.com/solo-io/solo-projects/issues/5138
resolvesIssue: false
description: >
Pulls in upstream Envoy v1.23.11, which includes a fix for CVE-2023-35945

0 comments on commit 388cf92

Please sign in to comment.