Update runc binary to v1.2.5#11388
Conversation
This is the fifth patch release in the 1.2.z series of runc. It primarily fixes an issue caused by an upstream systemd bug. There was a regression in systemd v230 which made the way we define device rule restrictions require a systemctl daemon-reload for our transient units. This caused issues for workloads using NVIDIA GPUs. Workaround the upstream regression by re-arranging how the unit properties are defined. Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, to allow projects that vendor runc to bump it as well. CI: fixed criu-dev compilation. Dependency golang.org/x/net is updated to 0.33.0. diff: opencontainers/runc@v1.2.4...v1.2.5 Signed-off-by: Austin Vazquez <macedonv@amazon.com>
|
Skipping CI for Draft Pull Request. |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
this probably needs cherry-picks for the active release branches
|
/cherry-pick release/2.0 release/1.7 release/1.6 |
|
@thaJeztah: new pull request created: #11394 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-sigs/prow repository. |
|
/cherrypick release/1.7 |
|
/cherrypick release/1.6 |
|
@thaJeztah: new pull request created: #11395 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-sigs/prow repository. |
|
@thaJeztah: new pull request created: #11396 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-sigs/prow repository. |
This is the fifth patch release in the 1.2.z series of runc. It primarily fixes an issue caused by an upstream systemd bug.
diff: opencontainers/runc@v1.2.4...v1.2.5