chore(deps): update all go dependencies master (minor) #176
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.15.0
->v0.16.0
v0.1.0
->v0.3.0
v2.1.1
->v2.2.1
v1.2.0
->v1.3.0
534ca84
->45d5c9d
v0.10.0
->v0.11.0
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 thefull 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
Copy()
methods now to a full deep copy and all accept nil values.What's Changed
go
directive to1.21
by @mx-psi in https://github.com/cilium/ebpf/pull/1441New 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 thegithub.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.
This PR was generated by Mend Renovate. View the repository job log.