Skip to content

Commit

Permalink
build(deps): update module github.com/aquasecurity/libbpfgo to v0.5.0…
Browse files Browse the repository at this point in the history
…-libbpf-1.2 (#2013)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/aquasecurity/libbpfgo](https://togithub.com/aquasecurity/libbpfgo)
| require | minor | `v0.4.9-libbpf-1.2.0.0.20230817212518-21cf435d454e`
-> `v0.5.0-libbpf-1.2` |

---

### Release Notes

<details>
<summary>aquasecurity/libbpfgo
(github.com/aquasecurity/libbpfgo)</summary>

###
[`v0.5.0-libbpf-1.2`](https://togithub.com/aquasecurity/libbpfgo/releases/tag/v0.5.0-libbpf-1.2)

#### What's Changed

- revive: update revive rules by
[@&#8203;rafaeldtinoco](https://togithub.com/rafaeldtinoco) in
[aquasecurity/libbpfgo#333
- Wrap `bpf_prog_attach` and `bpf_prog_detach2` by
[@&#8203;mozillazg](https://togithub.com/mozillazg) in
[aquasecurity/libbpfgo#335
- ci: running tests on multiple go versions by
[@&#8203;mozillazg](https://togithub.com/mozillazg) in
[aquasecurity/libbpfgo#336
- libbpf: bump to v1.2.2 by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#342
- fix: vagrant image install by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#341
- Add SkipMemlockBump to NewModuleArgs by
[@&#8203;bobrik](https://togithub.com/bobrik) in
[aquasecurity/libbpfgo#337
- fix: trim quote characters in osinfo by
[@&#8203;NDStrahilevitz](https://togithub.com/NDStrahilevitz) in
[aquasecurity/libbpfgo#344
- helpers: handle non numeric kernel versions by
[@&#8203;NDStrahilevitz](https://togithub.com/NDStrahilevitz) in
[aquasecurity/libbpfgo#345
- osinfo: add support for rhel by
[@&#8203;NDStrahilevitz](https://togithub.com/NDStrahilevitz) in
[aquasecurity/libbpfgo#347
- osinfo: support additional alma linux id by
[@&#8203;NDStrahilevitz](https://togithub.com/NDStrahilevitz) in
[aquasecurity/libbpfgo#348
- chore: increase timeout for selftests by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#349
- fix(selftest): handle arm64 function names by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#350
- dependabot add by
[@&#8203;gitworkflows](https://togithub.com/gitworkflows) in
[aquasecurity/libbpfgo#351
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#353
- build(deps): bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#352
- chore: minor clang format and tidy adjustments by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#358
- chore: add helpers to dependabot by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#359
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4 in
/helpers by [@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#360
- build(deps): bump golang.org/x/sys from 0.1.0 to 0.11.0 in /helpers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#361
- fix(selftest): kern_version logic by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#362
- fix(selftest): use channel for sync by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#364
- Split BPFMap API into managed and unmanaged by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#356
- fix(map): fix error wrap by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#368
- fix(helpers): lint err regarding return statement by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#369
- chore(github): add workflow test by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#370
- fix: `GetMap()` comment by
[@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#371
- Map of maps by [@&#8203;geyslan](https://togithub.com/geyslan) in
[aquasecurity/libbpfgo#366
- build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 in /helpers
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#375
- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[aquasecurity/libbpfgo#376

#### New Contributors

- [@&#8203;bobrik](https://togithub.com/bobrik) made their first
contribution in
[aquasecurity/libbpfgo#337
- [@&#8203;gitworkflows](https://togithub.com/gitworkflows) made their
first contribution in
[aquasecurity/libbpfgo#351
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[aquasecurity/libbpfgo#353

**Full Changelog**:
aquasecurity/libbpfgo@v0.4.9-libbpf-1.2.0...v0.5.0-libbpf-1.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/parca-dev/parca-agent).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
javierhonduco committed Sep 15, 2023
2 parents 4294a3d + 43d7887 commit 0697952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
buf.build/gen/go/prometheus/prometheus/protocolbuffers/go v1.31.0-20230726221845-41588ce133c8.1
github.com/Masterminds/semver/v3 v3.2.1
github.com/alecthomas/kong v0.8.0
github.com/aquasecurity/libbpfgo v0.4.9-libbpf-1.2.0.0.20230817212518-21cf435d454e
github.com/aquasecurity/libbpfgo v0.5.0-libbpf-1.2
github.com/aquasecurity/libbpfgo/helpers v0.4.5
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cespare/xxhash/v2 v2.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHG
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/arrow/go/v14 v14.0.0-20230911001519-c0c56e8e1440 h1:Ctx38ggk1HaUpi2vSHAO4icUI9p3ZcwrfJYm3XFeYMM=
github.com/apache/arrow/go/v14 v14.0.0-20230911001519-c0c56e8e1440/go.mod h1:QQ18IZU2Y3BFqHtF2HyvrjEEmk8TyzzmXgUVjep3bCw=
github.com/aquasecurity/libbpfgo v0.4.9-libbpf-1.2.0.0.20230817212518-21cf435d454e h1:IwbtZSdyDxqUhIdu7R3OazVr+oHJetwrQzyaVcppFf0=
github.com/aquasecurity/libbpfgo v0.4.9-libbpf-1.2.0.0.20230817212518-21cf435d454e/go.mod h1:0rEApF1YBHGuZ4C8OYI9q5oDBVpgqtRqYATePl9mCDk=
github.com/aquasecurity/libbpfgo v0.5.0-libbpf-1.2 h1:Yywi9wC3GPDOgR8wr6P9geY2qvFqKxH5sctMOssw+MQ=
github.com/aquasecurity/libbpfgo v0.5.0-libbpf-1.2/go.mod h1:0rEApF1YBHGuZ4C8OYI9q5oDBVpgqtRqYATePl9mCDk=
github.com/aquasecurity/libbpfgo/helpers v0.4.5 h1:eCoLclL3yqv4N9jqGL3T/ckrLPms2r13C4V2xtU75yc=
github.com/aquasecurity/libbpfgo/helpers v0.4.5/go.mod h1:j/TQLmsZpOIdF3CnJODzYngG4yu1YoDCoRMELxkQSSA=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down

0 comments on commit 0697952

Please sign in to comment.