Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ common:libc++ --@envoy//bazel:libc++=true
build:libstdc++ --action_env=BAZEL_LINKLIBS=-l%:libstdc++.a
build:libstdc++ --@envoy//bazel:libc++=false
build:libstdc++ --@envoy//bazel:libstdc++=true
build:libstdc++ --repo_env=BAZEL_USE_LIBSTDCPP=True


#############################################################################
Expand Down
5 changes: 0 additions & 5 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ checks:
required: true
on-run:
- mobile-ios-tests
mobile-perf:
name: Mobile/Perf
required: true
on-run:
- mobile-perf
mobile-python:
name: Mobile/Python
required: true
Expand Down
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 = "686a117609d7df789ac650eee58edc6ffe677ab1"
ENVOY_SHA = "a45c6a8c3f9c76d920ff50e97882662c0f1d1ac63c45350681c3b71088ea6b05"
ENVOY_COMMIT = "784c2432a984735c485a17dc3d2b5e021b4e44c2"
ENVOY_SHA = "d6f6c9f2c9507092456b60581bc26c576aab81364383dae3f30b30e2a4c34a4c"

HDR_HISTOGRAM_C_VERSION = "0.11.8" # June 18th, 2025
HDR_HISTOGRAM_C_SHA = "bb95351a6a8b242dc9be1f28562761a84d4cf0a874ffc90a9b630770a6468e94"
Expand Down
6 changes: 3 additions & 3 deletions tools/base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ pygments==2.20.0 \
--hash=sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f \
--hash=sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176
# via pytest
pytest==9.0.3 \
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
pytest==9.1.0 \
--hash=sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c \
--hash=sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32
# via
# -r tools/base/requirements.in
# pytest-dependency
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 @@ -180,11 +180,13 @@ paths:
- source/extensions/filters/http/ext_authz
- source/extensions/filters/http/ext_proc
- source/extensions/filters/http/file_system_buffer
- source/extensions/filters/http/filter_chain/filter.cc
- source/extensions/filters/http/gcp_authn
- source/extensions/filters/http/grpc_field_extraction
- source/extensions/filters/http/grpc_json_reverse_transcoder
- source/extensions/filters/http/grpc_json_transcoder
- source/extensions/filters/http/grpc_stats
- source/extensions/filters/http/header_mutation/config.cc
- source/extensions/filters/http/health_check
- source/extensions/filters/http/json_to_metadata
- source/extensions/filters/http/jwt_authn
Expand Down