Skip to content

Commit

Permalink
Update Envoy to 59beb4a(Jun 30th 2023) (#1001)
Browse files Browse the repository at this point in the history
Signed-off-by: fei-deng <[email protected]>
  • Loading branch information
fei-deng authored Jun 30, 2023
1 parent dd33c86 commit 9fd10eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

ENVOY_COMMIT = "f97e3d8e7e772aa0fd58c7a8f1df98e4e049d706"
ENVOY_SHA = "60d12232982adeb896bd7e5696f158317c1dba838168b8bd66cf657f386a5b61"
ENVOY_COMMIT = "59beb4a1c23c8467508114b3a2bb34e82af18d70"
ENVOY_SHA = "c7f60067684e77ba1e6262a2e98d39915b5467e39e78e557dd8d74214349dbd1"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
1 change: 1 addition & 0 deletions tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ paths:
raw_try:
include:
- source/common/common/thread.h
- source/exe/terminate_handler.cc

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

0 comments on commit 9fd10eb

Please sign in to comment.