suse-edge / nm-configurator

NetworkManager configuration tool
Apache License 2.0
6 stars 3 forks source link

Bump nmstate from 2.2.26 to 2.2.33 #82

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps nmstate from 2.2.26 to 2.2.33.

Release notes

Sourced from nmstate's releases.

New release 2.2.33

Breaking changes

  • N/A

New features

  • Provide permanent-mac-address when querying. (9d0f8c01)
  • Add support of SRIOV drivers-autoprobe (05d6b996)
  • Support DNS modification in kernel mode. (ddb04e8d)
  • Support modification of static route in kernel mode. (4088e470)
  • Add description to top level YAML/JSON API. (bb9981c7)

Bug fixes

  • Fix error when purging DNS with empty server. (0a86028b)
  • Validate interface in desired port list of controller. (18677227)
  • Fix incorrect check on whether vlan-default-pvid changed. (018b91a9)

New release 2.2.32

Breaking changes

  • N/A

New features

  • C/Python binding: tidy up the input network state. (e5ecc3ce)
  • C/Python binding: Add support of NetworkState::gen_diff(). (9b7d882c)
  • rust: Provide async API. (486fab1c)

Bug fixes

  • cli: Replace ctrlc crate with tokio/signal. (c67fc1d8)
  • vlan: Default reorder-headers: true. (a907b00e)
  • ip: Fix routes on empty address. (56d0749e)
  • ovs: Warn user when cannot connect OVS daemon but desired. (ca33ca51)

v2.2.31

Breaking changes

  • N/A

New features

  • IPSec: Add support to leftsubnet property. (d03a52f5)

Bug fixes

  • N/A

New release 2.2.30

Breaking changes

  • N/A

New features

  • Add support to IPSec libreswan rightcert property. (19755bc)

Bug fixes

  • Fix bridge port vlan refreshing if vlan-default-pvid changed. (4cdc816)

... (truncated)

Changelog

Sourced from nmstate's changelog.

[2.2.33] - 2024-06-13

Breaking changes

  • N/A

New features

  • Provide permanent-mac-address when querying. (9d0f8c01)
  • Add support of SRIOV drivers-autoprobe (05d6b996)
  • Support DNS modification in kernel mode. (ddb04e8d)
  • Support modification of static route in kernel mode. (4088e470)
  • Add description to top level YAML/JSON API. (bb9981c7)

Bug fixes

  • Fix error when purging DNS with empty server. (0a86028b)
  • Validate interface in desired port list of controller. (18677227)
  • Fix incorrect check on whether vlan-default-pvid changed. (018b91a9)

[2.2.32] - 2024-05-30

Breaking changes

  • N/A

New features

  • C/Python binding: tidy up the input network state. (e5ecc3ce)
  • C/Python binding: Add support of NetworkState::gen_diff(). (9b7d882c)
  • rust: Provide async API. (486fab1c)

Bug fixes

  • cli: Replace ctrlc crate with tokio/signal. (c67fc1d8)
  • vlan: Default reorder-headers: true. (a907b00e)
  • ip: Fix routes on empty address. (56d0749e)
  • ovs: Warn user when cannot connect OVS daemon but desired. (ca33ca51)

[2.2.31] - 2024-05-09

Breaking changes

  • N/A

New features

  • IPSec: Add support to leftsubnet property. (d03a52f5)

Bug fixes

  • N/A

[2.2.30] - 2024-05-03

Breaking changes

  • N/A

New features

  • Add support to IPSec libreswan rightcert property. (19755bc)

Bug fixes

  • Fix bridge port vlan refreshing if vlan-default-pvid changed. (4cdc816)

... (truncated)

Commits
  • d51f523 New release 2.2.33
  • 070ab0d sriov test: Perform clean up after test finished
  • 9b360d3 sriov: Use drivers-autoprobe: true in example
  • 05d6b99 sriov: add support for autoprobe-drivers
  • 9d0f8c0 base iface: Provide permanent-mac-address when querying
  • ddb04e8 dns: Support DNS modification in kernel mode
  • 4088e47 route: Add support of static route in kernel mode
  • 0a86028 dns: Fix error when purging DNS with empty server
  • 1867722 Validate interface in desired port list of controller
  • af93eee test: Fix incorrect version check on NetworkManager-libreswan
  • Additional commits viewable in compare view


Dependabot compatibility score

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