From 2f167eae0e990e9d686f443c2ff3cd1a81784fa2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 6 Jan 2023 13:26:50 -0500 Subject: [PATCH] version 3.5.0 Signed-off-by: mulhern --- CHANGES.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0d5c4d440..3f7b02b7b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,31 @@ +stratis-cli 3.5.0 +================= +Required stratisd version: 3.5.0 + +Recommended development environment: Fedora 37 +Lowest supported Python interpreter: 3.9.16 + +- Require stratisd 3.5.0: + https://github.com/stratis-storage/stratis-cli/pull/942 + https://github.com/stratis-storage/stratis-cli/pull/941 + +- Adapt tests for new encrypted cache support in stratisd: + https://github.com/stratis-storage/stratis-cli/pull/944 + +- Adapt source to removal of redundancy parameter from CreatePool: + https://github.com/stratis-storage/stratis-cli/pull/945 + +- Remove use of strict parameter in realpath call: + https://github.com/stratis-storage/stratis-cli/issues/946 + https://github.com/stratis-storage/stratis-cli/pull/947 + +- Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/953 + https://github.com/stratis-storage/stratis-cli/pull/952 + https://github.com/stratis-storage/stratis-cli/pull/951 + https://github.com/stratis-storage/stratis-cli/pull/932 + + stratis-cli 3.4.0 ================= Required stratisd version: 3.4.0