psgo
psgo copied to clipboard
build(deps): bump github.com/opencontainers/runc from 1.1.13 to 1.2.6
Bumps github.com/opencontainers/runc from 1.1.13 to 1.2.6.
Release notes
Sourced from github.com/opencontainers/runc's releases.
runc v1.2.5 -- "Мороз и солнце; день чудесный!"
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. (#4568, #4612, #4615)
- Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, to allow projects that vendor runc to bump it as well. (#4608)
- CI: fixed criu-dev compilation. (#4611)
- Dependency golang.org/x/net is updated to 0.33.0. (#4632)
Static Linking Notices
The
runcbinary distributed with this release are statically linked with the following GNU LGPL-2.1 licensed libraries, withruncacting as 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:
- Akihiro Suda [email protected]
- Aleksa Sarai [email protected]
- Brad Davidson [email protected]
- Jian Wen [email protected]
- Kir Kolyshkin [email protected]
- Rodrigo Campos [email protected]
- lifubang [email protected]
Signed-off-by: Aleksa Sarai [email protected]
runc v1.2.4 -- "Христос се роди!"
This is the fourth patch release of the 1.2.z release branch of runc. It includes a fix for a regression introduced in 1.2.0 related to the
... (truncated)
Changelog
Sourced from github.com/opencontainers/runc's changelog.
[1.2.6] - 2025-03-17
Hasta la victoria, siempre.
Fixed
- Fix a stall issue that would happen if setting
O_CLOEXECwithCloseExecFromfailed (#4647).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, #4649)- Handle
EINTRretries correctly for socket-related directgolang.org/x/sys/unixsystem calls. (#4650)- 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. (#4651, #4640)Removed
- Remove
Fexecvehelper fromlibcontainer/system. Runc 1.2.1 removed runc-dmz, but we forgot to remove this helper added only for that. (#4646)Changed
- Use Go 1.23 for official builds, run CI with Go 1.24 and drop Ubuntu 20.04 from CI. We need to drop Ubuntu 20.04 from CI because Github Actions announced it's already deprecated and it will be discontinued soon. (#4648)
[1.2.5] - 2025-02-13
Мороз и солнце; день чудесный!
Fixed
- 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. (#4568, #4612, #4615)
- Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, allowing projects that vendor runc to bump it as well. (#4608)
- CI: fixed criu-dev compilation. (#4611)
Changed
- Dependency golang.org/x/net is updated to 0.33.0. (#4632)
[1.2.4] - 2025-01-07
Христос се роди!
Fixed
Re-add tun/tap devices to built-in allowed devices lists.
In runc 1.2.0 we removed these devices from the default allow-list (which
... (truncated)
Commits
e89a299VERSION: Release 1.2.6b5ec91dMerge pull request #4678 from kolyshkin/1.2-4671b582187.cirrus.yml: install less dependencies9d0c86aMerge pull request #4668 from AkihiroSuda/cherrypick-4664-1.296f6838CI: migrate Vagrant + Cirrus to Lima + GHA4dbf9acmerge #4647 into opencontainers/runc:release-1.235d1d6emerge #4649 into opencontainers/runc:release-1.258c8c81merge #4650 into opencontainers/runc:release-1.213d44fbMerge pull request #4651 from kolyshkin/1.2-4641e643905libcontainer: Prevent startup hang when CloseExecFrom errors- 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)