Skip to content

Commit 799d52d

Browse files
committed
merge #4880 into opencontainers/runc:release-1.3
Aleksa Sarai (2): VERSION: back to development VERSION: release v1.3.1 LGTMs: rata kolyshkin AkihiroSuda
2 parents 21fbc47 + a0dfeeb commit 799d52d

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.3.z]
88

9+
## [1.3.1] - 2025-09-05
10+
11+
> この瓦礫の山でよぉ
12+
913
### Fixed
1014
* Container processes will no longer inherit the CPU affinity of runc by
1115
default. Instead, the default CPU affinity of container processes will be
1216
the largest set of CPUs permitted by the container's cpuset cgroup and any
1317
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)
1444

1545
## [1.3.0] - 2025-04-30
1646

@@ -1089,6 +1119,7 @@ implementation (libcontainer) is *not* covered by this policy.
10891119

10901120
<!-- minor releases -->
10911121
[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
10921123
[1.2.0]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
10931124
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
10941125
[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.
11311162
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
11321163

11331164
<!-- 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
11361167
[1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
11371168
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0+dev
1+
1.3.1+dev

0 commit comments

Comments
 (0)