fix(deps): update all dependencies#542
Merged
jschwinger233 merged 2 commits intomainfrom Apr 16, 2025
Merged
Conversation
ff65da8 to
a2febe3
Compare
a2febe3 to
4db5db9
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: gray <[email protected]>
jschwinger233
approved these changes
Apr 16, 2025
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. |
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:
v1.4.2->v2.0.3v0.15.0->v0.16.0v0.38.0->v0.39.0v0.12.0->v0.13.0v0.31.0->v0.32.0Release Notes
jsimonetti/rtnetlink (github.com/jsimonetti/rtnetlink)
v2.0.3Compare Source
What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v2.0.2...v2.0.3
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.