Skip to content

build(deps): bump nmstate from 2.2.46 to 2.2.48 #1680

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

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 Jul 14, 2025

Bumps nmstate from 2.2.46 to 2.2.48.

Release notes

Sourced from nmstate's releases.

New release 2.2.48

Breaking changes

  • Reverted IP forwarding support, Will add back later. (7d1da41d)

New features

  • N/A

Bug fixes

  • service: Wait on NetworkManager-wait-online.service. (f85f08a9)
  • pci: Fix typo MAC address vs PCI address. (719053da)

New release 2.2.47

Breaking changes

  • Bump minimum supported NetworkManager version 1.46. (92f6f1cf)

New features

  • Support configuring per-device IPv4 sysctl forwarding. (7788e2a0, 76b509b0)
  • Support bond option lacp_active and ns_ip6_target. (5c776ed0)
  • Support route advmss option. (29a1ab8f)
  • Support referring interface via PCI-address. (7e4388c1)

Bug fixes

  • bond: Fix removing mac-restricted bond. (f7c06508)
  • nm: Do not bring up deactivated NmConnection when purging DNS. (0147c8c5)
  • pci: Fix deletion of PCI address identifier config. (a659428f)
  • bond: Fix failure when disable arp_interval. (abfcf81e)
  • ovn: Raise error if OVN map bridge not exist or marked as absent. (77dc729c)
  • interface: Ignore interface with state 'unknown'. (97b98b71)
  • nm dispatch: Fix race when modifying dispatch script. (138aa711)
  • nm ipsec: Wait NmActiveConnection::STATE_ACTIVATED. (84d84b95)
  • bond, ovs: add bond alias for link-aggregation. (925c44dc)
  • bond: add "lacp" alias for 802.3ad. (1cc69ef2)
  • sriov: Do not resolve sriov refer in gen_diff. (67181c7c)
  • cli: Do not fail the apply action on gen_diff error. (4526d5d3)
Changelog

Sourced from nmstate's changelog.

[2.2.48] - 2025-07-11

Breaking changes

  • Reverted IP forwarding support, will add back later. (7d1da41d)

New features

  • N/A

Bug fixes

  • service: Wait on NetworkManager-wait-online.service. (f85f08a9)
  • pci: Fix typo MAC address vs PCI address. (719053da)

[2.2.47] - 2025-07-10

Breaking changes

  • Bump minimum supported NetworkManager version 1.46. (92f6f1cf)

New features

  • Support configuring per-device IPv4 sysctl forwarding. (7788e2a0, 76b509b0)
  • Support bond option lacp_active and ns_ip6_target. (5c776ed0)
  • Support route advmss option. (29a1ab8f)
  • Support referring interface via PCI-address. (7e4388c1)

Bug fixes

  • bond: Fix removing mac-restricted bond. (f7c06508)
  • nm: Do not bring up deactivated NmConnection when purging DNS. (0147c8c5)
  • pci: Fix deletion of PCI address identifier config. (a659428f)
  • bond: Fix failure when disable arp_interval. (abfcf81e)
  • ovn: Raise error if OVN map bridge not exist or marked as absent. (77dc729c)
  • interface: Ignore interface with state 'unknown'. (97b98b71)
  • nm dispatch: Fix race when modifying dispatch script. (138aa711)
  • nm ipsec: Wait NmActiveConnection::STATE_ACTIVATED. (84d84b95)
  • bond, ovs: add bond alias for link-aggregation. (925c44dc)
  • bond: add "lacp" alias for 802.3ad. (1cc69ef2)
  • sriov: Do not resolve sriov refer in gen_diff. (67181c7c)
  • cli: Do not fail the apply action on gen_diff error. (4526d5d3)
Commits
  • 40ab419 New release 2.2.48
  • f85f08a service: Wait on NetworkManager-wait-online.service
  • 7d1da41 Revert "ip: Support configuring per-device IPv4 sysctl forwarding"
  • e930e60 Revert "tests: Exclude unexpected forwarding field in unmanaged dummy IP test"
  • 451e6fc Revert "fixup! ip: Support configuring per-device IPv4 sysctl forwarding"
  • b75c861 Revert "fixup! ip: Support configuring per-device IPv4 sysctl forwarding"
  • 719053d pci: Fix typo MAC address vs PCI address
  • 093ab30 github: Release @​liangwen12year from default code owner
  • 8b91c46 github: Include ihuguet in code owner
  • 13e44aa Bump version to 2.2.48
  • 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)

Bumps [nmstate](https://github.com/nmstate/nmstate) from 2.2.46 to 2.2.48.
- [Release notes](https://github.com/nmstate/nmstate/releases)
- [Changelog](https://github.com/nmstate/nmstate/blob/base/CHANGELOG)
- [Commits](nmstate/nmstate@v2.2.46...v2.2.48)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency An update to a dependency skip-notes This PR does not need release notes labels Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency An update to a dependency skip-notes This PR does not need release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants