@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased 1.3.z]
88
9+ ## [ 1.3.4] - 2025-11-27
10+
11+ > Take me to your heart, take me to your soul.
12+
13+ ### Fixed
14+ * libct: fix mips compilation. (#4962 , #4966 )
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 , #4976 )
18+ * Fix various file descriptor leaks and add additional tests to detect them as
19+ comprehensively as possible. (#5007 , #5021 , #5034 )
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. (#5028 )
25+
26+ [ CVE-2025-52881 ] : https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm
27+
928## [ 1.3.3] - 2025-11-05
1029
1130> 奴らに支配されていた恐怖を
@@ -1217,7 +1236,8 @@ implementation (libcontainer) is *not* covered by this policy.
12171236[ 1.2.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
12181237
12191238<!-- 1.3.z patch releases -->
1220- [ Unreleased 1.3.z ] : https://github.com/opencontainers/runc/compare/v1.3.3...release-1.3
1239+ [ Unreleased 1.3.z ] : https://github.com/opencontainers/runc/compare/v1.3.4...release-1.3
1240+ [ 1.3.4 ] : https://github.com/opencontainers/runc/compare/v1.3.3...v1.3.4
12211241[ 1.3.3 ] : https://github.com/opencontainers/runc/compare/v1.3.2...v1.3.3
12221242[ 1.3.2 ] : https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2
12231243[ 1.3.1 ] : https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.1
0 commit comments