suse-edge / nm-configurator

NetworkManager configuration tool
Apache License 2.0
7 stars 4 forks source link

Bump nmstate from 2.2.26 to 2.2.34 #93

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps nmstate from 2.2.26 to 2.2.34.

Release notes

Sourced from nmstate's releases.

New release 2.2.34

Breaking changes

  • Set Minimum Supported Rust Version to 1.66. (ef4a5e58)

New features

  • N/A

Bug fixes

  • ovs bond: Deny unknown fields in ovs bond section. (d8453ea0)
  • vlan: make 'base-iface' optional for the desired state. (bd3cbc82)
  • nm: Increase reapply failure log to info level. (2600188b)
  • mac identifier: Prefer permanent MAC address. (bf4ff6c9)

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)

... (truncated)

Changelog

Sourced from nmstate's changelog.

[2.2.34] - 2024-08-01

Breaking changes

  • Set Minimum Supported Rust Version to 1.66. (ef4a5e58)

New features

  • N/A

Bug fixes

  • ovs bond: Deny unknown fields in ovs bond section. (d8453ea0)
  • vlan: make 'base-iface' optional for the desired state. (bd3cbc82)
  • nm: Increase reapply failure log to info level. (2600188b)
  • mac identifier: Prefer permanent MAC address. (bf4ff6c9)

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

... (truncated)

Commits
  • 84dd568 New release 2.2.34
  • d8453ea ovs bond: Deny unknown fields in ovs bond section
  • 5860ac0 vlan: add integration test for optional base-iface
  • 7e021c1 vlan: add test for optional base-iface and vlan gen_diff
  • bd3cbc8 vlan: make 'base-iface' optional for the desired state
  • 2600188 nm: Increase reapply failure log to info level
  • 5f2c619 CI: Use rust vendoring for rust 1.66 build
  • ef4a5e5 Set Minimum Supported Rust Version to 1.66
  • 53b5220 Fix cargo clippy
  • 537a6bc test: Add --nolog argument to turn off the log collecting
  • 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)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.