Skip to content

Commit 9fd10eb

Browse files
authored
Update Envoy to 59beb4a(Jun 30th 2023) (#1001)
Signed-off-by: fei-deng <[email protected]>
1 parent dd33c86 commit 9fd10eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bazel/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

3-
ENVOY_COMMIT = "f97e3d8e7e772aa0fd58c7a8f1df98e4e049d706"
4-
ENVOY_SHA = "60d12232982adeb896bd7e5696f158317c1dba838168b8bd66cf657f386a5b61"
3+
ENVOY_COMMIT = "59beb4a1c23c8467508114b3a2bb34e82af18d70"
4+
ENVOY_SHA = "c7f60067684e77ba1e6262a2e98d39915b5467e39e78e557dd8d74214349dbd1"
55

66
HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
77
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"

tools/code_format/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ paths:
249249
raw_try:
250250
include:
251251
- source/common/common/thread.h
252+
- source/exe/terminate_handler.cc
252253

253254
# Files matching these exact names can reference real-world time. These include the class
254255
# definitions for real-world time, the construction of them in main(), and perf annotation.

0 commit comments

Comments
 (0)