Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2025

Bumps github.com/elastic/go-seccomp-bpf from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/elastic/go-seccomp-bpf's releases.

v1.6.0

Changed

  • Updated syscall table based on Linux v6.15. #47
  • Updated Go module version 1.23.0. #50

Fixed

  • Fixed a control flow bug in the filter when multiple syscall groups are defined. #40
Changelog

Sourced from github.com/elastic/go-seccomp-bpf's changelog.

[1.6.0] - 2025-06-20

Changed

  • Updated syscall table based on Linux v6.15. #47
  • Update Go module version 1.23.0. #50

Fixed

  • Fixed a control flow bug in the filter when multiple syscall groups are defined. #40
Commits
  • 9375c0f doc: prepare v1.6.0 release notes (#51)
  • 3ba3079 chore(go.mod): update module go version and deps (#50)
  • 9aaf78a fix(filter.go): continue to next syscall group on no match (#49)
  • 27bc46d chore: update mk_syscalls_linux to v6.15 (#47)
  • 1c626e7 github-action: add catalog-validate for GitHub actions (#44)
  • afc17c9 bk: remove and use gh actions (#46)
  • 1b385f5 github-actions: use them (#45)
  • 2d21a68 chore: update mk_syscalls_linux to v6.14 (#43)
  • aa20a6a Update syscall tables for Linux 6.13 (#41)
  • 52495f0 Update catalog-info file with correct system property (#39)
  • See full diff 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/elastic/go-seccomp-bpf](https://github.com/elastic/go-seccomp-bpf) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/elastic/go-seccomp-bpf/releases)
- [Changelog](https://github.com/elastic/go-seccomp-bpf/blob/main/CHANGELOG.md)
- [Commits](elastic/go-seccomp-bpf@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-seccomp-bpf
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, michel-laterman and swiatekm and removed request for a team June 20, 2025 21:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added automation skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jun 20, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@mergify
Copy link
Contributor

mergify bot commented Jun 20, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label that automatically backports to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@github-actions github-actions bot requested a review from a team as a code owner June 20, 2025 21:37
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

@swiatekm swiatekm merged commit 38f9350 into main Jun 23, 2025
14 checks passed
@swiatekm swiatekm deleted the dependabot/go_modules/github.com/elastic/go-seccomp-bpf-1.6.0 branch June 23, 2025 07:11
@swiatekm swiatekm added the backport-active-all Automated backport with mergify to all the active branches label Jun 23, 2025
v1v added a commit that referenced this pull request Jun 25, 2025
…-hosted

* feature/hosted-stack-using-oblt-cli: (26 commits)
  Use the current official docker image for oblt-cli
  Mark the elasticinframetrics processor as deprecated and schedule for removal (#8659)
  [main][Automation] Update versions (#8668)
  chore: Update create_deployment_csp_configuration.yaml (#8669)
  Attempt to make test more reliable by querying ES directly (#8422)
  [test] split up ess and beats serverless integration tests (#8551)
  Remove resource/k8s processor and use k8sattributes processor for service attributes (#8599)
  fix: use --force-confold for deb tests in TestUpgradeAgentWithTamperProtectedEndpoint_DEB (#8649)
  [main][Automation] Bump stack images versions to 9.1.0-ea0b7542 (#8612)
  chore: Update to elastic/beats@f6594fb72670 (#8640)
  [deb/rpm] restart endpoint with tamper protection after elastic-agent  (#8637)
  ci: don't preinstall fleet packages on retried CI steps (#8636)
  chore: Update to elastic/beats@6b6941eed496 (#8619)
  [main][Automation] Bump VM Image version to 1750467641 (#8617)
  flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM (#8626)
  Add skip-changelog PR label for bump VM PRs (#8627)
  build(deps): bump github.com/elastic/go-seccomp-bpf from 1.5.0 to 1.6.0 (#8611)
  [ci] fix k8s integration tests flakiness (#8575)
  bump apmconfig Otel extension to v0.3.0 (#8600)
  Enhancement/6394 allow deb rpm to upgrade with endpoint tamper protection (#6907)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants