-
Notifications
You must be signed in to change notification settings - Fork 68
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
[release-4.17] OCPBUGS-47443: Bump x/net to v0.33.0 #2592
[release-4.17] OCPBUGS-47443: Bump x/net to v0.33.0 #2592
Conversation
This commit bumps the x/net dependency to v0.33.0 to fix CVE-2024-45338. Ran: go mod tidy && go mod vendor
Skipping CI for Draft Pull Request. |
@mansikulkarni96: This pull request references Jira Issue OCPBUGS-47443, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mansikulkarni96 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 |
/jira refresh |
@mansikulkarni96: This pull request references Jira Issue OCPBUGS-47443, which is invalid:
Comment 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. |
/lgtm |
@openshift/openshift-team-windows-containers for this fix, I think we can skip the parent bug dependency |
/jira refresh |
@mansikulkarni96: This pull request references Jira Issue OCPBUGS-47443, which is invalid:
Comment 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. |
/jira refresh |
@mansikulkarni96: This pull request references Jira Issue OCPBUGS-47443, which is invalid:
Comment 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. |
/jira refresh |
@mansikulkarni96: This pull request references Jira Issue OCPBUGS-47443, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
1 similar comment
@mansikulkarni96: all tests passed! 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. |
/override Red Hat Konflux / windows-machine-config-operator-release-4-17-on-pull-request |
@mansikulkarni96: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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. |
/override Red Hat Konflux / windows-machine-config-operator-release-4-17-on-pull-request |
@mansikulkarni96: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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. |
/override "Red Hat Konflux / windows-machine-config-operator-release-4-17-on-pull-request" |
@mansikulkarni96: Overrode contexts on behalf of mansikulkarni96: Red Hat Konflux / windows-machine-config-operator-release-4-17-on-pull-request 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. |
c8b2213
into
openshift:release-4.17
@mansikulkarni96: Jira Issue OCPBUGS-47443: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-47443 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. |
/cherry-pick release-4.16 |
@mansikulkarni96: #2592 failed to apply on top of branch "release-4.16":
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. |
This PR bumps the x/net dependency to v0.33.0
to fix CVE-2024-45338.
Ran: go mod tidy && go mod vendor