Bump opencontainers/runc to v1.4.0 #6749
Merged
+1
−1
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.
This PR contains the following updates:
1.3.3->1.4.0Release Notes
opencontainers/runc (opencontainers/runc)
v1.4.0Compare Source
Deprecated
CleanPath,StripRoot,WithProcfd, andWithProcfdFilefromlibcontainer/utils. (#4985)Breaking
pids.limithas been updated to match the newer guidancefrom the OCI runtime specification. In particular, now a maximum limit value
of
0will be treated as an actual limit (due to limitations with systemd,it will be treated the same as a limit value of
1). We only expect usersthat explicitly set
pids.limitto0will see a behaviour change.(opencontainers/cgroups#48, #4949)
Fixed
(opencontainers/cgroups#45)
cpuacct.usage_allresilience when parsing data frompatched kernels (such as the Tencent kernels). (opencontainers/cgroups#46,
opencontainers/cgroups#50)
prepareCgroupFDerror. (#4936)tmpfsmount, only set themode=argument if the targetpath already existed. This fixes a regression introduced in our
CVE-2025-52881 mitigation patches. (#4971, #4976)
comprehensively as possible. (#5007, #5021, #5034)
mitigation have been made more generic and now apply to all of our
pathrshelper functions, which should ensure we will not regress dangling symlink
users. (#4985)
Changed
(*CPUSet).Fill. (#4927)v1.3.4Compare Source
Fixed
tmpfsmount, only set themode=argument if thetarget path already existed. This fixes a regression introduced in our
CVE-2025-52881 mitigation patches. (#4971, #4976)
comprehensively as possible. (#5007, #5021, #5034)
Changed
github.com/cyphar/filepath-securejoindependency tov0.5.2,which should make it easier for some downstreams to import
runcwithoutpulling in too many extra packages. (#5028)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.