From b745ccb8e4c420d903577789ff796fd2cb1fffb0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 13 Mar 2026 14:46:47 -0400 Subject: [PATCH 1/2] 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 16ff8d1cc5dde69c59f8fce34b2e3c84372ea04f Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 8 Apr 2026 17:47:32 -0400 Subject: [PATCH 2/2] 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