Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stratis-storage/stratisd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 003aa929e84211a3cc918cf78b912f374d0aea33
Choose a base ref
..
head repository: stratis-storage/stratisd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 76f3df56315dedb0f7746ad2fa7e0d285cd4d363
Choose a head ref
24 changes: 22 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
stratisd 3.5.3 (UNRELEASED)
stratisd 3.5.4 (UNRELEASED)
===========================
Recommended Rust toolchain version: 1.68.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 37

- 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/3322
https://github.com/stratis-storage/stratisd/pull/3321


stratisd 3.5.3
==============
Recommended Rust toolchain version: 1.68.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 37

- Send out D-Bus signals properly when blockdevs are added to pool:
https://github.com/stratis-storage/stratisd/issues/3267
https://github.com/stratis-storage/stratisd/pull/3288

- Rollback devicemapper creation when pool setup fails as well as on stop:
- Roll back devicemapper creation when pool setup fails as well as on stop:
https://github.com/stratis-storage/stratisd/pull/3285

- Ensure that torndown filesystems are not ignored when relevant:
@@ -23,6 +39,10 @@ Recommended development platform for Python development: Fedora 37
- Make encryption status calculation include cache devices:
https://github.com/stratis-storage/stratisd/pull/3303

- Take into account the sector size of crypt devices:
https://github.com/stratis-storage/stratisd/issues/3290
https://github.com/stratis-storage/stratisd/pull/3312

- Increase clap dependency lower bound to 4.1.0;
add testing infrastructure for stratis-min, stratisd-min IPC:
https://github.com/stratis-storage/stratisd/pull/3298
Loading