From d64449902d49c22fc591f268afdbbda78dde6cde Mon Sep 17 00:00:00 2001 From: mulhern Date: Sun, 24 Sep 2023 22:07:07 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index eb85a4b8b0e..fb3e98b1d04 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,6 +32,13 @@ Recommended development platform for Python development: Fedora 38 https://github.com/stratis-storage/stratisd/pull/3375 https://github.com/stratis-storage/stratisd/pull/3373 +- Remove object paths properly when a pool is partially torn down: + https://github.com/stratis-storage/stratisd/issues/3388 + https://github.com/stratis-storage/stratisd/pull/3389 + +- Fix bug in partially unlocked pool setup: + https://github.com/stratis-storage/stratisd/pull/3385 + - Add dummy ipc mechanism, to manage udev event dispatch: https://github.com/stratis-storage/stratisd/issues/3105 https://github.com/stratis-storage/stratisd/pull/3379 @@ -40,11 +47,19 @@ Recommended development platform for Python development: Fedora 38 https://github.com/stratis-storage/stratisd/pull/3347 - Remove dependency on plymouth: + https://github.com/stratis-storage/stratisd/issues/3394 + https://github.com/stratis-storage/stratisd/pull/3433 https://github.com/stratis-storage/stratisd/pull/3337 - Patch Cargo.toml to avoid loopdev FTBFS: https://github.com/stratis-storage/stratisd/pull/3332 +- Increase nix dependency lower bound to 0.26.3: + https://github.com/stratis-storage/stratisd/pull/3425 + +- Increase serde_derive dependency lower bound to 1.0.185: + https://github.com/stratis-storage/stratisd/pull/3427 + - Increase libcryptsetup-rs dependency lower bound to 0.8.0: https://github.com/stratis-storage/stratisd/pull/3359 https://github.com/stratis-storage/stratisd/pull/3354 @@ -54,6 +69,9 @@ Recommended development platform for Python development: Fedora 38 https://github.com/stratis-storage/stratisd/pull/3368 https://github.com/stratis-storage/stratisd/pull/3367 +- Increase itertools dependency lower bound to 0.11.0: + https://github.com/stratis-storage/stratisd/pull/3377 + - Increase rpassword dependency lower bound to 7.2.0: https://github.com/stratis-storage/stratisd/pull/3335 @@ -63,7 +81,52 @@ Recommended development platform for Python development: Fedora 38 - Improve an error message: https://github.com/stratis-storage/stratisd/pull/3365 +- Sort feature_args values alphabetically when writing pool-level metadata: + https://github.com/stratis-storage/stratisd/pull/3440 + +- Release stratisd_proc_macros 0.2.1: + https://github.com/stratis-storage/stratisd/pull/3413 + +- Add --only option to stratis-dumpmetadata: + https://github.com/stratis-storage/stratisd/pull/3434 + +- Rework fstab service ordering: + https://github.com/stratis-storage/stratisd/pull/3436 + - Tidies and Maintenance: + https://github.com/stratis-storage/stratisd/pull/3449 + https://github.com/stratis-storage/stratisd/pull/3448 + https://github.com/stratis-storage/stratisd/pull/3447 + https://github.com/stratis-storage/stratisd/pull/3443 + https://github.com/stratis-storage/stratisd/pull/3435 + https://github.com/stratis-storage/stratisd/pull/3430 + https://github.com/stratis-storage/stratisd/pull/3429 + https://github.com/stratis-storage/stratisd/pull/3422 + https://github.com/stratis-storage/stratisd/pull/3421 + https://github.com/stratis-storage/stratisd/pull/3418 + https://github.com/stratis-storage/stratisd/pull/3416 + https://github.com/stratis-storage/stratisd/pull/3415 + https://github.com/stratis-storage/stratisd/pull/3414 + https://github.com/stratis-storage/stratisd/pull/3412 + https://github.com/stratis-storage/stratisd/pull/3411 + https://github.com/stratis-storage/stratisd/pull/3409 + https://github.com/stratis-storage/stratisd/pull/3408 + https://github.com/stratis-storage/stratisd/pull/3407 + https://github.com/stratis-storage/stratisd/pull/3406 + https://github.com/stratis-storage/stratisd/pull/3405 + https://github.com/stratis-storage/stratisd/pull/3404 + https://github.com/stratis-storage/stratisd/pull/3402 + https://github.com/stratis-storage/stratisd/pull/3401 + https://github.com/stratis-storage/stratisd/pull/3400 + https://github.com/stratis-storage/stratisd/pull/3399 + https://github.com/stratis-storage/stratisd/pull/3398 + https://github.com/stratis-storage/stratisd/pull/3397 + https://github.com/stratis-storage/stratisd/pull/3396 + https://github.com/stratis-storage/stratisd/pull/3391 + https://github.com/stratis-storage/stratisd/pull/3390 + https://github.com/stratis-storage/stratisd/pull/3384 + https://github.com/stratis-storage/stratisd/pull/3382 + https://github.com/stratis-storage/stratisd/pull/3377 https://github.com/stratis-storage/stratisd/pull/3376 https://github.com/stratis-storage/stratisd/pull/3370 https://github.com/stratis-storage/stratisd/pull/3366