Releases: suse-edge/nm-configurator
Releases · suse-edge/nm-configurator
v0.3.1
What's Changed
- Bump clap from 4.5.4 to 4.5.7 by @dependabot in #83
- Bump log from 0.4.21 to 0.4.22 by @dependabot in #85
- Bump clap from 4.5.7 to 4.5.8 by @dependabot in #84
- Bump serde from 1.0.203 to 1.0.204 by @dependabot in #86
- Bump clap from 4.5.8 to 4.5.9 by @dependabot in #87
- Bump clap from 4.5.9 to 4.5.11 by @dependabot in #90
- Bump env_logger from 0.11.3 to 0.11.5 by @dependabot in #91
- Bump clap from 4.5.11 to 4.5.13 by @dependabot in #92
- Bump clap from 4.5.13 to 4.5.15 by @dependabot in #95
- Bump serde from 1.0.204 to 1.0.206 by @dependabot in #94
- Upgrade nmstate to v2.2.34 by @atanasdinov in #96
- Bump serde from 1.0.206 to 1.0.208 by @dependabot in #97
- Bump clap from 4.5.15 to 4.5.16 by @dependabot in #98
- Bump nmstate from 2.2.34 to 2.2.35 by @dependabot in #99
- Bump serde from 1.0.208 to 1.0.209 by @dependabot in #100
- Bump package version to 0.3.1 by @atanasdinov in #101
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #65
- Bump serde from 1.0.197 to 1.0.198 by @dependabot in #70
- Bump network-interface from 1.1.3 to 1.1.4 by @dependabot in #69
- Bump serde from 1.0.198 to 1.0.199 by @dependabot in #71
- Bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #75
- Bump serde from 1.0.199 to 1.0.201 by @dependabot in #74
- Bump network-interface from 1.1.4 to 2.0.0 by @dependabot in #73
- Bump anyhow from 1.0.83 to 1.0.86 by @dependabot in #76
- Bump serde from 1.0.201 to 1.0.202 by @dependabot in #77
- Bump serde from 1.0.202 to 1.0.203 by @dependabot in #79
- Introduce an unified config option by @atanasdinov in #78
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- Set truncate mode for conn files by @atanasdinov in #59
- Bump network-interface from 1.1.1 to 1.1.2 by @dependabot in #57
- Bump clap from 4.5.3 to 4.5.4 by @dependabot in #58
- Update examples by @atanasdinov in #60
- Bump network-interface from 1.1.2 to 1.1.3 by @dependabot in #61
- Disable wired connections by @atanasdinov in #62
- Reorder wired connections removal by @atanasdinov in #63
- Bump crate version by @atanasdinov in #64
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Bump env_logger from 0.10.2 to 0.11.1 by @dependabot in #32
- Bump clap from 4.4.18 to 4.5.0 by @dependabot in #33
- Bump env_logger from 0.11.1 to 0.11.2 by @dependabot in #36
- Bump clap from 4.5.0 to 4.5.1 by @dependabot in #35
- Bump nmstate from 2.2.23 to 2.2.24 by @dependabot in #34
- Bump serde_yaml from 0.9.31 to 0.9.32 by @dependabot in #39
- Bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #38
- Bump serde from 1.0.196 to 1.0.197 by @dependabot in #41
- Bump nmstate from 2.2.24 to 2.2.25 by @dependabot in #40
- Bump log from 0.4.20 to 0.4.21 by @dependabot in #42
- Bump env_logger from 0.11.2 to 0.11.3 by @dependabot in #44
- Bump clap from 4.5.1 to 4.5.2 by @dependabot in #45
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #43
- Bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #47
- Bump serde_yaml from 0.9.32 to 0.9.33 by @dependabot in #50
- Bump clap from 4.5.2 to 4.5.3 by @dependabot in #49
- Bump nmstate from 2.2.25 to 2.2.26 by @dependabot in #48
- Avoid using VLAN interfaces for physical interface modifications by @atanasdinov in #51
- Bump serde_yaml from 0.9.33 to 0.9.34+deprecated by @dependabot in #54
- Add validation for the generate subcommand by @atanasdinov in #53
- Fix non-Ethernet interface mapping by @atanasdinov in #52
- Bump Rust to v1.74 by @atanasdinov in #56
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix keyfile destination path by @atanasdinov in #21
- Add dependabot config to update dependencies by @dcermak in #22
- Bump actions/checkout from 3 to 4 by @dependabot in #23
- Bump env_logger from 0.10.0 to 0.10.2 by @dependabot in #25
- Bump serde from 1.0.190 to 1.0.195 by @dependabot in #26
- Bump serde_yaml from 0.9.27 to 0.9.30 by @dependabot in #24
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #30
- Bump anyhow from 1.0.75 to 1.0.79 by @dependabot in #29
- Bump clap from 4.4.6 to 4.4.18 by @dependabot in #28
- Bump nmstate to 2.2.23 by @atanasdinov in #31
New Contributors
- @dcermak made their first contribution in #22
- @dependabot made their first contribution in #23
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Generate NM config by @atanasdinov in #5
- Apply NM config by @atanasdinov in #6
- Adjust CI workflows to use the Rust codebase by @atanasdinov in #7
- Drop PoC (Go) implementation by @atanasdinov in #8
- Rename binaries built in CI by @atanasdinov in #12
- Update README by @atanasdinov in #9
- Configure logging levels by @atanasdinov in #15
- Fix generated directories naming by @atanasdinov in #16
- Fix verbose flag parsing by @atanasdinov in #17
- Set hostname when applying network config by @atanasdinov in #18
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial implementation