Skip to content

fix(deps): update module github.com/jsimonetti/rtnetlink to v2#505

Merged
christos68k merged 2 commits intomainfrom
renovate/major-go-dependencies
Jun 5, 2025
Merged

fix(deps): update module github.com/jsimonetti/rtnetlink to v2#505
christos68k merged 2 commits intomainfrom
renovate/major-go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 4, 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

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 - "before 8am every weekday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 the dependencies Pull requests that update a dependency file label Jun 4, 2025
@renovate renovate Bot requested review from a team as code owners June 4, 2025 02:43
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 4, 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.

@florianl
Copy link
Copy Markdown
Member

florianl commented Jun 4, 2025

With 880f732 I have pushed a fix to use the new major version also in the code.

Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
@florianl florianl force-pushed the renovate/major-go-dependencies branch from 880f732 to b955c76 Compare June 4, 2025 06:19
@christos68k christos68k merged commit 7a72782 into main Jun 5, 2025
25 checks passed
@christos68k christos68k deleted the renovate/major-go-dependencies branch June 5, 2025 13:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants