From b39095da03edbea3f6e67f4bbe24b3b99dfd5821 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 5 Dec 2023 12:50:37 -0500 Subject: [PATCH 01/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d0f82a376..69451e342 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,20 @@ +stratis-cli 3.6.1 (UNRELEASED) +============================== +Required stratisd version: 3.6.0 + +Recommended development environment: Fedora 39 +Lowest supported Python interpreter: 3.9.16 + +- Update for r6 D-Bus revision: + https://github.com/stratis-storage/stratis-cli/pull/1035 + +- Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1043 + https://github.com/stratis-storage/stratis-cli/pull/1040 + https://github.com/stratis-storage/stratis-cli/pull/1038 + https://github.com/stratis-storage/stratis-cli/pull/1036 + + stratis-cli 3.6.0 ================= Required stratisd version: 3.6.0 From 9a05de878aea260548bf47791c284afbf3522c3b Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 18 Dec 2023 21:05:19 -0500 Subject: [PATCH 02/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 69451e342..5aa788742 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1035 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1046 https://github.com/stratis-storage/stratis-cli/pull/1043 https://github.com/stratis-storage/stratis-cli/pull/1040 https://github.com/stratis-storage/stratis-cli/pull/1038 From 1716992cccc0f941d66f9cb6a9ad5f57a8cabfcc Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 18 Dec 2023 21:11:56 -0500 Subject: [PATCH 03/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5aa788742..d6ca85218 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,11 @@ -stratis-cli 3.6.1 (UNRELEASED) +stratis-cli 3.7.0 (UNRELEASED) ============================== Required stratisd version: 3.6.0 Recommended development environment: Fedora 39 Lowest supported Python interpreter: 3.9.16 -- Update for r6 D-Bus revision: +- Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 - Tidies and Maintenance: From 8561ea37e244092fbca819c1675dba0db31087ba Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 16 Jan 2024 19:26:42 -0500 Subject: [PATCH 04/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d6ca85218..d108d7bbe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,14 @@ Lowest supported Python interpreter: 3.9.16 - Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 +- Sort JSON output from report by default: + https://github.com/stratis-storage/stratis-cli/pull/1048 + +- Extend filesystem listing with a detail view: + https://github.com/stratis-storage/stratis-cli/pull/1050 + - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1049 https://github.com/stratis-storage/stratis-cli/pull/1046 https://github.com/stratis-storage/stratis-cli/pull/1043 https://github.com/stratis-storage/stratis-cli/pull/1040 From 5146ebaad456683ab6ee4276eed4e7f9233b6983 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 18 Jan 2024 10:57:10 -0500 Subject: [PATCH 05/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d108d7bbe..23c48bbb3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1050 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1054 + https://github.com/stratis-storage/stratis-cli/pull/1052 https://github.com/stratis-storage/stratis-cli/pull/1049 https://github.com/stratis-storage/stratis-cli/pull/1046 https://github.com/stratis-storage/stratis-cli/pull/1043 From f5ed54b28511d4167869c75867b7e1e3f4ed44e0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 20 Mar 2024 15:59:59 -0400 Subject: [PATCH 06/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 23c48bbb3..0df9f579b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,13 +8,27 @@ Lowest supported Python interpreter: 3.9.16 - Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 -- Sort JSON output from report by default: - https://github.com/stratis-storage/stratis-cli/pull/1048 +- Display snapshot origin in filesystem detail view: + https://github.com/stratis-storage/stratis-cli/pull/1045 - Extend filesystem listing with a detail view: + https://github.com/stratis-storage/stratis-cli/pull/1051 https://github.com/stratis-storage/stratis-cli/pull/1050 +- Sort JSON output from report by default: + https://github.com/stratis-storage/stratis-cli/pull/1048 + +- Make parsing errors related to Clevis options actual parser errors: + https://github.com/stratis-storage/stratis-cli/issues/1055 + 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 + - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1061 + https://github.com/stratis-storage/stratis-cli/pull/1059 + https://github.com/stratis-storage/stratis-cli/pull/1058 https://github.com/stratis-storage/stratis-cli/pull/1054 https://github.com/stratis-storage/stratis-cli/pull/1052 https://github.com/stratis-storage/stratis-cli/pull/1049 From b998a60423a8f87241f7fe63bd4c24e8fd4dfc9e Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 26 Mar 2024 16:58:30 -0400 Subject: [PATCH 07/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0df9f579b..4be56511d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,8 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1053 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1064 + https://github.com/stratis-storage/stratis-cli/pull/1063 https://github.com/stratis-storage/stratis-cli/pull/1061 https://github.com/stratis-storage/stratis-cli/pull/1059 https://github.com/stratis-storage/stratis-cli/pull/1058 From 15b2d73d78f81b1de7db99b669a38d98fd3ac11b Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 8 May 2024 17:30:04 -0400 Subject: [PATCH 08/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4be56511d..0720b4933 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ stratis-cli 3.7.0 (UNRELEASED) ============================== -Required stratisd version: 3.6.0 +Required stratisd version: 3.7.0 -Recommended development environment: Fedora 39 +Recommended development environment: Fedora 40 Lowest supported Python interpreter: 3.9.16 - Update for r7 D-Bus revision: @@ -11,6 +11,9 @@ Lowest supported Python interpreter: 3.9.16 - Display snapshot origin in filesystem detail view: https://github.com/stratis-storage/stratis-cli/pull/1045 +- Support getting Stratis pool-level metadata over the D-Bus: + https://github.com/stratis-storage/stratis-cli/pull/1075 + - Extend filesystem listing with a detail view: https://github.com/stratis-storage/stratis-cli/pull/1051 https://github.com/stratis-storage/stratis-cli/pull/1050 @@ -18,14 +21,27 @@ Lowest supported Python interpreter: 3.9.16 - Sort JSON output from report by default: https://github.com/stratis-storage/stratis-cli/pull/1048 +- Replace getpass with custom function that uses sys.stdin: + https://github.com/stratis-storage/stratis-cli/pull/1068 + - Make parsing errors related to Clevis options actual parser errors: https://github.com/stratis-storage/stratis-cli/issues/1055 + https://github.com/stratis-storage/stratis-cli/pull/1073 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 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1079 + https://github.com/stratis-storage/stratis-cli/pull/1078 + https://github.com/stratis-storage/stratis-cli/pull/1077 + https://github.com/stratis-storage/stratis-cli/pull/1076 + https://github.com/stratis-storage/stratis-cli/pull/1074 + https://github.com/stratis-storage/stratis-cli/pull/1072 + https://github.com/stratis-storage/stratis-cli/pull/1070 + https://github.com/stratis-storage/stratis-cli/pull/1067 + https://github.com/stratis-storage/stratis-cli/pull/1065 https://github.com/stratis-storage/stratis-cli/pull/1064 https://github.com/stratis-storage/stratis-cli/pull/1063 https://github.com/stratis-storage/stratis-cli/pull/1061 From b580ee1a5d98a4f812f6cecc5a6e8f0bea967f0d Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 2 Jul 2024 15:47:56 -0400 Subject: [PATCH 09/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0720b4933..1d146a511 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,12 @@ Lowest supported Python interpreter: 3.9.16 - Sort JSON output from report by default: https://github.com/stratis-storage/stratis-cli/pull/1048 +- Add description of fields in pool detail view: + https://github.com/stratis-storage/stratis-cli/pull/1080 + +- Fix help text for the unbind command: + https://github.com/stratis-storage/stratis-cli/pull/1083 + - Replace getpass with custom function that uses sys.stdin: https://github.com/stratis-storage/stratis-cli/pull/1068 @@ -33,6 +39,7 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1053 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1084 https://github.com/stratis-storage/stratis-cli/pull/1079 https://github.com/stratis-storage/stratis-cli/pull/1078 https://github.com/stratis-storage/stratis-cli/pull/1077 From 036bd60315a845628c1f4afe37a915fb30be9c8d Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 3 Sep 2024 13:56:28 -0400 Subject: [PATCH 10/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 1d146a511..18def832d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,9 +8,15 @@ Lowest supported Python interpreter: 3.9.16 - Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 +- Support v2 metadata changes in display code: + https://github.com/stratis-storage/stratis-cli/pull/1023 + - Display snapshot origin in filesystem detail view: https://github.com/stratis-storage/stratis-cli/pull/1045 +- Support getting Stratis filesystem metadata over the D-Bus: + https://github.com/stratis-storage/stratis-cli/pull/1089 + - Support getting Stratis pool-level metadata over the D-Bus: https://github.com/stratis-storage/stratis-cli/pull/1075 @@ -39,6 +45,12 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1053 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1094 + https://github.com/stratis-storage/stratis-cli/pull/1093 + https://github.com/stratis-storage/stratis-cli/pull/1092 + https://github.com/stratis-storage/stratis-cli/pull/1090 + https://github.com/stratis-storage/stratis-cli/pull/1088 + https://github.com/stratis-storage/stratis-cli/pull/1086 https://github.com/stratis-storage/stratis-cli/pull/1084 https://github.com/stratis-storage/stratis-cli/pull/1079 https://github.com/stratis-storage/stratis-cli/pull/1078 From d4345dae56e7a391781bdbaaf7df2092ed52fadf Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 13 Nov 2024 16:09:02 -0500 Subject: [PATCH 11/11] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 18def832d..d22004655 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,15 +1,28 @@ -stratis-cli 3.7.0 (UNRELEASED) +stratis-cli 3.8.0 (UNRELEASED) ============================== Required stratisd version: 3.7.0 Recommended development environment: Fedora 40 Lowest supported Python interpreter: 3.9.16 +* Indicates new for 3.8.0: + +* Update for r8 D-Bus revision: + https://github.com/stratis-storage/stratis-cli/pull/1107 + +* Support v2 metadata changes in display code: + https://github.com/stratis-storage/stratis-cli/pull/1023 + +* Remove error classes for distinguishing D-Bus properties: + https://github.com/stratis-storage/stratis-cli/issues/1105 + https://github.com/stratis-storage/stratis-cli/pull/1106 + - Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 -- Support v2 metadata changes in display code: - https://github.com/stratis-storage/stratis-cli/pull/1023 +- Support snapshot revert operations: + https://github.com/stratis-storage/stratis-cli/issues/1085 + https://github.com/stratis-storage/stratis-cli/pull/1087 - Display snapshot origin in filesystem detail view: https://github.com/stratis-storage/stratis-cli/pull/1045 @@ -30,6 +43,9 @@ Lowest supported Python interpreter: 3.9.16 - Add description of fields in pool detail view: https://github.com/stratis-storage/stratis-cli/pull/1080 +- Add description of fields in filesystem detail view: + https://github.com/stratis-storage/stratis-cli/pull/1097 + - Fix help text for the unbind command: https://github.com/stratis-storage/stratis-cli/pull/1083 @@ -45,6 +61,9 @@ Lowest supported Python interpreter: 3.9.16 https://github.com/stratis-storage/stratis-cli/pull/1053 - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1103 + https://github.com/stratis-storage/stratis-cli/pull/1096 + https://github.com/stratis-storage/stratis-cli/pull/1095 https://github.com/stratis-storage/stratis-cli/pull/1094 https://github.com/stratis-storage/stratis-cli/pull/1093 https://github.com/stratis-storage/stratis-cli/pull/1092