Skip to content

Commit

Permalink
Update envoy to 62defb9. (#912)
Browse files Browse the repository at this point in the history
Changes:
- tools/code_format/config.yaml updated.
- No code changes or breakages

Signed-off-by: Nathan Perry <[email protected]>
  • Loading branch information
dubious90 authored Sep 19, 2022
1 parent 2be8e65 commit 50dba51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 = "f307e710fd9f28a48cd9059ec124313277142c52"
ENVOY_SHA = "8a27bea4450005c7c7ac9973a8455323b0051838f0f8428c1d067dad54ad76bf"
ENVOY_COMMIT = "62defb9856689b2346e81efaf243d2aa0953939b"
ENVOY_SHA = "c53c94940924b0c2052934965867474433982cf91504fd30ae449fe3900119df"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
2 changes: 2 additions & 0 deletions tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,5 @@ visibility_excludes:
- source/extensions/udp_packet_writer/default/BUILD
- source/extensions/udp_packet_writer/gso/BUILD
- source/extensions/path/uri_template_lib/BUILD
- source/extensions/path/match/uri_template/BUILD
- source/extensions/path/rewrite/uri_template/BUILD

0 comments on commit 50dba51

Please sign in to comment.