Open svagner opened 1 month ago
It's the same with all tags though. Branches were fixed because of https://github.com/envoyproxy/envoy/commit/2ed8986f72dcdfabd9e48df67b3b73ac5914d753. But it makes envoy build n other idempotent. I do believe idempotency is the main goal of using Bazel. Do you have any insight why quiche-envoy-integration was changed? Do we have any workaround for it?
hi @svagner this was due to an upstream dependency change that has now been fixed on all branches
the latest commit for the release/v1.28 branch is 2ed8986f72dcdfabd9e48df67b3b73ac5914d753
1.28.0 is a release tag and will never change
there was another dep change last week that was not backported to 1.28 on the basis that it goes EOL in the next couple of days
if you want to raise a PR to backport that fix im happy to land it - mainline fix is here https://github.com/envoyproxy/envoy/commit/06ea5be1a0919908948dfb04a9262e1ba7bf922c
Hi @phlax , Is there a plan to make a 1.31 release with this change. We are pulling the 1.31.2 and it is failing.
Hi! Same here, but with v1.28.7, any plan to do release for another 1.28.x with this fix in? in the project we use envoy we cannot afford at this moment uplift to a different minor version and we always prefer use released versions and not specific commits. Thank you!
hi @sokaran unfortunately 1.28 is about to go EOL so we are unlikely to cut another release for that branch
i will be cycling a set of patch releases with these fixes for the other supported branches (1.29-31) either this week or next tho - so you will have the option of updating to a supported release branch - or if you want to stay on 1.28 for some reason then using the latest commit on the release/v1.28
branch
Hi @phlax , Is there a plan to make a 1.31 release with this change. We are pulling the 1.31.2 and it is failing.
I think release branch 1.31 has already included these two changes #36515 and #36540. Just 1.31.3 has not been released yet. You may use the lastest commit of release branch 1.31 to build envoy or wait for 1.31.3
all of the branches 1.28-1.31 have the fix
@phlax
We are using 1.25.4 envoy version, is it safe to fix this issue with this commit ? (I am testing on our env)
its probably safe with a couple of caveats
firstly 1.25 has been EOL for some time - so its your responsibility to pick any security patches from later versions that might effect your build, and relatedly we cant guarantee that no others are needed
picking the googleurl hash fix should be safe in itself assuming its the same version (i think it is)
Description: While trying to build Envoy from v1.28.0 build fails with error:
Repro steps:
Latest commit: b5ca88acee3453c9459474b8f22215796eff4dde