-
Notifications
You must be signed in to change notification settings - Fork 423
NO-JIRA: build(deps): bump golang.org/x/crypto from 0.37.0/0.41.0 to 0.45.0 #7292
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
base: main
Are you sure you want to change the base?
Conversation
Update golang.org/x/crypto dependency across the project and hack/tools, including all transitive dependencies and vendored packages. This combines updates from dependabot PRs openshift#7264 and openshift#7265. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
WalkthroughGo module dependencies are updated across three manifest files. Direct dependencies in the root go.mod are bumped to newer versions (golang.org/x/crypto, golang.org/x/net, golang.org/x/sync), with corresponding indirect dependency updates propagated across api/go.mod and hack/tools/go.mod. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to ⛔ Files ignored due to path filters (297)
📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (5)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-aks-4-20 |
|
@bryan-cox: This pull request explicitly references no jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by @bryan-cox through e2es |
|
@bryan-cox: This PR has been marked as verified by In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-aks-4-20 |
| @@ -1,5 +1,4 @@ | |||
| //go:build e2e | |||
| // +build e2e | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this related to the PR?
|
/lgtm |
|
@bryan-cox: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
This PR combines and consolidates dependency updates from Dependabot PRs #7265 and #7264, updating golang.org/x/crypto across the project:
Changes
golang.org/x/net/context→ standard librarycontext)// +buildtags from e2e test files (kept only//go:buildformat)Key Updates in golang.org/x/crypto v0.45.0
For full changelog, see:
Related PRs
🤖 Generated with Claude Code