From d85dac36d5a57a092c3f1fd960f5c66cc44440ce Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 7 Oct 2024 10:03:29 -0400 Subject: [PATCH 1/2] Re-order changelog entries so '*' entries are first Signed-off-by: mulhern --- CHANGES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3777eea90..747eaa261 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,12 +26,6 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1076 https://github.com/stratis-storage/stratis-cli/pull/1073 -- Implement Clevis-related parser errors as parser errors: - https://github.com/stratis-storage/stratis-cli/pull/1060 - https://github.com/stratis-storage/stratis-cli/pull/1057 - https://github.com/stratis-storage/stratis-cli/pull/1056 - https://github.com/stratis-storage/stratis-cli/pull/1053 - * Sort JSON output from report by default: https://github.com/stratis-storage/stratis-cli/pull/1048 @@ -47,6 +41,12 @@ Lowest supported Python interpreter: 3.9.16 * Refactor filesystem listing code: https://github.com/stratis-storage/stratis-cli/pull/1050 +- Implement Clevis-related parser errors as parser errors: + https://github.com/stratis-storage/stratis-cli/pull/1060 + https://github.com/stratis-storage/stratis-cli/pull/1057 + https://github.com/stratis-storage/stratis-cli/pull/1056 + https://github.com/stratis-storage/stratis-cli/pull/1053 + - Replace use of getpass with custom implementation: https://github.com/stratis-storage/stratis-cli/pull/1068 From 98b6ae7b6ec6e2cff02b873129c7036b36ff6a4e Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 4 Oct 2024 13:35:56 -0400 Subject: [PATCH 2/2] version 3.7.0 Signed-off-by: mulhern --- CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 747eaa261..dd2dcc149 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -stratis-cli 3.7.0 (UNRELEASED) +stratis-cli 3.7.0 ================= Required stratisd version 3.7.0 @@ -10,6 +10,10 @@ Lowest supported Python interpreter: 3.9.16 * Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 +* Add suppport for scheduling snapshot revert and reporting revert status: + https://github.com/stratis-storage/stratis-cli/issues/1085 + https://github.com/stratis-storage/stratis-cli/pull/1100 + * Display snapshot origin in filesystem detail view: https://github.com/stratis-storage/stratis-cli/pull/1045