diff --git a/CHANGES.txt b/CHANGES.txt index 26a4c867a5..1076121f45 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,36 @@ +stratisd 3.6.4 +============== +Recommended Rust toolchain version: 1.75.0 +Recommended development platform for Python development: Fedora 39 + +- Cherry-picked commits: + * Update to nix 0.27.1 + * github actions: update FEDORA_RELEASE to F39, F38 + * Parameterize /usr/libexec everywhere + * github actions: update recommended Rust to 1.74.1 + * Increase itertools dependency lower bound to 0.12.0 + * Replace get(0) with first() + * Remove unused imports + * Move initialize_devices import to cfg(test) + * should_wake: replace get(0) with front() + * github actions: update recommended Rust to 1.75.0 + * Fix up prediction tests to match new filesystem interface + * Start running clippy on stratis-dumpmetadata + * Remove unwrap() in stratis-dumpmetadata + * Run thin_check in loud mode + * Do not pass -q option to xfs.mkfs + * Try both Clevis and passphrase in /etc/fstab setup + * Put dump-metadata code in separate file + * Improve dispatch for tools in tools package + * Use loopdev-3 instead of loopdev crate + * Use checkout@v4 + * Fix bug where unencrypted pools can't be started in stratisd-min + * Increase shlex version in Cargo.lock to 1.3.0 + * Fix for githooks + * Increase pretty-hex dependency lower bound to 0.4.1 + * Makefile_dependencies: fix verify-dependency-bounds target + + stratisd 3.6.3 ============== Recommended Rust toolchain version: 1.74.0 diff --git a/Cargo.lock b/Cargo.lock index 943abf9d78..ddca983aa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stratisd" -version = "3.6.3" +version = "3.6.4" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 7ca9295f3f..b39a90d2d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.6.3" +version = "3.6.4" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN