envoy: Bump to version v1.38.3#1917
Open
sayboras wants to merge 5 commits into
Open
Conversation
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
2 times, most recently
from
May 24, 2026 02:23
d5b580a to
2eae317
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
3 times, most recently
from
May 24, 2026 08:44
70e29a9 to
7029cc2
Compare
sayboras
marked this pull request as ready for review
May 24, 2026 08:52
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
3 times, most recently
from
June 8, 2026 14:49
e1f065a to
5cb5823
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
3 times, most recently
from
June 11, 2026 14:11
b4144d9 to
91a45f1
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
from
June 16, 2026 11:42
91a45f1 to
83505c6
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
from
June 26, 2026 11:15
83505c6 to
836f9ae
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
from
July 1, 2026 15:50
836f9ae to
f43d4d1
Compare
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
from
July 9, 2026 10:40
f43d4d1 to
a959f21
Compare
nezdolik
reviewed
Jul 15, 2026
| @@ -1,7 +1,19 @@ | |||
| From 1d2c987eee776d0a0ac1df6724edf02d9bb4da3a Mon Sep 17 00:00:00 2001 | |||
| From: Tam Mach <sayboras@yahoo.com> | |||
| Date: Sat, 23 May 2026 22:46:20 +1000 | |||
Contributor
There was a problem hiding this comment.
i believe the patch has been merged to upstream, do we still need it here?
Member
Author
There was a problem hiding this comment.
This fix landed on main (envoyproxy/envoy#45029) after release/v1.38 was cut and wasn't backported, so we still need this patch until we bump to v1.39+.
Signed-off-by: Tam Mach <tam.mach@cilium.io>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
Envoy 1.38's clang-format configuration requires:
- Space before {} in aggregate initialization
- Space before .field in validate.rules annotations
Signed-off-by: Tam Mach <tam.mach@cilium.io>
Envoy 1.38's check_format depends on @llvm_toolchain_llvm//:clang-format, but in system-LLVM mode (BAZEL_LLVM_PATH) the repo envoy creates lacks that target. Pre-create a complete @llvm_toolchain_llvm before envoy_toolchains() so it is reused for both compilation and the format check. Signed-off-by: Tam Mach <sayboras@yahoo.com>
sayboras
force-pushed
the
pr/tammach/envoy-1.38
branch
from
July 17, 2026 12:13
a959f21 to
74ec34b
Compare
The switch from the local envoy_dependency_imports.bzl fork to Envoy's upstream dependency_imports.bzl changed the crate_universe config that rules_rust hashes into the lockfile digest, so CI failed fetching @envoy_rust_crate_index with a digest mismatch. Refresh the lockfile with 'make cargo-repin' against the current wiring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.