Skip to content

Comments

fix(deps): update all dependencies#542

Merged
jschwinger233 merged 2 commits intomainfrom
renovate/all-dependencies
Apr 16, 2025
Merged

fix(deps): update all dependencies#542
jschwinger233 merged 2 commits intomainfrom
renovate/all-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/jsimonetti/rtnetlink v1.4.2 -> v2.0.3 age adoption passing confidence
golang.org/x/arch v0.15.0 -> v0.16.0 age adoption passing confidence
golang.org/x/net v0.38.0 -> v0.39.0 age adoption passing confidence
golang.org/x/sync v0.12.0 -> v0.13.0 age adoption passing confidence
golang.org/x/sys v0.31.0 -> v0.32.0 age adoption passing confidence

Release Notes

jsimonetti/rtnetlink (github.com/jsimonetti/rtnetlink)

v2.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: jsimonetti/rtnetlink@v2.0.2...v2.0.3

v2.0.2

Compare 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.1

Compare Source

v2.0.0 had wrong module path

What's Changed

Full Changelog: jsimonetti/rtnetlink@v2.0.0...v2.0.1

v2.0.0

Compare Source

This release introduces the concept of drivers for use in rtnetlink.LinkInfo which is a backwards incompatible change.
These drivers allow for setting driver specific link attributes. This means the LinkInfo.Data and LinkInfo.SlaveData fields are no longer of type []byte, but are of type LinkDriver.
At this time, initial drivers are available for Bond, Veth and NetKit.

If you use the byte slices of LinkInfo.Data and LinkInfo.SlaveData you can now use the default LinkData driver or the appropriate driver (if available in this package). Please consider contributing your driver should you use other types.

This release also renames the Prefered field of the rtnetlink.CacheInfo struct to Preferred to 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.


  • 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 requested a review from a team as a code owner April 11, 2025 01:54
@renovate renovate bot requested review from jschwinger233 and removed request for a team April 11, 2025 01:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ff65da8 to a2febe3 Compare April 11, 2025 08:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch from a2febe3 to 4db5db9 Compare April 15, 2025 13:06
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 2025

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0

@renovate
Copy link
Contributor Author

renovate bot commented Apr 16, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@jschwinger233 jschwinger233 merged commit 5d2b8bd into main Apr 16, 2025
8 checks passed
@renovate renovate bot deleted the renovate/all-dependencies branch April 16, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant