-
Notifications
You must be signed in to change notification settings - Fork 14
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
OCPBUGS-47649:vendor: bump golang.org/x/net
-> v0.33.0
#1127
Conversation
This bump intended to fix: https://osv.dev/vulnerability/GO-2024-3333 Signed-off-by: Talor Itzhak <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Tal-or 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 |
@@ -24,12 +24,13 @@ require ( | |||
github.com/openshift/machine-config-operator v0.0.1-0.20230724174830-7b54f1dcce4e | |||
github.com/sergi/go-diff v1.1.0 | |||
github.com/stretchr/testify v1.9.0 | |||
golang.org/x/sync v0.8.0 | |||
golang.org/x/sync v0.10.0 |
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.
is this a direct artifact from the bump?
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.
All the changes here are derived by the bump of golang.org/x/net -> v0.33.0
and calling go mod tidy && go mod vendor
after that
k8s.io/api v0.31.2 | ||
k8s.io/apiextensions-apiserver v0.31.2 | ||
k8s.io/apimachinery v0.31.2 | ||
k8s.io/client-go v0.31.2 | ||
k8s.io/code-generator v0.31.2 | ||
k8s.io/klog v1.0.0 |
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.
is this a direct artifact from the bump?
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.
indeed
/lgtm |
/cherry-pick release-4.18 |
@Tal-or: new pull request created: #1128 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 kubernetes-sigs/prow repository. |
golang.org/x/net
-> v0.33.0golang.org/x/net
-> v0.33.0
@Tal-or: Jira Issue OCPBUGS-47649: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-47649 has been moved to the MODIFIED state. 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. |
This bump intended to fix:
https://osv.dev/vulnerability/GO-2024-3333