[release/1.4 backport] vendor: github.com/willf/bitset v1.1.11#4568
Merged
mikebrow merged 1 commit intocontainerd:release/1.4from Sep 16, 2020
Merged
Conversation
The changes needed by opencontainers/selinux are now in a tagged release. This will make our dependency slightly ahead of what's used by opencontainers/selinux until a v1.6.1 is tagged. full diff: bits-and-blooms/bitset@d5bec33...v1.1.11 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit a6fc9ca) Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
Build succeeded.
|
AkihiroSuda
approved these changes
Sep 16, 2020
austinvazquez
added a commit
to austinvazquez/containerd
that referenced
this pull request
Feb 14, 2025
This is the fifth patch release in the 1.2.z series of runc. It primarily fixes an issue caused by an upstream systemd bug. There was a regression in systemd v230 which made the way we define device rule restrictions require a systemctl daemon-reload for our transient units. This caused issues for workloads using NVIDIA GPUs. Workaround the upstream regression by re-arranging how the unit properties are defined. (containerd#4568, containerd#4612, containerd#4615) Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, to allow projects that vendor runc to bump it as well. (containerd#4608) CI: fixed criu-dev compilation. (containerd#4611) Dependency golang.org/x/net is updated to 0.33.0. (containerd#4632) diff: opencontainers/[email protected] Signed-off-by: Austin Vazquez <[email protected]>
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.
backport of #4566
The changes needed by opencontainers/selinux are now in a tagged
release. This will make our dependency slightly ahead of what's
used by opencontainers/selinux until a v1.6.1 is tagged.
full diff: bits-and-blooms/bitset@d5bec33...v1.1.11
Signed-off-by: Sebastiaan van Stijn [email protected]
(cherry picked from commit a6fc9ca)
Signed-off-by: Sebastiaan van Stijn [email protected]