Skip to content

Commit

Permalink
Update Envoy to a298895 (Aug 09, 2024) (#1207)
Browse files Browse the repository at this point in the history
- Updated `tools/code_format/config.yaml`
- no changes in `.bazelrc`, `.bazelversion`, `ci/run_envoy_docker.sh.`, or `tools/gen_compilation_database.py`

Signed-off-by: Sebastian Avila <[email protected]>
  • Loading branch information
sebastianavila5 authored Aug 13, 2024
1 parent 2cfa0c8 commit 9f71e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 = "ee7991d50eb146c89fe801e4cd9a45e311bbbf0a"
ENVOY_SHA = "5af3647d5a8b6c6cea51ad88e4c8d1fe17eda3ff3a0782c0b0ffb5ba1cb70f9b"
ENVOY_COMMIT = "a298895dd66a8df6ff834c5d646c38e0fc21e105"
ENVOY_SHA = "be5954a2e19d02a418f036fff46674ff9d764c55a9632b8f342566739e3420e2"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
1 change: 0 additions & 1 deletion tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ paths:
# StausOr where possible.
- 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/upstream/cluster_manager_impl.cc
- source/common/upstream/upstream_impl.cc
- source/common/network/listen_socket_impl.cc
Expand Down

0 comments on commit 9f71e6d

Please sign in to comment.