@@ -63,6 +63,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363 * Support ` skip-in-flight ` and ` link-remap ` options for CRIU. (#4627 )
6464 * Support cgroup v1 mounted with ` noprefix ` . (#4513 )
6565
66+ ## [ 1.2.6] - 2025-03-17
67+
68+ > Hasta la victoria, siempre.
69+
70+ ### Fixed
71+ * Fix a stall issue that would happen if setting ` O_CLOEXEC ` with
72+ ` CloseExecFrom ` failed (#4647 ).
73+ * ` runc ` now properly handles joining time namespaces (such as with `runc
74+ exec`). Previously we would attempt to set the time offsets when joining,
75+ which would fail. (#4635 , #4649 )
76+ * Handle ` EINTR ` retries correctly for socket-related direct
77+ ` golang.org/x/sys/unix ` system calls. (#4650 )
78+ * We no longer use ` F_SEAL_FUTURE_WRITE ` when sealing the runc binary, as it
79+ turns out this had some unfortunate bugs in older kernel versions and was
80+ never necessary in the first place. (#4651 , #4640 )
81+
82+ ### Removed
83+ * Remove ` Fexecve ` helper from ` libcontainer/system ` . Runc 1.2.1 removed
84+ runc-dmz, but we forgot to remove this helper added only for that. (#4646 )
85+
86+ ### Changed
87+ * Use Go 1.23 for official builds, run CI with Go 1.24 and drop Ubuntu 20.04
88+ from CI. We need to drop Ubuntu 20.04 from CI because Github Actions
89+ announced it's already deprecated and it will be discontinued soon. (#4648 )
90+
6691## [ 1.2.5] - 2025-02-13
6792
6893> Мороз и солнце; день чудесный!
@@ -1046,7 +1071,8 @@ implementation (libcontainer) is *not* covered by this policy.
10461071[ 1.1.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
10471072
10481073<!-- 1.2.z patch releases -->
1049- [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.5...release-1.2
1074+ [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.6...release-1.2
1075+ [ 1.2.6 ] : https://github.com/opencontainers/runc/compare/v1.2.5...v1.2.6
10501076[ 1.2.5 ] : https://github.com/opencontainers/runc/compare/v1.2.4...v1.2.5
10511077[ 1.2.4 ] : https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4
10521078[ 1.2.3 ] : https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3
0 commit comments