Skip to content

Commit a966910

Browse files
authored
Merge pull request #5217 from kolyshkin/1.4.2
Release 1.4.2
2 parents 95f27e8 + 814f276 commit a966910

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.4.z]
88

9+
## [1.4.2] - 2026-04-02
10+
11+
> Я — Земля! Я своих провожаю питомцев.
12+
13+
### Fixed ###
14+
- A regression in runc v1.3.0 which can result in a stuck `runc exec` or
15+
`runc run` when the container process runs for a short time. (#5208,
16+
#5210, #5216)
17+
- Mount sources that need to be open on the host are now closed earlier during
18+
container start, reducing the total amount of used file descriptors and
19+
helping to avoid hitting the open files limit when handling many such mounts.
20+
(#5177, #5201)
21+
922
## [1.4.1] - 2026-03-12
1023

1124
> 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.
14661479
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1
14671480

14681481
<!-- 1.4.z patch releases -->
1469-
[Unreleased 1.4.z]: https://github.com/opencontainers/runc/compare/v1.4.1...release-1.4
1482+
[Unreleased 1.4.z]: https://github.com/opencontainers/runc/compare/v1.4.2...release-1.4
1483+
[1.4.2]: https://github.com/opencontainers/runc/compare/v1.4.1...v1.4.2
14701484
[1.4.1]: https://github.com/opencontainers/runc/compare/v1.4.0...v1.4.1
14711485
[1.4.0]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.3...v1.4.0
14721486
[1.4.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.2...v1.4.0-rc.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1+dev
1+
1.4.2+dev

0 commit comments

Comments
 (0)