Skip to content

Commit 0fb8286

Browse files
authored
Update Envoy to de3ae4a (Jun 9th 2023). (#998)
- 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: Jakub Sobon <mumak@google.com>
1 parent 8da4c81 commit 0fb8286

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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 = "068adb188b025c48442d440d7942828e258ed467"
4-
ENVOY_SHA = "2b390f96e31b446a9f01ce4bd1bd362cc0f6cf37541d7c4b0636a0168d372851"
3+
ENVOY_COMMIT = "de3ae4a6e996ef7e6356c62b44990a6cf01e3a1c"
4+
ENVOY_SHA = "798d463664e1a31a963688647d90f07f25bfbae4aaaca1ade03348aed6edb9d5"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ paths:
118118
- source/common/network/lc_trie.h
119119
- source/common/network/socket_impl.cc
120120
- source/common/ssl/tls_certificate_config_impl.cc
121-
- source/common/ssl/certificate_validation_context_config_impl.cc
122121
- source/common/formatter/substitution_formatter.cc
123122
- source/common/formatter/substitution_format_string.cc
124123
- source/common/stats/tag_extractor_impl.cc
@@ -132,7 +131,6 @@ paths:
132131
- source/common/http/filter_chain_helper.h
133132
- source/common/http/conn_manager_utility.cc
134133
- source/common/http/match_delegate/config.cc
135-
- source/common/http/http_server_properties_cache_manager_impl.cc
136134
- source/common/protobuf/yaml_utility.cc
137135
- source/common/protobuf/visitor_helper.h
138136
- source/common/protobuf/visitor.cc

0 commit comments

Comments
 (0)