psgo icon indicating copy to clipboard operation
psgo copied to clipboard

build(deps): bump github.com/opencontainers/runc from 1.1.13 to 1.2.6

Open dependabot[bot] opened this issue 7 months ago • 0 comments

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 runc binary distributed with this release are statically linked with the following GNU LGPL-2.1 licensed libraries, with runc acting 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:

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_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)

[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
  • 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)

dependabot[bot] avatar Mar 24 '25 09:03 dependabot[bot]