Skip to content

Commit a2f2cf3

Browse files
committed
CHANGELOG: add note about cpu shares changes
This was a notable change in v1.4.0-rc.1 but this was not sufficiently well-signposted in our changelog. Signed-off-by: Aleksa Sarai <[email protected]>
1 parent b8f6fdb commit a2f2cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This version of runc requires Go 1.24 to build.
7070
previously result in spurious errors. (#4735)
7171
* CI: skip bpf tests on misbehaving udev systems. (#4825)
7272

73-
### Changes
73+
### Changed
7474
* Use Go's built-in `pidfd_send_signal(2)` support when available. (#4666)
7575
* Make `state.json` 25% smaller. (#4685)
7676
* Migrate to Go 1.22+ features. (#4687, #4703)
@@ -85,6 +85,8 @@ This version of runc requires Go 1.24 to build.
8585
versions). (#4817)
8686
* Simplify the prepareCriuRestoreMounts logic for checkpoint-restore.
8787
(#4765)
88+
* The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is
89+
improved to better fit default v1 and v2 values. (#4772, #4785)
8890
* Bump minimum Go version to 1.24. (#4851)
8991
* CI: migrate virtualised Fedora tests from Vagrant + Cirrus to Lima + GHA. We
9092
still use Cirrus for the AlmaLinux tests, since they can be run without

0 commit comments

Comments
 (0)