From e69f7c07a73ba6d4e8ba75a0cab20467ae844636 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 10 Jan 2024 16:46:08 +0000 Subject: [PATCH] versions: Update runc version This PR updates the runc version to 1.1.11 which includes the following improvements - Fix several issues with userns path handling. - Support memory.peak and memory.swap.peak in cgroups v2. Add swapOnlyUsage in MemoryStats. This field reports swap-only usage. For cgroupv1, Usage and Failcnt are set by subtracting memory usage from memory+swap usage. For cgroupv2, Usage, Limit, and MaxUsage are set. - build(deps): bump github.com/cyphar/filepath-securejoin. Fixes #8795 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 564e42de0..73540318c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -281,7 +281,7 @@ externals: uscan-url: >- https://github.com/opencontainers/runc/tags .*/v?(\d\S+)\.tar\.gz - version: "v1.1.4" + version: "v1.1.11" nydus: description: "Nydus image acceleration service"