chore(deps): update dependency opencontainers/runc to v1.5.1 - #180
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency opencontainers/runc to v1.5.1#180renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/opencontainers-runc-1.x
branch
from
July 14, 2026 01:53
b1d06eb to
f4caf10
Compare
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.
This PR contains the following updates:
1.4.3→1.5.1Release Notes
opencontainers/runc (opencontainers/runc)
v1.5.1: runc v1.5.1 -- "El lujo es vulgaridad, dijo, y me conquistó."Compare Source
This is the first patch release in the 1.5.z release series of runc, and
primarily includes a fix for a serious regression on Ubuntu 20.04
kernels.
Fixed
maskPathsoptimisation added in1.5.0-rc.3 (#5275). On Ubuntu Focal (20.04), attempts to mount
tmpfswiththe
nr_inodes=1option will fail due to a downstream kernel patch(ironically originating from AUFS). We now have a fallback path using
nr_inodes=2instead if the operation fails. (#5348, #5358, #5359)EINVALfor seccompSECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECVwhen trying to rewrite the filter. This appears to only happen if you compile
runc with libseccomp >= 2.6.0 and then run it with an < 2.6.0 libseccomp.
(#5347, #5354)
Static Linking Notices
The
runcbinaries distributed with this release are statically linked withthe following GNU LGPL-2.1 licensed libraries, with
runcactingas a "work that uses the Library":
Similarly, the
runcbinaries distributed with this release are alsostatically linked with the following MPLv2 licensed libraries,
with
runcacting as a "Larger Work":The versions of these libraries were not modified from their upstream versions,
but in order to comply with their corresponding licenses, 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 their respective
licenses.
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 the following contributors who made this release possible:
Signed-off-by: Aleksa Sarai cyphar@cyphar.com
v1.5.0Compare Source
Added
runc versionandrunc featuresnow provide version information aboutlibpathrs (when runc is built with the
libpathrsbuild tag). (#5291, #5328)Fixed
org.opencontainers.runc.versionannotation includedin
runc featurescontained an extraneous\n, possibly causing issues withtools that parse the output. It is now properly stripped. (#5329, #5330,
#5331, #5335)
Changed
libpathrsbuild tag) now depends on libpathrsv0.2.5 or later, and attempting to build with older versions will cause
compilation errors. (#5291, #5328)
~14MB. (#5312, #5326)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.