-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps to our latest Envoy custom build based on 1.26.4 which addresses the following CVEs: - CVE-2023-35941 : Not affected but pulled in - CVE-2023-35942 - CVE-2023-35943 - CVE-2023-35944 Signed-off-by: Lance Austin <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ RSYNC_EXTRAS ?= | |
|
||
# IF YOU MESS WITH ANY OF THESE VALUES, YOU MUST RUN `make update-base`. | ||
ENVOY_REPO ?= $(if $(IS_PRIVATE),[email protected]:datawire/envoy-private.git,https://github.com/datawire/envoy.git) | ||
# rebase/release/v1.26.3 | ||
ENVOY_COMMIT ?= 3480b07639bbfcc41b7c3030091eda48fa6f699b | ||
# https://github.com/datawire/envoy/tree/rebase/release/v1.26.4 | ||
ENVOY_COMMIT ?= bbda92fc3e3d430bd2114aa3458d3191205c9c0e | ||
ENVOY_COMPILATION_MODE ?= opt | ||
# Increment BASE_ENVOY_RELVER on changes to `docker/base-envoy/Dockerfile`, or Envoy recipes. | ||
# You may reset BASE_ENVOY_RELVER when adjusting ENVOY_COMMIT. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters