envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.63k stars 352 forks source link

[release/v1.1] bump envoy #4596

Closed guydc closed 2 weeks ago

guydc commented 2 weeks ago

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Release Notes: Yes/No

arkodg commented 2 weeks ago

@guydc looks like another change is needed

+++ b/examples/extension-server/go.mod
@@ -10,7 +10,7 @@ require (
    google.golang.org/protobuf v1.34.2
    k8s.io/apimachinery v0.30.2
    sigs.k8s.io/controller-runtime v0.18.4
-   sigs.k8s.io/gateway-api v1.1.0
+   sigs.k8s.io/gateway-api v1.1.1
 )
codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.61%. Comparing base (13fee13) to head (963e38f). Report is 1 commits behind head on release/v1.1.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v1.1 #4596 +/- ## ================================================ - Coverage 66.63% 66.61% -0.02% ================================================ Files 183 183 Lines 28112 28112 ================================================ - Hits 18732 18727 -5 - Misses 8294 8298 +4 - Partials 1086 1087 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

arkodg commented 2 weeks ago

all the GRPCRoute tests are failing, does the build work with https://gateway.envoyproxy.io/docs/tasks/traffic/grpc-routing/ , if it doesnt we should report this upstream and imo release without the patch release