From a2f2cf31f87d17977e5021264d52e97f495e64fb Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 8 Oct 2025 19:06:07 +1100 Subject: [PATCH] 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 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598989fc9..d4f42f18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ This version of runc requires Go 1.24 to build. previously result in spurious errors. (#4735) * CI: skip bpf tests on misbehaving udev systems. (#4825) -### Changes +### Changed * Use Go's built-in `pidfd_send_signal(2)` support when available. (#4666) * Make `state.json` 25% smaller. (#4685) * Migrate to Go 1.22+ features. (#4687, #4703) @@ -85,6 +85,8 @@ This version of runc requires Go 1.24 to build. versions). (#4817) * Simplify the prepareCriuRestoreMounts logic for checkpoint-restore. (#4765) + * The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is + improved to better fit default v1 and v2 values. (#4772, #4785) * Bump minimum Go version to 1.24. (#4851) * CI: migrate virtualised Fedora tests from Vagrant + Cirrus to Lima + GHA. We still use Cirrus for the AlmaLinux tests, since they can be run without