@@ -6,11 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased 1.3.z]
8
8
9
+ ## [ 1.3.1] - 2025-09-05
10
+
11
+ > この瓦礫の山でよぉ
12
+
9
13
### Fixed
10
14
* Container processes will no longer inherit the CPU affinity of runc by
11
15
default. Instead, the default CPU affinity of container processes will be
12
16
the largest set of CPUs permitted by the container's cpuset cgroup and any
13
17
other system restrictions (such as isolated CPUs). (#4041 , #4815 , #4858 )
18
+ * Setting ` linux.rootfsPropagation ` to ` shared ` or ` unbindable ` now functions
19
+ properly. (#1755 , #1815 , #4724 , #4789 )
20
+ * Close seccomp agent connection to prevent resource leaks. (#4796 , #4799 )
21
+ * ` runc delete ` and ` runc stop ` can now correctly handle cases where `runc
22
+ create` was killed during setup. Previously it was possible for the
23
+ container to be in such a state that neither ` runc stop ` nor ` runc delete `
24
+ would be unable to kill or delete the container. (#4534 , #4645 , #4757 ,
25
+ #4793 )
26
+ * ` runc update ` will no longer clear intelRdt state information. (#4828 ,
27
+ #4833 )
28
+ * CI: Fix exclusion rules and allow us to run jobs manually. (#4760 , #4763 )
29
+
30
+ ### Changed
31
+ * Improvements to the deprecation warnings as part of the
32
+ ` github.com/opencontainers/cgroups ` split. (#4784 , #4788 )
33
+ * Ignore the dmem controller in our cgroup tests, as systemd does not yet
34
+ support it. (#4806 , #4811 )
35
+ * ` /proc/net/dev ` is no longer included in the permitted procfs overmount
36
+ list. Its inclusion was almost certainly an error, and because ` /proc/net `
37
+ is a symlink to ` /proc/self/net ` , overmounting this was almost certainly
38
+ never useful (and will be blocked by future kernel versions). (#4817 , #4820 )
39
+ * Simplify the ` prepareCriuRestoreMounts ` logic for checkpoint-restore.
40
+ (#4765 , #4871 )
41
+ * CI: Bump ` golangci-lint ` to v2.1. (#4747 , #4754 )
42
+ * CI: Switch to GitHub-hosted ARM runners. Thanks again to @alexellis for
43
+ supporting runc's ARM CI up until now. (#4844 , #4856 , #4866 )
14
44
15
45
## [ 1.3.0] - 2025-04-30
16
46
@@ -1089,6 +1119,7 @@ implementation (libcontainer) is *not* covered by this policy.
1089
1119
1090
1120
<!-- minor releases -->
1091
1121
[ Unreleased ] : https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...HEAD
1122
+ [ 1.3.0 ] : https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...v1.3.0
1092
1123
[ 1.2.0 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
1093
1124
[ 1.1.0 ] : https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
1094
1125
[ 1.0.0 ] : https://github.com/opencontainers/runc/releases/tag/v1.0.0
@@ -1131,7 +1162,7 @@ implementation (libcontainer) is *not* covered by this policy.
1131
1162
[ 1.2.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
1132
1163
1133
1164
<!-- 1.3.z patch releases -->
1134
- [ Unreleased 1.3.z ] : https://github.com/opencontainers/runc/compare/v1.3.0 ...release-1.3
1135
- [ 1.3.0 ] : https://github.com/opencontainers/runc/compare/v1.3.0-rc.2... v1.3.0
1165
+ [ Unreleased 1.3.z ] : https://github.com/opencontainers/runc/compare/v1.3.1 ...release-1.3
1166
+ [ 1.3.1 ] : https://github.com/opencontainers/runc/compare/v1.3.0... v1.3.1
1136
1167
[ 1.3.0-rc.2 ] : https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
1137
1168
[ 1.3.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1
0 commit comments