Bump x/net version used by ray-operator to latest (0.57.0) to address CVEs - #5073
Open
jeff303 wants to merge 3 commits into
Open
Bump x/net version used by ray-operator to latest (0.57.0) to address CVEs#5073jeff303 wants to merge 3 commits into
jeff303 wants to merge 3 commits into
Conversation
go get golang.org/x/net@v0.57.0 go: upgraded golang.org/x/mod v0.32.0 => v0.37.0 go: upgraded golang.org/x/net v0.49.0 => v0.57.0 go: upgraded golang.org/x/sync v0.19.0 => v0.22.0 go: upgraded golang.org/x/sys v0.40.0 => v0.47.0 go: upgraded golang.org/x/term v0.39.0 => v0.45.0 go: upgraded golang.org/x/text v0.33.0 => v0.40.0 go: upgraded golang.org/x/tools v0.41.0 => v0.47.0
jeff303
marked this pull request as draft
August 3, 2026 22:07
The root module replaces ray-operator with the local directory, so its go.mod/go.sum must track the same dependency versions. Without this, `go fmt`/`go build` under apiserver (which uses the root module) fail with "go: updates to go.mod needed; to update it: go mod tidy". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jeff303
marked this pull request as ready for review
August 4, 2026 23:36
machichima
approved these changes
Aug 7, 2026
machichima
left a comment
Collaborator
There was a problem hiding this comment.
LGTM! Thank you! cc @rueian or @andrewsykim to merge
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.
Why are these changes needed?
Fix CVEs
CVE-2026-33814CVE-2026-39821Related issue number
Labels
doc-updates-requiredlabel.breaking-changelabel.Checks
Manual test instructions