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

Bump nmstate from 2.2.26 to 2.2.34 #93

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 5, 2024
Bumps [nmstate](https://github.com/nmstate/nmstate) from 2.2.26 to 2.2.34.
- [Release notes](https://github.com/nmstate/nmstate/releases)
- [Changelog](https://github.com/nmstate/nmstate/blob/base/CHANGELOG)
- [Commits](nmstate/nmstate@v2.2.26...v2.2.34)

---
updated-dependencies:
- dependency-name: nmstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/nmstate-2.2.34 branch from 7ac7a8a to 5465419 Compare August 12, 2024 06:55
Copy link
Collaborator

@atanasdinov atanasdinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires Cargo.lock update.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

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.

@dependabot dependabot bot deleted the dependabot/cargo/nmstate-2.2.34 branch August 12, 2024 07:06
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