@@ -6,9 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased 1.4.z]
88
9+ ## [ 1.4.0-rc.2] - 2025-10-10
10+
11+ > 私の役目は信じるかどうかではない。行うかどうかだ。
12+
913### libcontainer API
10- - The deprecated ` libcontainer/userns ` package has been removed; use
11- ` github.com/moby/sys/userns ` instead.
14+ * The deprecated ` libcontainer/userns ` package has been removed; use
15+ ` github.com/moby/sys/userns ` instead. (#4910 , #4911 )
16+
17+ ### Added
18+ * Allow setting ` user.* ` sysctls for user-namespaced containers, as they are
19+ namespaced and thus safe to configure. (#4889 , #4892 )
20+ * Add support for using ` clone3(2) ` 's ` CLONE_INTO_CGROUP ` flag when
21+ configuring the ` runc exec ` process. This also included some internal
22+ changes to how we add processes to containers. (#4822 , #4812 , #4920 )
23+ * Add support for configuring the NUMA pmemory policy for a container with
24+ ` set_mempolicy(2) ` . (opencontainers/runtime-spec #1282 , #4726 , #4915 )
25+ * Add support for ` intelRdt.schemata ` to allow for configuration of all
26+ schemas in ` resctrl ` . (opencontainers/runtime-spec #1230 , #4830 , #4915 )
27+ * Add support for ` intelRdt.enableMonitoring ` to allow for per-container
28+ ` resctrl ` monitoring. This replaces the old ` intelRdt.enableCMT ` and
29+ ` intelRdt.enableMBM ` options which were never implemented by runc and have
30+ been removed from the runtime-spec. (opencontainers/runtime-spec #1287 ,
31+ #4832 , #4921 )
32+
33+ ### Fixed
34+ * Configure ` personality(2) ` before applying seccomp profiles. (#4900 , #4903 )
35+ * Fixed integration test failure on ppc64, caused by 64K page size so the
36+ kernel was rounding memory limit to 64K. (#4841 , #4895 , #4893 )
37+ * seccompagent: fix fd close loop to prevent closing stdio in the error path.
38+ (#4913 , #4923 )
1239
1340## [ 1.4.0-rc.1] - 2025-09-05
1441
@@ -1309,5 +1336,6 @@ implementation (libcontainer) is *not* covered by this policy.
13091336[ 1.3.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1
13101337
13111338<!-- 1.4.z patch releases -->
1312- [ Unreleased 1.4.z ] : https://github.com/opencontainers/runc/compare/v1.4.0-rc.1...release-1.4
1339+ [ Unreleased 1.4.z ] : https://github.com/opencontainers/runc/compare/v1.4.0-rc.2...release-1.4
1340+ [ 1.4.0-rc.2 ] : https://github.com/opencontainers/runc/compare/v1.4.0-rc.1...v1.4.0-rc.2
13131341[ 1.4.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.3.0...v1.4.0-rc.1
0 commit comments