Skip to content

Commit 1e58252

Browse files
authored
Update Envoy to 4222f18 (Mar 20th 2023) (#999)
No changes to `.bazelrc`, `.bazelversion`, `ci/run_envoy_docker.sh`, `tools/gen_compilation_database.py`. Synced changes from `tools/code_format/config.yaml`. Signed-off-by: jiajunye <jiajunye@google.com>
1 parent 0fb8286 commit 1e58252

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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 = "de3ae4a6e996ef7e6356c62b44990a6cf01e3a1c"
4-
ENVOY_SHA = "798d463664e1a31a963688647d90f07f25bfbae4aaaca1ade03348aed6edb9d5"
3+
ENVOY_COMMIT = "4222f18fe3eb34a9530d3b1d916bcb8f18dc627d"
4+
ENVOY_SHA = "25f7f65b3214e5544a3bdb8688e7ccb98388e1c34e8aef1faa5858af13879d8a"
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ paths:
9898
- source/common/upstream/cds_api_helper.cc
9999
- source/common/upstream/thread_aware_lb_impl.cc
100100
- source/common/upstream/load_balancer_impl.cc
101-
- source/common/upstream/health_checker_impl.cc
102101
- source/common/upstream/cluster_manager_impl.cc
103102
- source/common/upstream/od_cds_api_impl.cc
104103
- source/common/upstream/cds_api_impl.cc
@@ -124,7 +123,6 @@ paths:
124123
- source/common/stats/tag_producer_impl.cc
125124
- source/common/http/http2/codec_impl.cc
126125
- source/common/http/filter_chain_helper.cc
127-
- source/common/http/request_id_extension_impl.cc
128126
- source/common/http/utility.cc
129127
- source/common/http/hash_policy.cc
130128
- source/common/http/utility.h
@@ -250,9 +248,7 @@ paths:
250248
# Files that are allowed to use try without main thread assertion.
251249
raw_try:
252250
include:
253-
- source/common/common/regex.cc
254251
- source/common/common/thread.h
255-
- source/common/network/utility.cc
256252

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

0 commit comments

Comments
 (0)