Skip to content
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

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

oksanabaza
Copy link
Contributor

@oksanabaza oksanabaza commented Feb 15, 2024

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Bumps k8s.io/autoscaler/cluster-autoscaler@v0.0.0-20230925095857-cf8c507d2421 to k8s.io/autoscaler/cluster-autoscaler@v0.0.0-20231227135154-33fb7885a6f6 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/cluster-autoscaler@v0.0.0-20230925095857-cf8c507d2421 and fixed in k8s.io/autoscaler/cluster-autoscaler@v0.0.0-20231227135154-33fb7885a6f6.

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Feb 15, 2024
Copy link

linux-foundation-easycla bot commented Feb 15, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: oksanabaza / name: Oksana Bazylieva (9cc980a)

Copy link

netlify bot commented Feb 15, 2024

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 9cc980a
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/65e5e57d58049f00084cb2c8
😎 Deploy Preview https://deploy-preview-1740--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 15, 2024
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 15, 2024
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Feb 15, 2024
@oksanabaza oksanabaza marked this pull request as ready for review February 15, 2024 16:55
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 15, 2024
@kannon92
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 15, 2024
@alculquicondor
Copy link
Contributor

We better fix clusterautoscaler first and then upgrade to a version that doesn't use satori.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 16, 2024
@k8s-ci-robot k8s-ci-robot removed the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 16, 2024
@KPostOffice
Copy link

KPostOffice commented Feb 28, 2024

Just a heads up, I opened another PR for cluster-autoscaler which upgrades the runc dependency. kubernetes/autoscaler#6569

@alculquicondor
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 4, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 6694cb688d0f6d3d9d24f3cf35af23083974929f

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 4, 2024
@k8s-ci-robot k8s-ci-robot merged commit 4573682 into kubernetes-sigs:main Mar 4, 2024
14 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.7 milestone Mar 4, 2024
@@ -1,6 +1,6 @@
module sigs.k8s.io/kueue

go 1.21
go 1.21.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
go 1.21.6

I'm not sure why we need this patch version.

Copy link
Contributor

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.

Copy link
Member

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.

@alculquicondor
Copy link
Contributor

The version in the description doesn't match the code changes.
Reverting

@alculquicondor
Copy link
Contributor

@oksanabaza can you take over after the revert?

@oksanabaza
Copy link
Contributor Author

@alculquicondor sure, will do

k8s-ci-robot pushed a commit that referenced this pull request Mar 4, 2024
oksanabaza added a commit to oksanabaza/kueue that referenced this pull request Mar 5, 2024
oksanabaza added a commit to oksanabaza/kueue that referenced this pull request Mar 5, 2024
oksanabaza added a commit to oksanabaza/kueue that referenced this pull request Mar 5, 2024
oksanabaza added a commit to oksanabaza/kueue that referenced this pull request Mar 5, 2024
vsoch pushed a commit to researchapps/kueue that referenced this pull request Apr 18, 2024
vsoch pushed a commit to researchapps/kueue that referenced this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants