From 8ac0bc04b471c2bac6e1270e47b6dfb80e64103c Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Sat, 13 Jun 2026 19:55:29 +0200 Subject: [PATCH] CHANGELOG: fix codespell Fixes: b33d1c260533 ("VERSION: release v1.5.0-rc.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 ed023bad8..e383d3459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ This release includes a fix for the following low-severity security issue: #5236, #5246, #5248, #5279, #5283, #5269, #5286, #5295, #5303) ### 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