-
Notifications
You must be signed in to change notification settings - Fork 275
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
Update autoscaler dependency to fix CVE #1740
Conversation
|
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @oksanabaza. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/ok-to-test |
We better fix clusterautoscaler first and then upgrade to a version that doesn't use |
dfbc2e7
to
7dc586a
Compare
/lgtm |
LGTM label has been added. Git tree hash: 6694cb688d0f6d3d9d24f3cf35af23083974929f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, oksanabaza 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 |
@@ -1,6 +1,6 @@ | |||
module sigs.k8s.io/kueue | |||
|
|||
go 1.21 | |||
go 1.21.6 |
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.
go 1.21.6 |
I'm not sure why we need this patch version.
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.
oh shoot, we shouldn't need it.
I can send a PR in a bit.
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.
One you submit PR, let me know.
This reverts commit 4573682.
The version in the description doesn't match the code changes. |
@oksanabaza can you take over after the revert? |
@alculquicondor sure, will do |
…" (kubernetes-sigs#1796) This reverts commit 4573682.
…" (kubernetes-sigs#1796) This reverts commit 4573682.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Bumps
k8s.io/autoscaler/[email protected]
tok8s.io/autoscaler/[email protected]
to remove a CVE.Which issue(s) this PR fixes:
Fixes # High CVEs
Special notes for your reviewer:
Snyk scans showed that a high CVE was introduced through:
k8s.io/autoscaler/[email protected]
and fixed ink8s.io/autoscaler/[email protected]
.Does this PR introduce a user-facing change?