From ebc4fbf1633515d836964534df7fecc3468e6bc6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 7 Apr 2023 10:30:25 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 187e24b3a2d..0d596c6ca4b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,9 +9,19 @@ Recommended development platform for Python development: Fedora 37 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: + https://github.com/stratis-storage/stratisd/pull/3285 + - Ensure that torndown filesystems are not ignored when relevant: https://github.com/stratis-storage/stratisd/pull/3300 +- Increase devicemapper dependency lower bound to 0.33.3: + https://github.com/stratis-storage/stratisd/issues/3301 + https://github.com/stratis-storage/stratisd/pull/3305 + +- Make encryption status calculation include cache devices: + https://github.com/stratis-storage/stratisd/pull/3303 + - 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 @@ -22,6 +32,8 @@ Recommended development platform for Python development: Fedora 37 https://github.com/stratis-storage/stratisd/pull/3289 - Tidies and Maintenance: + https://github.com/stratis-storage/stratisd/pull/3310 + https://github.com/stratis-storage/stratisd/pull/3309 https://github.com/stratis-storage/stratisd/pull/3296 https://github.com/stratis-storage/stratisd/pull/3255 https://github.com/stratis-storage/stratisd/pull/3254