Skip to content

Commit

Permalink
envoy: upgrade to 1.24.2
Browse files Browse the repository at this point in the history
Updates to the latest release of envoy 1.24.2. It includes two notable
changes which are it pulls in a patch for boringssl CVE-2023-0286
and pulls in a dependency update for c-ares.

Signed-off-by: Lance Austin <[email protected]>
  • Loading branch information
Lance Austin committed Feb 7, 2023
1 parent f74ed9d commit 9bb4e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _cxx/envoy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.1
ENVOY_COMMIT ?= dcc3afef1680c1c4f932c73e0c9bca8b0b5db484
# rebase/release/v1.24.2 - with boringSSL cve patch and c-ares dep update
ENVOY_COMMIT ?= 5a4aed880cb9b76df21448e75d42fe95a77c3893
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.
Expand Down

0 comments on commit 9bb4e35

Please sign in to comment.