Skip to content
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

fix: Revert "deps: bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#765)" #932

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

timraymond
Copy link
Member

This reverts commit 0dc47e0.

It was found, via bisecting, that this upgrade of gRPC caused #921. When investigating that issue, it was found (using openssl) that agent pods did successfully establish TLS connections using the certificates generated by certgen. However, some issue existed with gRPC itself. The protobufs for the peer service have not changed since ~2022, so this upgrade is a sensible implication for the bug.

Closes #921

@timraymond timraymond requested a review from a team as a code owner November 4, 2024 18:21
@timraymond timraymond changed the title Revert "deps: bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#765)" fix: Revert "deps: bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#765)" Nov 4, 2024
Upgrading gRPC automatically has caused regressions, therefore this
should be done manually. If the offending breakage is resolved, we can
remove this and use extra vigilance enforced by CI to detect breakage.
@timraymond timraymond force-pushed the traymond/revert-grpc-update branch from f9b7688 to b3cf06c Compare November 4, 2024 19:39
@timraymond timraymond enabled auto-merge November 4, 2024 19:39
@timraymond timraymond added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit 26aac60 Nov 4, 2024
22 checks passed
@timraymond timraymond deleted the traymond/revert-grpc-update branch November 4, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hubble-relay not connecting to Retina-agents
2 participants