@@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.0-rc.3] - 2024-09-02
10
+
11
+ > The supreme happiness of life is the conviction that we are loved.
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
+ * Document build prerequisites for different platforms. (#4353 )
24
+
25
+ ### Fixed
26
+
27
+ * Try to delete exec fifo file when failure in creation. (#4319 )
28
+ * Revert "libcontainer: seccomp: pass around * os.File for notifyfd". (#4337 )
29
+ * Fix link to gvariant documentation in systemd docs. (#4369 )
30
+
31
+ ### Changed
32
+
33
+ * Remove pre-go1.17 build-tags. (#4329 )
34
+ * libct/userns: assorted (godoc) improvements. (#4330 )
35
+ * libct/userns: split userns detection from internal userns code. (#4331 )
36
+ * rootfs: consolidate mountpoint creation logic. (#4359 )
37
+ * Add Go 1.23, drop 1.21. (#4360 )
38
+ * Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION. (#4370 )
39
+ * Mv contrib/cmd tests/cmd (except memfd-bind). (#4377 )
40
+ * Makefile: Don't read COMMIT, BUILDTAGS, EXTRA_BUILDTAGS from env vars. (#4380 )
41
+
9
42
## [ 1.2.0-rc.2] - 2024-06-26
10
43
11
44
> TRUE or FALSE, it's a problem!
@@ -767,7 +800,7 @@ implementation (libcontainer) is *not* covered by this policy.
767
800
cgroups at all during ` runc update ` ). (#2994 )
768
801
769
802
<!-- minor releases -->
770
- [ Unreleased ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.2 ...HEAD
803
+ [ Unreleased ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.3 ...HEAD
771
804
[ 1.1.0 ] : https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
772
805
[ 1.0.0 ] : https://github.com/opencontainers/runc/releases/tag/v1.0.0
773
806
@@ -796,5 +829,6 @@ implementation (libcontainer) is *not* covered by this policy.
796
829
[ 1.1.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
797
830
798
831
<!-- 1.2.z patch releases -->
832
+ [ 1.2.0-rc.3 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
799
833
[ 1.2.0-rc.2 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0-rc.2
800
834
[ 1.2.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
0 commit comments