Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps github.com/opencontainers/runc from 1.2.6 to 1.3.0.

Changelog

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

[1.3.0] - 2025-04-30

Mr. President, we must not allow a mine shaft gap!

Fixed

  • Removed preemptive "full access to cgroups" warning when calling runc pause or runc unpause as an unprivileged user without --systemd-cgroups. Now the warning is only emitted if an actual permission error was encountered. (#4709)
  • Several fixes to our CI, mainly related to AlmaLinux and CRIU. (#4670, #4728, #4736)

Changed

  • In runc 1.2, we changed our mount behaviour to correctly handle clearing flags. However, the error messages we returned did not provide as much information to users about what clearing flags were conflicting with locked mount flags. We now provide more diagnostic information if there is an error when in the fallback path to handle locked mount flags. (#4734)
  • Upgrade our CI to use golangci-lint v2.0. (#4692)
  • runc version information is now filled in using //go:embed rather than being set through Makefile. This allows go install or other non-make builds to contain the correct version information. Note that make EXTRA_VERSION=... still works. (#418)
  • Remove exclude directives from our go.mod for broken cilium/ebpf versions. v0.17.3 resolved the issue we had, and exclude directives are incompatible with go install. (#4748)

[1.3.0-rc.2] - 2025-04-10

Eppur si muove.

Fixed

  • Use the container's /etc/passwd to set the HOME env var. After a refactor for 1.3, we were setting it reading the host's /etc/passwd file instead. (#4693, #4688)
  • Override HOME env var if it's set to the empty string. This fixes a regression after the same refactor for 1.3 and aligns the behavior with older versions of runc. (#4711)
  • Add time namespace to container config after checkpoint/restore. CRIU since version 3.14 uses a time namespace for checkpoint/restore, however it was not joining the time namespace in runc. (#4705)

[1.3.0-rc.1] - 2025-03-04

No tengo miedo al invierno, con tu recuerdo lleno de sol.

libcontainer API

  • configs.CommandHook struct has changed, Command is now a pointer. Also, configs.NewCommandHook now accepts a *Command. (#4325)
  • The Process struct has User string field replaced with numeric

... (truncated)

Commits
  • 4ca628d VERSION: release v1.3.0
  • 889b4bd Merge pull request #4749 from rata/release-1.3
  • 60e2125 go.mod: Delete exclude directives
  • 8d2e095 Merge pull request #4744 from kolyshkin/1.3-4718
  • 7031f31 runc: embed version from VERSION file
  • 51b5267 runc --version: use a function
  • 3ffa349 Merge pull request #4745 from lifubang/1.3-golangcilint-2.0
  • 7b2b95d ci: bump to golangci-lint v2.0
  • 6a39b49 libct/intelrdt: fix staticcheck ST1020 warnings
  • 1ceca37 Fix staticcheck ST1020/ST1021 warnings
  • 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 1, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/opencontainers/runc-1.3.0 branch from 6b749ec to b920e72 Compare July 2, 2025 19:58
@einyx einyx force-pushed the main branch 2 times, most recently from 4322f3f to eacc3a4 Compare July 2, 2025 20:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/opencontainers/runc-1.3.0 branch from b920e72 to 960390d Compare July 2, 2025 20:22
Dependabot couldn't find the original pull request head commit, 6b749ec.
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/opencontainers/runc-1.3.0 branch from 960390d to 715a066 Compare July 2, 2025 20:24
@einyx einyx force-pushed the main branch 2 times, most recently from 66f099f to 0483850 Compare July 2, 2025 20:32
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2025

A newer version of github.com/opencontainers/runc exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

2 participants