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

chore: bump grpc to v1.67.0 #4312

Closed zhaohuabing closed 1 month ago

zhaohuabing commented 1 month ago

Manually fix: https://github.com/envoyproxy/gateway/pull/4305

zirain commented 1 month ago

can you also update dependabot.yml with following:

      golang.org:
        patterns:
          - "golang.org/*"
          - "google.golang.org/*"
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 65.68%. Comparing base (2bd27dd) to head (7023fbd). Report is 58 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4312 +/- ## ======================================= Coverage 65.67% 65.68% ======================================= Files 197 197 Lines 23565 23565 ======================================= + Hits 15476 15478 +2 + Misses 6980 6979 -1 + Partials 1109 1108 -1 ```

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

zhaohuabing commented 1 month ago

It looks like the GRPC upgrade broke the e2e and conformance tests.

Please hold this PR until Gateway API upgrades GRPC to 1.67.2.