Skip to content

Commit

Permalink
Merge pull request #1130 from bgilbert/ignition-spec
Browse files Browse the repository at this point in the history
cargo: require ignition-config 0.3
  • Loading branch information
bgilbert authored Mar 10, 2023
2 parents 90b6775 + 67f5ac7 commit ec30751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ glob = "^0.3"
# disable default-enabled cli in gptman 0.x
gptman = { version = ">= 0.7, < 2", default-features = false }
hex = "^0.4"
ignition-config = ">= 0.2, < 0.4"
ignition-config = ">= 0.3, < 0.4"
lazy_static = "^1.4"
libc = "^0.2"
nix = ">= 0.24, < 0.27"
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Packaging changes:

- Require Rust ≥ 1.66.0
- Require `base64` ≥ 0.21.0
- Require `ignition-config` ≥ 0.3.0
- Require `mbrman` ≥ 0.5.0
- Require `nmstate` ≥ 2.2.3
- Update container to Fedora 37
Expand Down

0 comments on commit ec30751

Please sign in to comment.