Skip to content

Commit

Permalink
Merge pull request #3331 from mulkieran/version-3.5.4
Browse files Browse the repository at this point in the history
Version 3.5.4
  • Loading branch information
mulkieran authored Apr 21, 2023
2 parents 804504a + aa3c708 commit 3b8e7f7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 20 deletions.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
stratisd 3.5.4
==============
Recommended Rust toolchain version: 1.68.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 37

- Remove memory-mapped keyfile workaround:
https://github.com/stratis-storage/stratisd/pull/3265

- On UnlockPool, start the pool directly:
https://github.com/stratis-storage/stratisd/issues/3324
https://github.com/stratis-storage/stratisd/pull/3329

- Increase predicates dependency lower bound to 3.0.0;
https://github.com/stratis-storage/stratisd/issues/3318
https://github.com/stratis-storage/stratisd/pull/3320

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/3330
https://github.com/stratis-storage/stratisd/pull/3322
https://github.com/stratis-storage/stratisd/pull/3321


stratisd 3.5.3
==============
Recommended Rust toolchain version: 1.68.0
Expand Down
44 changes: 25 additions & 19 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
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.5.3"
version = "3.5.4"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2021"
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 3b8e7f7

Please sign in to comment.