CNTRLPLANE-2808: bump golang.org/x dependencies in / and /api modules#7818
CNTRLPLANE-2808: bump golang.org/x dependencies in / and /api modules#7818jparrill wants to merge 1 commit intoopenshift:mainfrom
Conversation
Update golang.org/x/crypto, net, oauth2, sys, term, text and tools to their latest versions in both the root module and the api module, ensuring vendor directories stay in sync. Updated versions: - golang.org/x/crypto: v0.47.0 → v0.48.0 - golang.org/x/net: v0.49.0 → v0.51.0 - golang.org/x/oauth2: v0.34.0 → v0.35.0 - golang.org/x/sys: v0.40.0 → v0.41.0 - golang.org/x/term: v0.39.0 → v0.40.0 - golang.org/x/text: v0.33.0 → v0.34.0 - golang.org/x/mod: v0.31.0 → v0.32.0 - golang.org/x/tools: v0.40.0 → v0.41.0 Ref: CNTRLPLANE-2808 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
WalkthroughMultiple Go module dependencies are updated across Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/area ci-tooling |
|
/area api remove |
|
@jparrill: The label(s) DetailsIn 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 kubernetes-sigs/prow repository. |
|
@jparrill: This pull request references CNTRLPLANE-2808 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
@jparrill: This pull request references CNTRLPLANE-2808 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
@jparrill: This pull request references CNTRLPLANE-2808 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
@jparrill: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox, jparrill The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified bypass |
|
@bryan-cox: The DetailsIn 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. |
Summary
golang.org/x/crypto,net,oauth2,sys,term,text,modandtoolsto latest versions/) and the API module (/api/), keeping vendor directories in syncContext
Dependabot treats
/and/api/as independent modules and generates separate PRs for each. When sharedgolang.org/x/*dependencies are bumped only in the root module,make verifyfails becauseapi/vendor/modules.txtis out of sync withapi/go.mod.Test plan
make verifypasses (CI)make buildpasses (CI)make testpasses (CI)🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes