Release v1.2.3#4552
Merged
cyphar merged 2 commits intoopencontainers:release-1.2from Dec 11, 2024
Merged
Conversation
Signed-off-by: lifubang <lifubang@acmcoder.com>
Signed-off-by: lifubang <lifubang@acmcoder.com>
5b8abe0 to
b01ffa0
Compare
thaJeztah
approved these changes
Dec 10, 2024
| 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) |
Member
There was a problem hiding this comment.
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.
Member
Author
There was a problem hiding this comment.
I’ll update later, let’s do it from this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[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/filepath-securejoin@v0.3.5 #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)