Skip to content

Commit

Permalink
Bump nmstate from 2.2.36 to 2.2.38 (#119)
Browse files Browse the repository at this point in the history
* Bump nmstate from 2.2.36 to 2.2.38

Bumps [nmstate](https://github.com/nmstate/nmstate) from 2.2.36 to 2.2.38.
- [Release notes](https://github.com/nmstate/nmstate/releases)
- [Changelog](https://github.com/nmstate/nmstate/blob/base/CHANGELOG)
- [Commits](nmstate/nmstate@v2.2.36...v2.2.38)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix expected autoconnect-slaves values

Signed-off-by: Atanas Dinov <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Atanas Dinov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Atanas Dinov <[email protected]>
  • Loading branch information
dependabot[bot] and atanasdinov authored Nov 12, 2024
1 parent c1e4934 commit 7837c52
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
30 changes: 26 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.20", features = ["cargo"] }
env_logger = "0.11.5"
log = "0.4.22"
network-interface = "2.0.0"
nmstate = { version = "2.2.36", features = ["gen_conf"] }
nmstate = { version = "2.2.38", features = ["gen_conf"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_yaml = "0.9.34"
configparser = "3.1.0"
2 changes: 1 addition & 1 deletion testdata/generate/expected/eth1-port.nmconnection
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[connection]
autoconnect=true
autoconnect-slaves=-1
autoconnect-slaves=1
id=eth1-port
interface-name=eth1
master=br1
Expand Down
2 changes: 1 addition & 1 deletion testdata/generate/expected/ovs0-port.nmconnection
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[connection]
autoconnect=true
autoconnect-slaves=-1
autoconnect-slaves=1
id=ovs0-port
interface-name=ovs0
master=br1
Expand Down

0 comments on commit 7837c52

Please sign in to comment.