chore(deps): bump google.golang.org/grpc to v1.82.1 - #835
Merged
VaniHaripriya merged 2 commits intoSep 17, 2026
Merged
VaniHaripriya merged 2 commits into
VaniHaripriya merged 2 commits into
Conversation
sduvvuri1603
force-pushed
the
fix/grpc-1.82.1-rhoai-3.6-ea.2
branch
2 times, most recently
from
September 17, 2026 15:03
b70e471 to
7ae4d79
Compare
Fixes GHSA-p77j-4mvh-x3m3 and GHSA-hrxh-6v49-42gf on rhoai-3.6-ea.2 (RHOAIENG-94998, RHOAIENG-94999). Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
staticcheck SA1019 started failing after the grpc/oauth2 bump. Pass the service account JSON through option.WithCredentialsJSON instead. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
sduvvuri1603
force-pushed
the
fix/grpc-1.82.1-rhoai-3.6-ea.2
branch
from
September 17, 2026 15:46
ed370aa to
1c4bf89
Compare
|
/lgtm |
VaniHaripriya
approved these changes
Sep 17, 2026
VaniHaripriya
merged commit Sep 17, 2026
bc397a3
into
red-hat-data-services:rhoai-3.6-ea.2
10 of 27 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes RHOAIENG-94998, RHOAIENG-94999
Summary
google.golang.org/grpcfrom v1.71.1 to v1.82.1 so both images (argoexecandworkflowcontroller) pick up GHSA-p77j-4mvh-x3m3 and GHSA-hrxh-6v49-42gf.golang.org/x/*modules moved with MVS.workflow/artifacts/gcs/gcs.go: the oauth2 bump made staticcheck SA1019 fail ongoogle.CredentialsFromJSON. That call is not part of the GHSAs; switch it tooption.WithCredentialsJSONso Lint is not a false CVE signal.Test plan
go buildofworkflow-controller,argoexec, andargogo test ./util/grpc/ ./server/auth/