github opencontainers/runc v1.3.2
runc v1.3.2 -- "Ночь, улица, фонарь, аптека..."

6 hours ago

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.1.

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)

Static Linking Notices

The runc binary distributed with this release are statically linked with
the following GNU LGPL-2.1 licensed libraries, with runc acting
as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions,
but in order to comply with the LGPL-2.1 (§6(a)), we have attached the
complete source code for those libraries which (when combined with the attached
runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages
or download them from the authoritative upstream sources, especially since
these libraries are related to the security of your containers.


Thanks to the following contributors who made this release possible:

Signed-off-by: Kir Kolyshkin kolyshkin@gmail.com

Don't miss a new runc release

NewReleases is sending notifications on new releases.