@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased 1.2.z]
88
9+ ## [ 1.2.9] - 2025-11-27
10+
11+ > Stars hide your fires, let me rest tonight.
12+
13+ ### Fixed
14+ * libct: fix mips compilation. (#4962 , #4965 )
15+ * When configuring a ` tmpfs ` mount, only set the ` mode= ` argument if the
16+ target path already existed. This fixes a regression introduced in our
17+ [ CVE-2025 -52881] [ ] mitigation patches. (#4971 , #4974 )
18+ * Fix various file descriptor leaks and add additional tests to detect them as
19+ comprehensively as possible. (#5007 , #5021 , #5027 )
20+
21+ ### Changed
22+ * Downgrade ` github.com/cyphar/filepath-securejoin ` dependency to ` v0.5.2 ` ,
23+ which should make it easier for some downstreams to import ` runc ` without
24+ pulling in too many extra packages. (#5027 )
25+
26+ [ CVE-2025-52881 ] : https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm
27+
928## [ 1.2.8] - 2025-11-05
1029
1130> 鳥籠の中に囚われた屈辱を
@@ -1089,7 +1108,8 @@ implementation (libcontainer) is *not* covered by this policy.
10891108[ 1.1.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
10901109
10911110<!-- 1.2.z patch releases -->
1092- [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.8...release-1.2
1111+ [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.9...release-1.2
1112+ [ 1.2.9 ] : https://github.com/opencontainers/runc/compare/v1.2.8...v1.2.9
10931113[ 1.2.8 ] : https://github.com/opencontainers/runc/compare/v1.2.7...v1.2.8
10941114[ 1.2.7 ] : https://github.com/opencontainers/runc/compare/v1.2.6...v1.2.7
10951115[ 1.2.6 ] : https://github.com/opencontainers/runc/compare/v1.2.5...v1.2.6
0 commit comments