-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Release v1.2.3 #4552
Release v1.2.3 #4552
Conversation
Signed-off-by: lifubang <[email protected]>
Signed-off-by: lifubang <[email protected]>
5b8abe0
to
b01ffa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely not for this PR, but these ticket / PR numbers only link when viewed on github and inside this repository. If we want them to be functional as part of the downloaded source / module, we should perhaps bit the bullet once, and update them to be proper links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ll update later, let’s do it from this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[1.2.3] - 2024-12-12
Fixed
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. (Starting parallel containers with same mounts can cause an error #4543, [1.2] deps: update to github.com/cyphar/[email protected] #4550)
Cilium's eBPF library version to 0.16 in runc. ("failed to call BPF_PROG_ATTACH (BPF_CGROUP_DEVICE, BPF_F_ALLOW_MULTI): can't attach program: invalid argument: unknown" (master, kernel 5.4, cgroup2) #3008, [1.2] cgroups: ebpf: use link.Anchor to check for BPF_F_REPLACE support #4551)