Conversation
Contributor
Author
ℹ Artifact update noticeFile name: test-app/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a400471 to
df6dfdb
Compare
For some reasons Renovate did not run it. Signed-off-by: Martynas Pumputis <m@lambda.lt>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
brb
approved these changes
Apr 4, 2025
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
6f51ac0->6027e3dv0.17.1->v0.18.0v0.17.3->v0.18.0v1.4.2->v2.0.2v0.14.0->v0.15.0v0.36.0->v0.38.0v0.11.0->v0.12.0b9ca564->44887b2Release Notes
cilium/ebpf (github.com/cilium/ebpf)
v0.18.0Compare Source
Initial Windows Support
This release adds support for eBPF on Windows through the eBPF for Windows runtime. Users must run a recent build of the
mainbranch of eBPF for Windows, version 0.20.0 is not supported.See the documentation and how to contribute to the Windows port.
Supported:
Not supported:
The Windows port is still very new and won't be as performant or stable as the Linux part of the code base. There is also no guarantee of stability at the moment.
Build System Improvements
-verboseflag to bpf2go and gentypes toolsV=environment variableDocumentation
Bugfixes
Breaking Changes
ebpf:
SanitizeNamefunction. Map and program names are now automatically sanitized.What's Changed
binary.Readwithbinary.Decodeinsysenc.Unmarshalby @kolesnikovae in https://github.com/cilium/ebpf/pull/1713New Contributors
Full Changelog: cilium/ebpf@v0.17.3...v0.18.0
v0.17.3Compare Source
Fixes for a data race in
btf.Spec.Copy(thanks @paulcacheux) and a buffer overflow when running 32-bit user space on a 64-bit kernel (thanks @kolyshkin).What's Changed
unix.Auxvby @tklauser in https://github.com/cilium/ebpf/pull/1665parseLineInfoRecordsby @paulcacheux in https://github.com/cilium/ebpf/pull/1657(*mutableTypes).copyby @paulcacheux in https://github.com/cilium/ebpf/pull/1673Full Changelog: cilium/ebpf@v0.17.2...v0.17.3
v0.17.2Compare Source
Another minor release to ship some bug fixes, notably for attaching bpf programs to symbols in kernel modules, and for reusing data sections across multiple Collections.
All users are encouraged to upgrade!
Features
Bug Fixes
Other Changes
flattenInstructionsby @paulcacheux in https://github.com/cilium/ebpf/pull/1647Thanks to all who contributed and reported issues!
Full Changelog: cilium/ebpf@v0.17.1...v0.17.2
jsimonetti/rtnetlink (github.com/jsimonetti/rtnetlink)
v2.0.2Compare Source
The rtnetlink.NetNS implementation had some quirks. This was changed to be more compatible with existing namespace libraries.
Unfortunately this is backwards incompatible, but really belongs to this version.
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.1...v2.0.2
v2.0.1Compare Source
v2.0.0 had wrong module path
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.0...v2.0.1
v2.0.0Compare Source
This release introduces the concept of drivers for use in
rtnetlink.LinkInfowhich is a backwards incompatible change.These drivers allow for setting driver specific link attributes. This means the
LinkInfo.DataandLinkInfo.SlaveDatafields are no longer of type[]byte, but are of typeLinkDriver.At this time, initial drivers are available for Bond, Veth and NetKit.
If you use the byte slices of
LinkInfo.DataandLinkInfo.SlaveDatayou can now use the defaultLinkDatadriver or the appropriate driver (if available in this package). Please consider contributing your driver should you use other types.This release also renames the
Preferedfield of thertnetlink.CacheInfostruct toPreferredto fix a long outstanding typo. This is also backwards incompatible.What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v1.4.2...v2.0.0
Configuration
📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.