Update module github.com/opencontainers/runc to v1.3.1 #6372
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:
v1.3.0
->v1.3.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
opencontainers/runc (github.com/opencontainers/runc)
v1.3.1
: runc v1.3.1 -- "この瓦礫の山でよぉ"Compare Source
This is the first patch release of the 1.3.z release series of runc. It
primarily includes some minor fixes for issues found in 1.3.0.
Fixed
default. Instead, the default CPU affinity of container processes will be
the largest set of CPUs permitted by the container's cpuset cgroup and any
other system restrictions (such as isolated CPUs). (#4041, #4815, #4858)
linux.rootfsPropagation
toshared
orunbindable
now functionsproperly. (#1755, #1815, #4724, #4789)
runc delete
andrunc stop
can now correctly handle cases whererunc create
was killed during setup. Previously it was possible for thecontainer to be in such a state that neither
runc stop
norrunc delete
would be unable to kill or delete the container. (#4534, #4645, #4757,
#4788)
runc update
will no longer clear intelRdt state information. (#4828,#4833)
Changed
github.com/opencontainers/cgroups
split. (#4784, #4788)support it. (#4806, #4811)
/proc/net/dev
is no longer included in the permitted procfs overmountlist. Its inclusion was almost certainly an error, and because
/proc/net
is a symlink to
/proc/self/net
, overmounting this was almost certainlynever useful (and will be blocked by future kernel versions). (#4817, #4820)
prepareCriuRestoreMounts
logic for checkpoint-restore.(#4765, #4871)
golangci-lint
to v2.1. (#4747, #4754)supporting runc's ARM CI up until now. (#4844, #4856, #4867)
Static Linking Notices
The
runc
binary distributed with this release are statically linked withthe following GNU LGPL-2.1 licensed libraries, with
runc
actingas a "work that uses the Library":
The versions of these libraries were not modified from their upstream versions,
but in order to comply with the LGPL-2.1 (§6(a)), 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 the LGPL-2.1.
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 [email protected]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.