Skip to content

build(deps): bump github.com/seccomp/libseccomp-golang from 0.11.1 to 0.12.0 - #5436

Merged
AkihiroSuda merged 2 commits into
mainfrom
dependabot/go_modules/github.com/seccomp/libseccomp-golang-0.12.0
Sep 1, 2026
Merged

build(deps): bump github.com/seccomp/libseccomp-golang from 0.11.1 to 0.12.0#5436
AkihiroSuda merged 2 commits into
mainfrom
dependabot/go_modules/github.com/seccomp/libseccomp-golang-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/seccomp/libseccomp-golang from 0.11.1 to 0.12.0.

Release notes

Sourced from github.com/seccomp/libseccomp-golang's releases.

v0.12.0

This version fixes a multitude of issues when the versions of libseccomp used during the compile and the runt time differ. See #129 for more details.

What's Changed

Full Changelog: seccomp/libseccomp-golang@v0.11.1...v0.12.0

Changelog

Sourced from github.com/seccomp/libseccomp-golang's changelog.

libseccomp-golang: Releases

https://github.com/seccomp/libseccomp-golang

Commits
  • 8c7c487 Merge pull request #129 from kolyshkin/fix-ver-check
  • 2763277 ci: trim the test matrix
  • 7d5f209 ci: test all libseccomp compile/run time version combinations
  • 670d62c ci: build libseccomp once per version, share via artifacts
  • 18a8a8e ci: also test against distro-provided libseccomp
  • 4345c1b Add runtime version guards for 2.6.0 functionality
  • b7fb841 seccomp_test: use checkVersion where appropriate
  • 74e83f2 getAPI: cap API level to the compile-time supported maximum
  • 81358ac Use weak references for libseccomp symbols added after v2.3.1
  • 1cb87bb checkVersion: use compile-time libseccomp version
  • 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 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/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/seccomp/libseccomp-golang/releases)
- [Changelog](https://github.com/seccomp/libseccomp-golang/blob/main/CHANGELOG)
- [Commits](seccomp/libseccomp-golang@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/seccomp/libseccomp-golang
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2026
@kolyshkin

Copy link
Copy Markdown
Contributor

With this in place we don't need a workaround added in #5347. I will amend this PR.

Commit 4d84a34 (PR #5347) added a workaround to ignore EINVAL from
filter.GetWaitKill(), which happens when the run-time libseccomp is
older than the compile-time one and thus does not support the wait-kill
flag.

libseccomp-golang v0.12.0 handles compile-time vs. run-time version
mismatches itself, so the workaround is no longer needed.

Signed-off-by: Kir Kolyshkin <[email protected]>
@kolyshkin

Copy link
Copy Markdown
Contributor

With this in place we don't need a workaround added in #5347. I will amend this PR.

amended.

@AkihiroSuda
AkihiroSuda merged commit 982e5f5 into main Sep 1, 2026
58 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/seccomp/libseccomp-golang-0.12.0 branch September 1, 2026 08:40
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