Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump runc from v1.1.13 to v1.2.3 #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

v1.2.3

Tag: v1.2.3
Published at: 2024-12-11T02:02:41Z
URL: Release v1.2.3

Description:

This is the third patch release of the 1.2.z release branch of runc. It
primarily fixes some minor regressions introduced in 1.2.0.

  • Fixed a regression in use of securejoin.MkdirAll, where multiple
    runc processes racing to create the same mountpoint in a shared rootfs
    would result in spurious EEXIST errors. In particular, this regression
    caused issues with BuildKit. (# 4543, # 4550)
  • Fixed a regression in eBPF support for pre-5.6 kernels after upgrading
    Cilium's eBPF library version to 0.16 in runc. (# 3008, # 4551)

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":

Show more

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 all of the contributors who made this release possible:

Signed-off-by: Aleksa Sarai [email protected]

Commits
  • 0d37cfd VERSION: release v1.2.3
  • a640df5 Merge pull request # 4550 from cyphar/1.2-racing-mkdirall
  • fceb5ef Merge pull request # 4551 from cyphar/1.2-ebf-enotsup
  • 7242ffa [1.2] cgroup: ebpf: make unexpected errors in haveBpfProgReplace louder
  • e26e0fd [1.2] cgroups: ebpf: also check for ebpf.ErrNotSupported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants