-
-
Notifications
You must be signed in to change notification settings - Fork 63
envoy: Bump envoy version to 1.34.x #1302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
fb22ec9
to
164ca33
Compare
b965a47
to
4dc1236
Compare
/test |
4dc1236
to
f3bad46
Compare
f3bad46
to
01e1606
Compare
ed1a44a
to
be46604
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tam!
I ran make tests
locally (on arm64) without any issues.
Maybe add a reference to the envoy toolchain config into patches/0007-liburing-arm-build.patch
so that the flags are less likely to diverge? (even smaller nit: the new patch file is created in an earlier commit for no apparent reason).
be46604
to
8edafff
Compare
+ "LD": "/usr/bin/lld-17", | ||
+ }, | ||
+ "//conditions:default": {}, | ||
+ }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized that this was just recently removed in main. Any ideas why this would not be needed for Envoy 1.33, but then needed again in 1.34?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's related to the new feature introduced in upstream, will dig further once I have time.
Added support for io_uring in the default socket interface.
0773933
to
606e551
Compare
606e551
to
f66285d
Compare
f66285d
to
b70e2e1
Compare
b70e2e1
to
b103f5b
Compare
Signed-off-by: Tam Mach <tam.mach@cilium.io>
This is already upstream in envoyproxy/envoy#38189
Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#39027 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Without this patch, we will have the below error. This might be related to new feature in envoy 1.34.0. > Added support for io_uring in the default socket interface. ``` ``` Signed-off-by: Tam Mach <tam.mach@cilium.io>
b103f5b
to
f65298e
Compare
This is part of regular maintenance. Only merge once 1.18 is released, or 1.32 is EOL.
https://github.com/envoyproxy/envoy/releases/tag/v1.34.0