Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Updates the requirements on rtnetlink to permit the latest version.

Release notes

Sourced from rtnetlink's releases.

New release 0.14.0

Breaking changes

  • Many VxlanAddRequest functions changed from u8 to bool. (ba4825a)
  • Deprecated LinkSetRequest::master() in the favor of LinkSetRequest::controller(). (ba4825a)
  • Deprecated LinkSetRequest::nomaster() in the favor of LinkSetRequest::nocontroller(). (ba4825a)
  • Many NeighbourAddRequest functions changed from u8/u16 to enum. (ba4825a)
  • Many TrafficFilterNewRequest functions changed from u8/u16 to enum. (ba4825a)

New features

  • Rule: function to set fw_mark when adding rule. (dabef43)

Bug fixes

  • N/A
Changelog

Sourced from rtnetlink's changelog.

[0.14.0] - 2023-12-05

Breaking changes

  • Many VxlanAddRequest functions changed from u8 to bool. (ba4825a)
  • Deprecated LinkSetRequest::master() in the favor of LinkSetRequest::controller(). (ba4825a)
  • Deprecated LinkSetRequest::nomaster() in the favor of LinkSetRequest::nocontroller(). (ba4825a)
  • Many NeighbourAddRequest functions changed from u8/u16 to enum. (ba4825a)
  • Many TrafficFilterNewRequest functions changed from u8/u16 to enum. (ba4825a)

New features

  • Rule: function to set fw_mark when adding rule. (dabef43)

Bug fixes

  • N/A

[0.13.1] - 2023-07-18

Breaking changes

  • Deprecated BondAddRequest::active_slave() in the favor of BondAddRequest::active_port(). (9b67c97, bf6dbf0)
  • Deprecated BondAddRequest::all_slaves_active() in the favor of BondAddRequest::all_ports_active(). (9b67c97, bf6dbf0)

New features

  • Support bond port setting. (7afe563)
  • Support VLAN QOS setting. (78a58db)

Bug fixes

  • N/A

[0.13.0] - 2023-07-10

Breaking changes

  • TrafficFilterNewRequest::u32() changed to return Result. (b7f8c73)
  • TrafficFilterNewRequest::redirect() changed to return Result`. (b7f8c73)
  • Deprecated RouteAddRequest::table in the favor of RouteAddRequest::table_id in order to support table ID bigger than 255. (0a8eddd)

New features

  • Support route table ID bigger than 255. (0a8eddd)
  • Support creating xfrm tunnel. (5252908)

Bug fixes

  • Removed assers. (e6bcf3e)

[0.12.0] - 2023-01-29

Breaking changes

  • Removed these reexports. (2d58a54)
    • rtnetlink::packet

... (truncated)

Commits
  • e31996a New release 0.14.0
  • ba4825a Use netlink-packet-route 0.18.0
  • dabef43 Rule: function to set fw_mark when adding rule
  • 454fc58 Specify rust-version in manifest
  • 0458e60 feat: update to nix 0.27.1
  • 5e5c688 New release 0.13.1
  • bf6dbf0 bond: Add back removed function and marked as deprecated
  • 78a58db Add optional VLAN QOS specification
  • 7afe563 Support setting the bond port settings of the device
  • 9b67c97 inclusive language: Use port instead of slave
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rtnetlink](https://github.com/rust-netlink/rtnetlink) to permit the latest version.
- [Release notes](https://github.com/rust-netlink/rtnetlink/releases)
- [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG)
- [Commits](rust-netlink/rtnetlink@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: rtnetlink
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
@ewpratten
Copy link
Owner

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #25.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rtnetlink-0.14.0 branch February 12, 2024 16:12
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.

2 participants