Skip to content

Commit 1932bea

Browse files
authored
Updating Envoy version to 2cf3be8 (2026-03-17T13:30:44Z) (#1507)
See envoyproxy/envoy@2cf3be8. Signed-off-by: Elizabeth Byerly <[email protected]>
1 parent 5a2d420 commit 1932bea

4 files changed

Lines changed: 189 additions & 154 deletions

File tree

.bazelrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,18 +241,18 @@ build:compile-time-options --@envoy//source/extensions/filters/http/kill_request
241241

242242
common:fips-common --test_tag_filters=-nofips
243243
common:fips-common --build_tag_filters=-nofips
244-
common:fips-common --//bazel:fips=True
244+
common:fips-common --@envoy//bazel:fips=True
245245

246246
# BoringSSL FIPS
247247
common:boringssl-fips --config=fips-common
248-
common:boringssl-fips --//bazel:ssl=@boringssl_fips//:ssl
249-
common:boringssl-fips --//bazel:crypto=@boringssl_fips//:crypto
248+
common:boringssl-fips --@envoy//bazel:ssl=@boringssl_fips//:ssl
249+
common:boringssl-fips --@envoy//bazel:crypto=@boringssl_fips//:crypto
250250

251251
# AWS-LC FIPS
252252
common:aws-lc-fips --config=fips-common
253-
common:aws-lc-fips --//bazel:ssl=@aws_lc//:ssl
254-
common:aws-lc-fips --//bazel:crypto=@aws_lc//:crypto
255-
common:aws-lc-fips --//bazel:http3=False
253+
common:aws-lc-fips --@envoy//bazel:ssl=@aws_lc//:ssl
254+
common:aws-lc-fips --@envoy//bazel:crypto=@aws_lc//:crypto
255+
common:aws-lc-fips --@envoy//bazel:http3=False
256256

257257

258258
#############################################################################
@@ -286,7 +286,7 @@ build:asan-common --test_tag_filters=-no_san
286286
# Flag undefined was dropped from both the lines to allow CI/ASAN to pass. # unique
287287
build:asan-common --copt -fsanitize=address # unique
288288
build:asan-common --linkopt -fsanitize=address # unique
289-
# vptr and function sanitizer are enabled in asan if it is set up via bazel/setup_clang.sh.
289+
# vptr and function sanitizer are enabled in asan when using --config=clang.
290290
build:asan-common --copt -fno-sanitize=vptr,function
291291
build:asan-common --linkopt -fno-sanitize=vptr,function
292292
build:asan-common --copt -DADDRESS_SANITIZER=1

.github/config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ checks:
9494
required: true
9595
on-run:
9696
- mobile-perf
97+
mobile-python:
98+
name: Mobile/Python
99+
required: true
100+
on-run:
101+
- mobile-python
97102
mobile-release-validation:
98103
name: Mobile/Release validation
99104
required: true
@@ -320,6 +325,18 @@ run:
320325
- mobile/.bazelrc
321326
- mobile/**/*
322327
- tools/code_format/check_format.py
328+
mobile-python:
329+
paths:
330+
- .bazelrc
331+
- .bazelversion
332+
- .github/config.yml
333+
- .github/workflows/mobile-python.yml
334+
- bazel/external/quiche.BUILD
335+
- bazel/repositories.bzl
336+
- bazel/repository_locations.bzl
337+
- mobile/.bazelrc
338+
- mobile/**/*
339+
- tools/code_format/check_format.py
323340
mobile-release-validation:
324341
paths:
325342
- .bazelrc
@@ -386,6 +403,8 @@ run:
386403
- .bazelrc
387404
- .bazelversion
388405
- .github/config.yml
406+
- .github/workflows/envoy-publish.yml
407+
- .github/workflows/_publish_verify.yml
389408
- api/**/*
390409
- bazel/**/*
391410
- ci/**/*

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 = "9022eb6f6f9de8e4a9ea7b902a5f3777edd42de1"
4-
ENVOY_SHA = "ef716bf97e377cdbf0bec14b1ac30ef64cb7dbd29f4b0a9a3ed913a3c34848b7"
3+
ENVOY_COMMIT = "2cf3be83ecde2b37366e5e3f245f67ffd017ee5f"
4+
ENVOY_SHA = "5b3094096dd7cf047c2ae84f7a60e70caa567cfcbcede4c50e03a6544779c1f0"
55

66
HDR_HISTOGRAM_C_VERSION = "0.11.8" # June 18th, 2025
77
HDR_HISTOGRAM_C_SHA = "bb95351a6a8b242dc9be1f28562761a84d4cf0a874ffc90a9b630770a6468e94"

0 commit comments

Comments
 (0)