From c10ee7d4b68b90168554fe16ddd74f168dab1bb7 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 16 Mar 2026 10:42:29 -0700 Subject: [PATCH] CHANGELOG: add "better errors from runc init" to 1.4.0 Found out that these changes were backported to release-1.4 (PR 5040) and made its way into runc v1.4.0, but were missing from its CHANGELOG. Add the item to v1.4.0 changelog. Same as commit e232a54 in main branch. Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71715792..fe8c363e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - libct: switch to `(*CPUSet).Fill`. (#4927) - docs/spec-conformance.md: update for spec v1.3.0. (#4948) +- Errors from `runc init` have historically been quite painful to understand + and debug, we have made several improvements to make them more comprehensive + and thus useful when debugging issues. (#5040, #4951, #4928) [CVE-2025-52881]: https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm