Skip to content

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
ray-project:masterfrom
jeff303:ray-operator-bump-x-net-dependency-version
Open

Bump x/net version used by ray-operator to latest (0.57.0) to address CVEs#5073
jeff303 wants to merge 3 commits into
ray-project:masterfrom
jeff303:ray-operator-bump-x-net-dependency-version

Conversation

@jeff303

@jeff303 jeff303 commented Aug 3, 2026

Copy link
Copy Markdown
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

go mod tidy

Why are these changes needed?

Fix CVEs

Related issue number

Labels

  • If this PR has user-facing changes that require documentation updates at release time, I have added the doc-updates-required label.
  • If this PR contains breaking changes, I have added the breaking-change label.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Manual test instructions

jeff303 added 2 commits August 3, 2026 15:33
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
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
jeff303 marked this pull request as ready for review August 4, 2026 23:36
@jeff303 jeff303 changed the title Bump x/net version to latest (0.57.0) Bump x/net version to latest (0.57.0) to address CVEs Aug 4, 2026
@jeff303 jeff303 changed the title Bump x/net version to latest (0.57.0) to address CVEs Bump x/net version used by ray-operator to latest (0.57.0) to address CVEs Aug 4, 2026

@win5923 win5923 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@machichima machichima left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you! cc @rueian or @andrewsykim to merge

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.

3 participants