Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rtnetlink requirement from ^0.13.0 to ^0.14.1 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Updates the requirements on rtnetlink to permit the latest version.

Release notes

Sourced from rtnetlink's releases.

New release 0.14.1

[0.14.1] - 2024-02-01

Breaking changes

  • N/A

New features

  • FreeBSD support. (eb04e60)
  • Support specifying MAC address in LinkAddRequest. (d76171c)
  • Support creating wireguard link in LinkAddRequest. (24982ec)
  • Support setting priority in RouteAddRequest. (c840e78)

Bug fixes

  • Fixing docs of AddressGetRequest::set_address_filter. (006a348)
Changelog

Sourced from rtnetlink's changelog.

[0.14.1] - 2024-02-01

Breaking changes

  • N/A

New features

  • FreeBSD support. (eb04e60)
  • Support specifying MAC address in LinkAddRequest. (d76171c)
  • Support creating wireguard link in LinkAddRequest. (24982ec)
  • Support setting priority in RouteAddRequest. (c840e78)

Bug fixes

  • Fixing docs of AddressGetRequest::set_address_filter. (006a348)

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

... (truncated)

Commits
  • 6d77e01 New release 0.14.1
  • 4cbb9be Avoid build failures of unsupported examples on freebsd
  • eb04e60 Do not activate AddressFamily::Bridge on FreeBSD
  • a1b79a1 Do not activate network namespaces and traffic control on FreeBSD.
  • ef48eca Use latest netlink-packet-route 0.19
  • 19e85d3 linkAdd, test: rewrite test to use new methods
  • d76171c linkAdd: support setting hw addr
  • 22f4950 fmt: comply w/ cargo fmt
  • 66ad21a macvlan: unit test
  • ee0a467 macvlan: allow specifying MAC on iface ADD
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.1...v0.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ewpratten as a code owner February 12, 2024 16:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
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.

0 participants