@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased 1.1.z]
88
9+ ## [ 1.1.14] - 2024-09-03
10+
11+ > 年を取っていいことは、驚かなくなることね。
12+
13+ ### Security
14+
15+ * Fix [ CVE-2024 -45310] [ cve-2024-45310 ] , a low-severity attack that allowed
16+ maliciously configured containers to create empty files and directories on
17+ the host.
18+
19+ [ cve-2024-45310 ] : https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv
20+
21+ ### Added
22+
23+ * Add support for Go 1.23. (#4360 , #4372 )
24+
25+ ### Fixed
26+
27+ * Revert "allow overriding VERSION value in Makefile" and add ` EXTRA_VERSION ` .
28+ (#4370 , #4382 )
29+ * rootfs: consolidate mountpoint creation logic. (#4359 )
30+
31+ ### Changed
32+
933## [ 1.1.13] - 2024-06-13
1034
1135> There is no certainty in the world. This is the only certainty I have.
@@ -19,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1943 * Support go 1.22.4+. (#4313 )
2044 * runc list: fix race with runc delete. (#4231 )
2145 * Fix set nofile rlimit error. (#4277 , #4299 )
22- * libct/cg/fs: fix setting rt_period vs rt_runtime. (#4284 )
46+ * libct/cg/fs: fix setting ` rt_period ` vs ` rt_runtime ` . (#4284 )
2347 * Fix a debug msg for user ns in nsexec. (#4315 )
2448 * script/* : fix gpg usage wrt keyboxd. (#4316 )
2549 * CI fixes and misc backports. (#4241 )
@@ -538,7 +562,8 @@ implementation (libcontainer) is *not* covered by this policy.
538562[ 1.0.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
539563
540564<!-- 1.1.z patch releases -->
541- [ Unreleased 1.1.z ] : https://github.com/opencontainers/runc/compare/v1.1.13...release-1.1
565+ [ Unreleased 1.1.z ] : https://github.com/opencontainers/runc/compare/v1.1.14...release-1.1
566+ [ 1.1.14 ] : https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14
542567[ 1.1.13 ] : https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
543568[ 1.1.12 ] : https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
544569[ 1.1.11 ] : https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11
0 commit comments