conmon-rs
conmon-rs copied to clipboard
build(deps): bump github.com/opencontainers/runc from 1.2.5 to 1.2.6
Bumps github.com/opencontainers/runc from 1.2.5 to 1.2.6.
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)
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)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign rphillips for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Superseded by #2549.