vendor: bump runc to rc95#102147
Conversation
|
Hi @kolyshkin. Thanks for your PR. I'm waiting for a kubernetes 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. DetailsInstructions 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. |
|
/test pull-kubernetes-node-crio-e2e |
|
@kolyshkin: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn 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/test-infra repository. |
|
@kolyshkin can you pls change description so the below bug will not automatically close:
So we will track the work of back porting |
Done |
another idea in the meantime is we can run this PR against subset of those tests manually for now. I think the main tests that look relevant are |
|
Re: #102147 (comment) I opened kubernetes/test-infra#22284 to add that job as a presubmit for cases like this. Filed #102194 for failing alpha job. |
|
/approve /assign @liggitt @smarterclayton |
|
/approve |
|
This has the runc and test changes needed to pick back to 1.21? |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims, harche, kolyshkin, liggitt, mrunalp The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Next 2 commits make the new API work. |
|
@kolyshkin: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
…02147-upstream-release-1.21 Automated cherry pick of #102147: vendor: bump runc to rc95
What type of PR is this?
/kind bug
What this PR does / why we need it:
runc rc95 contains a fix for CVE-2021-30465, see release notes at
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc95
runc rc94 provides some fixes and improvements, see release notes at https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc94
Which issue(s) this PR fixes:
#101989
Fixes: #100328
Fixes: #88197
Special notes for your reviewer:
This also carries a couple of commits from #100631, and a change from #98374.
The previous attempt to bump runc (#101888) was reverted (#102094) due to a failing test (#102092). We believe that picking up #98374 fixes that issue; please check
https://prow.k8s.io/?pull=102147&job=*pull-kubernetes-node-crio-e2e
Does this PR introduce a user-facing change?