@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased 1.1.z]
8
8
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
+
9
33
## [ 1.1.13] - 2024-06-13
10
34
11
35
> 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
19
43
* Support go 1.22.4+. (#4313 )
20
44
* runc list: fix race with runc delete. (#4231 )
21
45
* 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 )
23
47
* Fix a debug msg for user ns in nsexec. (#4315 )
24
48
* script/* : fix gpg usage wrt keyboxd. (#4316 )
25
49
* CI fixes and misc backports. (#4241 )
@@ -538,7 +562,8 @@ implementation (libcontainer) is *not* covered by this policy.
538
562
[ 1.0.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
539
563
540
564
<!-- 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
542
567
[ 1.1.13 ] : https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
543
568
[ 1.1.12 ] : https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
544
569
[ 1.1.11 ] : https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11
0 commit comments