Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all go dependencies master (minor) #176

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/cilium/ebpf v0.15.0 -> v0.16.0 age adoption passing confidence require minor
github.com/containerd/errdefs v0.1.0 -> v0.3.0 age adoption passing confidence require minor
github.com/containerd/typeurl/v2 v2.1.1 -> v2.2.1 age adoption passing confidence require minor
github.com/gopacket/gopacket v1.2.0 -> v1.3.0 age adoption passing confidence require minor
github.com/mandiant/GoReSym 534ca84 -> 45d5c9d require digest
golang.org/x/arch v0.10.0 -> v0.11.0 age adoption passing confidence require minor

Release Notes

cilium/ebpf (github.com/cilium/ebpf)

v0.16.0

Compare Source

program: automatic verifier log sizing and ProgramInfo.RecursionMisses()

For the longest time users had to specify ProgramOptions.LogSize to get the
full verifier log for large programs. The library now automatically figures out
the correct buffer size to use and the field is deprecated. It will be removed
in the next version.

ProgramInfo now exposes how often a program didn't execute due to recursion
limits via RecursionMisses.

perf, ringbuf: better control over wakeups, Flush()

There is a trade off between how fast samples are processed and how much CPU is
used. Reading samples as quickly as possible uses more CPU, reading in batches
is cheaper.

It's now possible to configure a "maximum time before a wakeup" by using
Reader.SetDeadline(). This now guarantees that any pending samples are read
at the end of the deadline, even if the Watermark wasn't reached.

It's also possible to manually flush the buffer using Flush().

Bugfixes

  • The various Copy() methods now to a full deep copy and all accept nil values.
  • link: kprobe and uprobe links can now be pinned.

What's Changed

New Contributors

Full Changelog: cilium/ebpf@v0.15.0...v0.16.0

containerd/errdefs (github.com/containerd/errdefs)

v0.3.0

Compare Source

This release splits the errdefs package into the github.com/containerd/errdefs package which only contains error definitions as well as basic functions to check for those definitions and the github.com/containerd/errdefs/pkg package which containers functionality for using the errdefs, such as error serialization and adding more data to errors.

What's Changed

Full Changelog: containerd/errdefs@v0.2.0...v0.3.0

v0.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: containerd/errdefs@v0.1.0...v0.2.0

containerd/typeurl (github.com/containerd/typeurl/v2)

v2.2.1

Compare Source

This release adds a new option to make compiling with gogo protos optional with the no_gogo build tag. Gogo protos are deprecated and will be removed in a future release.

What's Changed

New Contributors

Full Changelog: containerd/typeurl@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: containerd/typeurl@v2.1.1...v2.2.0

gopacket/gopacket (github.com/gopacket/gopacket)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.2.0...v.1.3.0


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate/stop-updating labels Nov 1, 2024
Copy link
Contributor Author

renovate bot commented Nov 1, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/mdlayher/netlink v1.6.0 -> v1.7.2
github.com/mdlayher/socket v0.1.1 -> v0.4.1

@renovate renovate bot force-pushed the renovate/all-go-deps-master branch from 6d06bd8 to 946743c Compare November 1, 2024 12:19
@mozillazg mozillazg changed the title fix(deps): update all go dependencies master (minor) chore(deps): update all go dependencies master (minor) Nov 1, 2024
@mozillazg mozillazg merged commit c0786ec into master Nov 1, 2024
18 checks passed
@mozillazg mozillazg deleted the renovate/all-go-deps-master branch November 1, 2024 13:36
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 renovate/stop-updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant