From 37e03f8a04cfd5d558f267325f2759ef67fb8d73 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Sat, 13 Jun 2026 19:53:34 +0200 Subject: [PATCH] CHANGELOG: fix codespell Fixes: bb14dabeb718 ("VERSION: release v1.4.3") Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2300ac52e..4c3924e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ This release includes a fix for the following low-severity security issue: #5249, #5269, #5287, #5295, #5304) ### Changed ### -- When masking directories with `maskPaths`, runc will now re-use a single +- When masking directories with `maskPaths`, runc will now reuse a single `tmpfs` instance (which is not writeable) to reduce the number `tmpfs` superblocks that need to be reaped when containers die (in particular, Kubernetes applies masks to per-CPU sysfs directories which get expensive