From 0c9b753522e3d33b80b78d722b9ad54bfae73174 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 13 Mar 2026 14:46:47 -0400 Subject: [PATCH 1/3] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index dcb7a56fa..6f55978b2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,55 @@ +stratis-cli 3.9.0 +================= +Required stratisd version: 3.9.0 + +Recommended development environment: Fedora 41 + +- Restore version 9 changes reverted for previous release: + https://github.com/stratis-storage/stratis-cli/pull/1234 + +- Support for zbus refactoring: + https://github.com/stratis-storage/stratis-cli/pull/1264 + https://github.com/stratis-storage/stratis-cli/pull/1253 + https://github.com/stratis-storage/stratis-cli/pull/1252 + https://github.com/stratis-storage/stratis-cli/pull/1240 + https://github.com/stratis-storage/stratis-cli/pull/1239 + +- Increase lowest supported version of Rust to 1.85: + https://github.com/stratis-storage/stratis-cli/pull/1256 + +- Remove tab completion files: + https://github.com/stratis-storage/stratis-cli/pull/1241 + +- Improve error message when pool was not destroyed/created: + https://github.com/stratis-storage/stratis-cli/pull/1254 + +- Add additional type annotations: + https://github.com/stratis-storage/stratis-cli/pull/1268 + https://github.com/stratis-storage/stratis-cli/pull/1267 + https://github.com/stratis-storage/stratis-cli/pull/1265 + +- Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1269 + https://github.com/stratis-storage/stratis-cli/pull/1266 + https://github.com/stratis-storage/stratis-cli/pull/1263 + https://github.com/stratis-storage/stratis-cli/pull/1262 + https://github.com/stratis-storage/stratis-cli/pull/1260 + https://github.com/stratis-storage/stratis-cli/pull/1258 + https://github.com/stratis-storage/stratis-cli/pull/1255 + https://github.com/stratis-storage/stratis-cli/pull/1249 + https://github.com/stratis-storage/stratis-cli/pull/1248 + https://github.com/stratis-storage/stratis-cli/pull/1247 + https://github.com/stratis-storage/stratis-cli/pull/1245 + https://github.com/stratis-storage/stratis-cli/pull/1244 + https://github.com/stratis-storage/stratis-cli/pull/1243 + https://github.com/stratis-storage/stratis-cli/pull/1242 + https://github.com/stratis-storage/stratis-cli/pull/1238 + https://github.com/stratis-storage/stratis-cli/pull/1237 + https://github.com/stratis-storage/stratis-cli/pull/1236 + https://github.com/stratis-storage/stratis-cli/pull/1235 + https://github.com/stratis-storage/stratis-cli/pull/1200 + + stratis-cli 3.8.3 ================= Required stratisd version: 3.8.2 From 95a393b90df4c9533d828ad3219619bd18951d6e Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 8 Apr 2026 17:47:32 -0400 Subject: [PATCH 2/3] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6f55978b2..210cf5f34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,13 @@ Recommended development environment: Fedora 41 - Restore version 9 changes reverted for previous release: https://github.com/stratis-storage/stratis-cli/pull/1234 +- Catch BaseException during password input: + https://github.com/stratis-storage/stratis-cli/pull/1271 + - Support for zbus refactoring: + https://github.com/stratis-storage/stratis-cli/pull/1273 + https://github.com/stratis-storage/stratis-cli/pull/1272 + https://github.com/stratis-storage/stratis-cli/pull/1270 https://github.com/stratis-storage/stratis-cli/pull/1264 https://github.com/stratis-storage/stratis-cli/pull/1253 https://github.com/stratis-storage/stratis-cli/pull/1252 @@ -29,6 +35,8 @@ Recommended development environment: Fedora 41 https://github.com/stratis-storage/stratis-cli/pull/1265 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1276 + https://github.com/stratis-storage/stratis-cli/pull/1274 https://github.com/stratis-storage/stratis-cli/pull/1269 https://github.com/stratis-storage/stratis-cli/pull/1266 https://github.com/stratis-storage/stratis-cli/pull/1263 From fa32874467f8b05765b44b1606b56eef79e7d0e6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 27 Apr 2026 12:41:13 -0400 Subject: [PATCH 3/3] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 210cf5f34..39a302d33 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,10 +7,15 @@ Recommended development environment: Fedora 41 - Restore version 9 changes reverted for previous release: https://github.com/stratis-storage/stratis-cli/pull/1234 +- Support for in-place re-encryption, encryption, decryption: + https://github.com/stratis-storage/stratis-cli/pull/1257 + - Catch BaseException during password input: https://github.com/stratis-storage/stratis-cli/pull/1271 - Support for zbus refactoring: + https://github.com/stratis-storage/stratis-cli/pull/1280 + https://github.com/stratis-storage/stratis-cli/pull/1279 https://github.com/stratis-storage/stratis-cli/pull/1273 https://github.com/stratis-storage/stratis-cli/pull/1272 https://github.com/stratis-storage/stratis-cli/pull/1270 @@ -35,6 +40,8 @@ Recommended development environment: Fedora 41 https://github.com/stratis-storage/stratis-cli/pull/1265 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1278 + https://github.com/stratis-storage/stratis-cli/pull/1277 https://github.com/stratis-storage/stratis-cli/pull/1276 https://github.com/stratis-storage/stratis-cli/pull/1274 https://github.com/stratis-storage/stratis-cli/pull/1269