Skip to content
runc v1.3.2 -- "Ночь, улица, фонарь, аптека..."

This is the second patch release of the 1.3.z release series of runc.
It primarily includes some minor fixes for issues found in 1.3.0.

Changed:
 * The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is
   improved to better fit default v1 and v2 values. (#4772, #4785, #4897)
 * Dependency github.com/opencontainers/cgroups updated from v0.0.1 to
   v0.0.4. (#4897)

Fixed:
 * runc state: fix occasional "cgroup.freeze: no such device" error.
   (#4798, #4808, #4897)
 * Fixed integration test failure on ppc64, caused by 64K page size so the
   kernel was rounding memory limit to 64K. (#4841, #4895, #4893)

Thanks to the following contributors who made this release possible:
 * Aleksa Sarai <cyphar@cyphar.com>
 * Jared Ledvina <jared.ledvina@datadoghq.com>
 * Kir Kolyshkin <kolyshkin@gmail.com>
 * Rodrigo Campos <rodrigoca@microsoft.com>