Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/opencontainers/runc from 1.2.5 to 1.2.6 #1005

Open
wants to merge 1 commit into
base: release-1.17
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2025

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_CLOEXEC with CloseExecFrom failed (#4647).
  • runc now properly handles joining time namespaces (such as with runc exec). Previously we would attempt to set the time offsets when joining, which would fail. (#4635, #4649)
  • Handle EINTR retries correctly for socket-related direct golang.org/x/sys/unix system calls. (#4650)
  • We no longer use F_SEAL_FUTURE_WRITE when 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 Fexecve helper from libcontainer/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
  • e89a299 VERSION: Release 1.2.6
  • b5ec91d Merge pull request #4678 from kolyshkin/1.2-4671
  • b582187 .cirrus.yml: install less dependencies
  • 9d0c86a Merge pull request #4668 from AkihiroSuda/cherrypick-4664-1.2
  • 96f6838 CI: migrate Vagrant + Cirrus to Lima + GHA
  • 4dbf9ac merge #4647 into opencontainers/runc:release-1.2
  • 35d1d6e merge #4649 into opencontainers/runc:release-1.2
  • 58c8c81 merge #4650 into opencontainers/runc:release-1.2
  • 13d44fb Merge pull request #4651 from kolyshkin/1.2-4641
  • e643905 libcontainer: Prevent startup hang when CloseExecFrom errors
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.6/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Issue/PR Pull about a dependency file maintenance Issue/PR to create or address a team project management need labels Mar 23, 2025
Copy link

copy-pr-bot bot commented Mar 23, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue/PR Pull about a dependency file maintenance Issue/PR to create or address a team project management need
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants