Skip to content

chore(deps): bump github.com/opencontainers/runc from 1.4.1 to 1.4.2 in the opencontainers group#4075

Open
dependabot[bot] wants to merge 1 commit intorelease-4.4from
dependabot/go_modules/release-4.4/opencontainers-b0bb72a20d
Open

chore(deps): bump github.com/opencontainers/runc from 1.4.1 to 1.4.2 in the opencontainers group#4075
dependabot[bot] wants to merge 1 commit intorelease-4.4from
dependabot/go_modules/release-4.4/opencontainers-b0bb72a20d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps the opencontainers group with 1 update: github.com/opencontainers/runc.

Updates github.com/opencontainers/runc from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/opencontainers/runc's releases.

runc v1.4.2 -- "Я — Земля! Я своих провожаю питомцев"

This is the second patch release of the 1.4.z release series of runc.

Fixed

  • A regression in runc v1.3.0 which can result in a stuck runc exec or runc run when the container process runs for a short time. (#5208, #5210, #5216)

  • Mount sources that need to be open on the host are now closed earlier during container start, reducing the total amount of used file descriptors and helping to avoid hitting the open files limit when handling many such mounts. (#5177, #5201)

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 for making this release possible:

Signed-off-by: Kir Kolyshkin kolyshkin@gmail.com

Changelog

Sourced from github.com/opencontainers/runc's changelog.

[1.4.2] - 2026-04-02

Я — Земля! Я своих провожаю питомцев.

Fixed

  • A regression in runc v1.3.0 which can result in a stuck runc exec or runc run when the container process runs for a short time. (#5208, #5210, #5216)
  • Mount sources that need to be open on the host are now closed earlier during container start, reducing the total amount of used file descriptors and helping to avoid hitting the open files limit when handling many such mounts. (#5177, #5201)
Commits
  • c241c0b VERSION: release v1.4.2
  • 95f27e8 Merge pull request #5216 from lifubang/backport-5210-1.4
  • 39791ae Fix SIGCHLD race in signal handler setup
  • 226ff03 Merge pull request #5201 from lifubang/backport-5177-1.4
  • 9de77a9 test: check mount source fds are cleaned up with idmapped mounts
  • e4a82fc libct: close mount source fd as soon as possible
  • 87db634 libct: add a nil check for mountError
  • d4305dc Merge pull request #5187 from kolyshkin/1.4-5159
  • 63605fc ci: add conmon tests run
  • 0daa003 Merge pull request #5178 from kolyshkin/1.4-5175
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opencontainers group with 1 update: [github.com/opencontainers/runc](https://github.com/opencontainers/runc).


Updates `github.com/opencontainers/runc` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.4.2/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.4.1...v1.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants