dockertest
dockertest copied to clipboard
chore(deps): bump github.com/opencontainers/runc from 1.2.6 to 1.3.0
trafficstars
Bumps github.com/opencontainers/runc from 1.2.6 to 1.3.0.
Changelog
Sourced from github.com/opencontainers/runc's changelog.
Changelog
This file documents all notable changes made to this project since runc 1.0.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.3.0-rc.1] - 2025-03-04
No tengo miedo al invierno, con tu recuerdo lleno de sol.
libcontainer API
configs.CommandHookstruct has changed, Command is now a pointer. Also,configs.NewCommandHooknow accepts a*Command. (#4325)- The
Processstruct hasUserstring field replaced with numericUIDandGIDfields, andAdditionalGroupschanged its type from[]stringto[]int. Essentially, resolution of user and group names to IDs is no longer performed by libcontainer, so if a libcontainer user previously relied on this feature, now they have to convert names to IDs before calling libcontainer; it is recommended to use Go package github.com/moby/sys/user for that. (#3999)- Move libcontainer/cgroups to a separate repository. (#4618)
Fixed
runc exec -pno longer ignores specifiedioPriorityandschedulersettings. Similarly, libcontainer'sContainer.StartandContainer.Runmethods no longer ignoreProcess.IOPriorityandProcess.Schedulersettings. (#4585)- We no longer use
F_SEAL_FUTURE_WRITEwhen sealing the runc binary, as it turns out this had some unfortunate bugs in older kernel versions and was never necessary in the first place. (#4641, #4640)- runc now uses a more flexible method of joining namespaces, which better matches the behaviour of
nsenter(8). This is mainly useful for users that create a container with a runc-managed user namespace but want the container to join some externally-managed namespace as well. (#4492)runcnow properly handles joining time namespaces (such as withrunc exec). Previously we would attempt to set the time offsets when joining, which would fail. (#4635, #4636)- Handle
EINTRretries correctly for socket-related directgolang.org/x/sys/unixsystem calls. (#4637)- Handle
close_range(2)errors more gracefully. (#4596)- Fix a stall issue that would happen if setting
O_CLOEXECwithCloseExecFromfailed (#4599).- Handle errors on older kernels when resetting ambient capabilities more gracefully. (#4597)
Changed
- runc now has an official release policy to help provide more consistency around our release schedules and better define our support policy for old
... (truncated)
Commits
4ca628dVERSION: release v1.3.0889b4bdMerge pull request #4749 from rata/release-1.360e2125go.mod: Delete exclude directives8d2e095Merge pull request #4744 from kolyshkin/1.3-47187031f31runc: embed version from VERSION file51b5267runc --version: use a function3ffa349Merge pull request #4745 from lifubang/1.3-golangcilint-2.07b2b95dci: bump to golangci-lint v2.06a39b49libct/intelrdt: fix staticcheck ST1020 warnings1ceca37Fix staticcheck ST1020/ST1021 warnings- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)