From 697c59c63568a8d722e958e68ef52bbb25160b63 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Fri, 14 Feb 2025 03:50:12 +0000 Subject: [PATCH] Update runc binary to v1.2.5 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 --- script/setup/runc-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/runc-version b/script/setup/runc-version index c7cd5b267..212c3bf87 100644 --- a/script/setup/runc-version +++ b/script/setup/runc-version @@ -1 +1 @@ -v1.2.4 +v1.2.5