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 netlink-packet-route from 0.19.0 to 0.20.1 in the netlink group #356

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the netlink group with 1 update: netlink-packet-route.

Updates netlink-packet-route from 0.19.0 to 0.20.1

Release notes

Sourced from netlink-packet-route's releases.

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)
  • bond: Convert InfoBond::Mode into an enum. (3e16f9c)
  • ipvlan: Change mode type from u16 to enum. (396d4b0)
  • link: Renamed LinkAttribute::NetnsId to LinkNetNsId. (528905c)
  • mac vlan/vtap: Changed MAC VLAN/VTAP mode from u32 to enum. (b23b165)
  • bridge: Change InfoBridge::VlanFiltering from u8 to bool. (de0f47a)

New features

  • Added InfoData::IpVtap. (a8d125c)
  • impl From<IpAddr> for RouteAddress. (984b358)

Bug fixes

  • link: Check buffer length when parsing NLAs. (a543bb7)
  • link: Expand the buffer before parsing stats data from old kernel. (4d5f819)
Changelog

Sourced from netlink-packet-route's changelog.

[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)
  • bond: Convert InfoBond::Mode into an enum. (3e16f9c)
  • ipvlan: Change mode type from u16 to enum. (396d4b0)
  • link: Renamed LinkAttribute::NetnsId to LinkNetNsId. (528905c)
  • mac vlan/vtap: Changed MAC VLAN/VTAP mode from u32 to enum. (b23b165)
  • bridge: Change InfoBridge::VlanFiltering from u8 to bool. (de0f47a)

New features

  • Added InfoData::IpVtap. (a8d125c)
  • impl From<IpAddr> for RouteAddress. (984b358)

Bug fixes

  • link: Check buffer length when parsing NLAs. (a543bb7)
  • link: Expand the buffer before parsing stats data from old kernel. (4d5f819)
Commits
  • 570c4f2 New release 0.20.1
  • 0227234 Feedback fixups
  • 65f699a Support for tc-actions
  • 064ddc8 Docs for existing tc-actions
  • baed9af add test for link with IFLA_VRF_PORT_TABLE attribute
  • abfadc1 support IFLA_VRF_PORT_TABLE attribute
  • 4d6adfa Remove unused dev-dependency pcap-file
  • d800e8b Change version in Cargo.toml
  • 49001f4 New release 0.20.0
  • 3e16f9c Convert InfoBond::Mode into an enum.
  • Additional commits viewable in compare view

Dependabot compatibility score

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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 1, 2024
@mkroening
Copy link
Member

This depends on a new rtnetlink release containing rust-netlink/rtnetlink@6896bae.

@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch from 585f4ea to e1544ab Compare July 15, 2024 05:44
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch 3 times, most recently from eb05489 to 11bb555 Compare July 29, 2024 08:34
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch 2 times, most recently from 24603a5 to a2c5b2a Compare August 19, 2024 05:20
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch from a2c5b2a to 18bc1d4 Compare August 26, 2024 05:04
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch from 18bc1d4 to 85b7b67 Compare September 2, 2024 05:22
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-bb4e3dfd04 branch from 85b7b67 to 2434b9b Compare September 9, 2024 05:29
Bumps the netlink group with 1 update: [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route).


Updates `netlink-packet-route` from 0.19.0 to 0.20.1
- [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.20.1)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  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-bb4e3dfd04 branch from 2434b9b to 220f949 Compare September 12, 2024 10:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #385.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/netlink-bb4e3dfd04 branch September 16, 2024 05:26
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.

1 participant