@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased 1.2.z]
8
8
9
+ ## [ 1.2.2] - 2024-11-15
10
+
11
+ > Specialization is for insects.
12
+
13
+ ### Fixed
14
+ * Fixed the failure of ` runc delete ` on a rootless container with no
15
+ dedicated cgroup on a system with read-only ` /sys/fs/cgroup ` mount.
16
+ This is a regression in runc 1.2.0, causing a failure when using
17
+ rootless buildkit. (#4518 , #4531 )
18
+ * Using runc on a system where /run/runc and /usr/bin are on different
19
+ filesystems no longer results in harmless but annoying messages
20
+ ("overlayfs: "xino" feature enabled using 3 upper inode bits")
21
+ appearing in the kernel log. (#4508 , #4530 )
22
+
23
+ ### Changed
24
+ * Better memfd-bind documentation. (#4530 )
25
+ * CI: bump Fedora 40 -> 41. (#4528 )
26
+
9
27
## [ 1.2.1] - 2024-11-01
10
28
11
29
> No existe una escuela que enseñe a vivir.
@@ -921,7 +939,8 @@ implementation (libcontainer) is *not* covered by this policy.
921
939
[ 1.1.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
922
940
923
941
<!-- 1.2.z patch releases -->
924
- [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.1...release-1.2
942
+ [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.2...release-1.2
943
+ [ 1.2.2 ] : https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.2
925
944
[ 1.2.1 ] : https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1
926
945
[ 1.2.0-rc.3 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
927
946
[ 1.2.0-rc.2 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0-rc.2
0 commit comments