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

build(deps): Bump the netlink group across 1 directory with 2 updates #441

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the netlink group with 2 updates in the / directory: netlink-packet-route and rtnetlink.

Updates netlink-packet-route from 0.19.0 to 0.22.0

Release notes

Sourced from netlink-packet-route's releases.

New release 0.22.0

Breaking changes

  • Changed tc::TcActionMirrorOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed tc::TcActionNatOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed Inet6Stats::out_pkts to Inet6Stats::out_requests. (201d99b)

New features

  • tc: Add support of tunnel key. (f5535f3)
  • tc: Add flower support. (55e4835)
  • ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)

New release 0.21.0

Breaking changes

  • InfoIpVlan::Flags changed from u16 to IpVlanFlags. (321e4d5)
  • AfSpecBridge::Flags changed from u16 to BridgeFlag. (40d090b)
  • InfoBond::ArpValidate changed from u32 to BondArpValidate.(5246712)
  • InfoVxlan::Group changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Group6 changed from Vec<u8> to Ipv6Addr. (538e13b)
  • InfoVxlan::Local changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Local6 changed from Vec<u8> to Ipv6Addr. (538e13b)

New features

  • bridge port: Introduce BridgeFlag, BridgeMode and BridgeVlanTunnelInfo. (40d090b)
  • Add support for geneve links. (7391b19)

Bug fixes

  • Avoid panic in TcU32Selector parsing. (c49e3ac)
  • Avoid panic in RouteNextHopBuffer length checks. (666edbc)
  • Check NLA buffers on creation. (fceb9c2)
  • Check Map buffers on creation. (d53bbad)

New release 0.20.1

Breaking changes

  • N/A

New features

  • Support for tc-actions. (65f699a, 0227234)
  • Support IFLA_VRF_PORT_TABLE attribute. (abfadc1)

Bug fixes

  • N/A

New release 0.20.0

Breaking changes

  • Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00, 386470f, 99bd9d2, 590411d, 6f63c6b)

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.22.0] - 2025-03-17

Breaking changes

  • Changed tc::TcActionMirrorOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed tc::TcActionNatOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed Inet6Stats::out_pkts to Inet6Stats::out_requests. (201d99b)

New features

  • tc: Add support of tunnel key. (f5535f3)
  • tc: Add flower support. (55e4835)
  • ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)

[0.21.0] - 2024-09-12

Breaking changes

  • InfoIpVlan::Flags changed from u16 to IpVlanFlags. (321e4d5)
  • AfSpecBridge::Flags changed from u16 to BridgeFlag. (40d090b)
  • InfoBond::ArpValidate changed from u32 to BondArpValidate.(5246712)
  • InfoVxlan::Group changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Group6 changed from Vec<u8> to Ipv6Addr. (538e13b)
  • InfoVxlan::Local changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Local6 changed from Vec<u8> to Ipv6Addr. (538e13b)

New features

  • bridge port: Introduce BridgeFlag, BridgeMode and BridgeVlanTunnelInfo. (40d090b)
  • Add support for geneve links. (7391b19)

Bug fixes

  • Avoid panic in TcU32Selector parsing. (c49e3ac)
  • Avoid panic in RouteNextHopBuffer length checks. (666edbc)
  • Check NLA buffers on creation. (fceb9c2)
  • Check Map buffers on creation. (d53bbad)

[0.20.1] - 2024-06-29

Breaking changes

  • N/A

New features

  • Support for tc-actions. (65f699a, 0227234)
  • Support IFLA_VRF_PORT_TABLE attribute. (abfadc1)

Bug fixes

  • N/A

[0.20.0] - 2024-01-31

Breaking changes

  • Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00, 386470f, 99bd9d2, 590411d, 6f63c6b)

... (truncated)

Commits
  • 7132a7c New release 0.22.0
  • 8ac7c2a attribute: fix decoding error on empty IFLA_VFINFO_LIST payload
  • 201d99b Add IPSTATS_MIB_REASM_OVERLAPS and IPSTATS_MIB_OUTPKTS
  • b8a59b1 Fix cargo clippy
  • 55e4835 Add tc-flower support.
  • f5535f3 Add tunnel_key action.
  • f3953b8 actions: convert tm from vec to proper kernel struct tcf.
  • 1bab123 New release 0.21.0
  • 8c7f46a automation: Add script for making new release
  • 321e4d5 link: ipvlan: Change flag mode from u16 to bitflag.
  • Additional commits viewable in compare view

Updates rtnetlink from 0.14.1 to 0.16.0

Release notes

Sourced from rtnetlink's releases.

New release 0.16.0

Breaking changes

  • N/A

New features

  • Add support of tc filter del command. (51cfceb)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (581b4ac)

New release 0.15.0

Breaking changes

  • Deprecated LinkAddRequest::xfrmtun() in the favor of LinkAddRequest::xfrmtun_link. (de62338)
  • Changed RouteGetRequest::new() to use RouteMessageBuilder. (9be24c6)
  • Changed LinkAddRequest() and LinkSetRequest to use LinkMessageBuilder. (230a729)

New features

  • Support specifying link when crating xfrm interface. (de62338)
  • Support creating VRF link. (6863102)
  • Introducing RouteAddRequest for building netlink message for adding routes. (b5e0cb6, 24bf04f)
  • Reexport netlink-* packages. (a4d2611)
  • impl Debug, Clone for all requests and handles. (515471f)

Bug fixes

  • N/A
Changelog

Sourced from rtnetlink's changelog.

[0.16.0] - 2025-03-10

Breaking changes

  • N/A

New features

  • Add support of tc filter del command. (51cfceb)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (581b4ac)

[0.15.0] - 2025-03-10

Breaking changes

  • Deprecated LinkAddRequest::xfrmtun() in the favor of LinkAddRequest::xfrmtun_link. (de62338)
  • Changed RouteGetRequest::new() to use RouteMessageBuilder. (9be24c6)
  • Changed LinkAddRequest() and LinkSetRequest to use LinkMessageBuilder. (230a729)

New features

  • Support specifying link when crating xfrm interface. (de62338)
  • Support creating VRF link. (6863102)
  • Introducing RouteAddRequest for building netlink message for adding routes. (b5e0cb6, 24bf04f)
  • Reexport netlink-* packages. (a4d2611)
  • impl Debug, Clone for all requests and handles. (515471f)

Bug fixes

  • N/A
Commits
  • 2423645 New release 0.16.0
  • 987efd7 route: Use netlink-packet-route 0.22.0
  • 51cfceb Impl tc filter del command
  • c32046b New release 0.15.0
  • 515471f impl Debug, Clone for all requests and handles
  • 23ff71e Update dependencies, most notably to netlink-route-packet 0.21
  • 5fca904 CI: Cancel obsolete github CI run
  • 230a729 Introduce LinkMessageBuilder
  • d6e8b4c Clean up public exports
  • 9be24c6 route: Use RouteMessageBuilder for querying route
  • Additional commits viewable 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 17, 2025
Bumps the netlink group with 2 updates in the / directory: [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) and [rtnetlink](https://github.com/rust-netlink/rtnetlink).


Updates `netlink-packet-route` from 0.19.0 to 0.22.0
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.19.0...v0.22.0)

Updates `rtnetlink` from 0.14.1 to 0.16.0
- [Release notes](https://github.com/rust-netlink/rtnetlink/releases)
- [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG)
- [Commits](rust-netlink/rtnetlink@v0.14.1...v0.16.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
- dependency-name: rtnetlink
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-b9ad69d7d9 branch from a38810e to 1eaaf42 Compare March 17, 2025 10:15
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants