From 9fd10eb1f90f3f342771cba09041ab63fdd7263a Mon Sep 17 00:00:00 2001 From: fei deng <101672975+fei-deng@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:12:49 -0400 Subject: [PATCH] Update Envoy to 59beb4a(Jun 30th 2023) (#1001) Signed-off-by: fei-deng --- bazel/repositories.bzl | 4 ++-- tools/code_format/config.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 4ff6ff3ad..566e5a502 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -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" diff --git a/tools/code_format/config.yaml b/tools/code_format/config.yaml index 3cce5eeff..881fa44aa 100644 --- a/tools/code_format/config.yaml +++ b/tools/code_format/config.yaml @@ -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.