From c241c0bb5e60a8e8c1b2e53d4eca8d0068d8d57e Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 2 Apr 2026 15:12:22 -0700 Subject: [PATCH 1/2] VERSION: release v1.4.2 Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 16 +++++++++++++++- VERSION | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8c363e8df..6a1934ea4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.4.z] +## [1.4.2] - 2026-04-02 + +> Я — Земля! Я своих провожаю питомцев. + +### Fixed ### +- A regression in runc v1.3.0 which can result in a stuck `runc exec` or + `runc run` when the container process runs for a short time. (#5208, + #5210, #5216) +- Mount sources that need to be open on the host are now closed earlier during + container start, reducing the total amount of used file descriptors and + helping to avoid hitting the open files limit when handling many such mounts. + (#5177, #5201) + ## [1.4.1] - 2026-03-12 > La guerre n'est pas une aventure. La guerre est une maladie. Comme le typhus. @@ -1466,7 +1479,8 @@ implementation (libcontainer) is *not* covered by this policy. [1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1 -[Unreleased 1.4.z]: https://github.com/opencontainers/runc/compare/v1.4.1...release-1.4 +[Unreleased 1.4.z]: https://github.com/opencontainers/runc/compare/v1.4.2...release-1.4 +[1.4.2]: https://github.com/opencontainers/runc/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/opencontainers/runc/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.3...v1.4.0 [1.4.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.2...v1.4.0-rc.3 diff --git a/VERSION b/VERSION index e38b2639417..9df886c42a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1+dev +1.4.2 From 814f276bb0540729aabbeb9a4ad5735a95c0b02e Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 2 Apr 2026 15:12:39 -0700 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Kir Kolyshkin --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9df886c42a1..873f9122344 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.2 +1.4.2+dev