-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix retracted go-cose that hcsshim brings in #127824
Conversation
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
@@ -14,7 +14,7 @@ require ( | |||
bitbucket.org/bertimus9/systemstat v0.5.0 | |||
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab | |||
github.com/Microsoft/go-winio v0.6.2 | |||
github.com/Microsoft/hcsshim v0.12.6 | |||
github.com/Microsoft/hcsshim v0.12.7-0.20241003002528-bafd4c013fbd |
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.
I'd suggest adding a comment on this line listing what branch the commit came from. That makes it easier if it needs to be updated.
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.
This is a generated file.
:)
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.
it's easy to find via microsoft/hcsshim@bafd4c013fbd
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.
hopefully we'll drop it completely in O(weeks) in favor of hnslib anyway
/test pull-kubernetes-node-e2e-containerd |
/sig architecture |
/assign @liggitt (we can still do the hnslib after this one!) |
/lgtm |
LGTM label has been added. Git tree hash: 65e5f59c22789b41a80edb7acd9b03eaaca56a21
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kiashok, liggitt 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 |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This commit is temporary fix to fix retracted go-cose version being brought in by hcsshim v0.12.6 , This is only a temp fix till
microsoft reviewers sign off on #127713. Latter PR has approval
from @dims and @liggitt
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: