Skip to content

Commit

Permalink
Update Envoy to 3ab83ee (Jul 25, 2024) (#1199)
Browse files Browse the repository at this point in the history
- Updated `tools/code_format/config.yaml`

Signed-off-by: eric846 <[email protected]>
  • Loading branch information
eric846 committed Jul 26, 2024
1 parent 4aa5574 commit 0b66db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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 = "189dd4700f823f2cbbef482c61d50a34e16ff4f2"
ENVOY_SHA = "202aa71ad3d5c1e5157e4e9a517828bd0d7a78e59478aed403b978e542fc6b23"
ENVOY_COMMIT = "3ab83eebb2b41c75d7702af3d8bf79162dc050df"
ENVOY_SHA = "40c32ed204b6b9b4e38074347efa83fe24f7c36402a9106c653ab6ef16cc6ab2"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
5 changes: 1 addition & 4 deletions tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ paths:
- source/common/router/route_config_update_receiver_impl.cc
- source/common/listener_manager/listener_impl.cc
- source/common/listener_manager/listener_manager_impl.cc
- source/common/listener_manager/filter_chain_manager_impl.cc
- source/common/upstream/cluster_manager_impl.cc
- source/common/upstream/upstream_impl.cc
- source/common/network/listen_socket_impl.cc
Expand All @@ -115,7 +114,6 @@ paths:
- source/common/stats/tag_extractor_impl.cc
- source/common/protobuf/yaml_utility.cc
- source/common/protobuf/utility.cc
- source/common/quic/quic_server_transport_socket_factory.cc
- source/common/grpc/google_grpc_utils.cc
- source/common/tcp_proxy/tcp_proxy.cc
- source/common/listener_manager/lds_api.cc
Expand All @@ -132,7 +130,6 @@ paths:
- source/common/common/regex.h
- source/exe/stripped_main_base.cc
- source/server/options_impl.cc
- source/server/overload_manager_impl.cc
- source/server/config_validation/server.cc
- source/server/admin/html/active_stats.js
- source/server/admin/runtime_handler.cc
Expand All @@ -152,7 +149,6 @@ paths:
- source/common/ssl/certificate_validation_context_config_impl.cc
- source/common/grpc/google_grpc_creds_impl.cc
- source/common/local_reply/local_reply.cc
- source/common/tls/server_context_impl.cc
- source/common/config/watched_directory.cc
- source/server/drain_manager_impl.cc
- source/common/router/rds_impl.cc
Expand Down Expand Up @@ -427,6 +423,7 @@ visibility_excludes:
- source/extensions/early_data/BUILD
- source/extensions/filters/http/buffer/BUILD
- source/extensions/filters/network/common/BUILD
- source/extensions/filters/network/generic_proxy/interface/BUILD
- source/extensions/http/header_validators/envoy_default/BUILD
- source/extensions/transport_sockets/common/BUILD
- source/extensions/transport_sockets/tap/BUILD
Expand Down

0 comments on commit 0b66db4

Please sign in to comment.