From 685dee519255d3140266ca44f84080eb85b43ee3 Mon Sep 17 00:00:00 2001 From: mulhern Date: Sep 27 2023 22:14:32 +0000 Subject: Stratis release notes --- diff --git a/modules/release-notes/pages/sysadmin/Storage.adoc b/modules/release-notes/pages/sysadmin/Storage.adoc index 54bd7cf..1c71649 100644 --- a/modules/release-notes/pages/sysadmin/Storage.adoc +++ b/modules/release-notes/pages/sysadmin/Storage.adoc @@ -3,3 +3,36 @@ include::{partialsdir}/entities.adoc[] [[sect-storage]] = Storage + +== Stratis 3.5 +This upgrade includes new releases of stratisd 3.5.9 and stratis-cli 3.5.3. + +These releases include a number of improvements, bug fixes, and housekeeping +changes. The following is a brief summary of the changes. + +stratisd 3.5.9 was released simply in order to avoid an FTBFS due to a bug +fix in its nix dependency which turned out to be API breaking but had been +released with only a patch version bump. + +stratisd 3.5.8 contains principally fixes for managing its D-Bus layer in +unusual circumstances, as when a command is issued to stop a pool, and the pool +is not fully torn down. + +stratisd 3.5.7 increases the libc dependency lower bound. + +stratisd 3.5.6 increases the libcryptsetup-rs dependency lower bound to 0.8.0 +to incorporate a bug fix in libcryptsetup-rs. + +stratisd 3.5.5 adds SPDX format license information. + +stratisd 3.5.4 takes advantage of new releases of Clevis and cryptsetup to +simplify some uses of Clevis commands. + +stratisd 3.5.3 contains a variety of stability improvements and fixes. + +stratis-cli uses a SPDX license format string and fixes a stack trace due to +a ValueError. + +Please see +https://github.com/stratis-storage/stratisd/blob/patch-3.5.4/CHANGES.txt[the stratisd changelog] and +https://github.com/stratis-storage/stratis-cli/blob/patch-3.5.1/CHANGES.txt[the stratis-cli changelog] for further details.