Skip to content

Commit 46bbd71

Browse files
authored
Merge pull request #1134 from mulkieran/version-3.8.0
version 3.8.0
2 parents 2fdbf38 + ee57bb6 commit 46bbd71

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed

CHANGES.txt

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,137 @@
1+
stratis-cli 3.8.0
2+
=================
3+
Required stratisd version: 3.8.0
4+
5+
Recommended development environment: Fedora 40
6+
Lowest supported Python interpreter: 3.9.16
7+
8+
* Indicates new for 3.8.0:
9+
10+
* Update for r8 D-Bus revision:
11+
https://github.com/stratis-storage/stratis-cli/pull/1107
12+
13+
* Adapt to new token-slot using D-Bus API:
14+
https://github.com/stratis-storage/stratis-cli/pull/1133
15+
https://github.com/stratis-storage/stratis-cli/pull/1129
16+
https://github.com/stratis-storage/stratis-cli/pull/1116
17+
18+
* Support integrity options on pool create:
19+
https://github.com/stratis-storage/stratis-cli/pull/1110
20+
21+
* Support v2 metadata changes in display code:
22+
https://github.com/stratis-storage/stratis-cli/pull/1127
23+
https://github.com/stratis-storage/stratis-cli/pull/1125
24+
https://github.com/stratis-storage/stratis-cli/pull/1122
25+
https://github.com/stratis-storage/stratis-cli/pull/1023
26+
27+
* Remove error classes for distinguishing D-Bus properties:
28+
https://github.com/stratis-storage/stratis-cli/issues/1105
29+
https://github.com/stratis-storage/stratis-cli/pull/1106
30+
31+
- Update for r7 D-Bus revision:
32+
https://github.com/stratis-storage/stratis-cli/pull/1035
33+
34+
* man: add more information to schedule-revert entry:
35+
https://github.com/stratis-storage/stratis-cli/issues/1104
36+
https://github.com/stratis-storage/stratis-cli/pull/1108
37+
38+
- Support snapshot revert operations:
39+
https://github.com/stratis-storage/stratis-cli/issues/1085
40+
https://github.com/stratis-storage/stratis-cli/pull/1087
41+
42+
- Display snapshot origin in filesystem detail view:
43+
https://github.com/stratis-storage/stratis-cli/pull/1045
44+
45+
- Support getting Stratis filesystem metadata over the D-Bus:
46+
https://github.com/stratis-storage/stratis-cli/pull/1089
47+
48+
- Support getting Stratis pool-level metadata over the D-Bus:
49+
https://github.com/stratis-storage/stratis-cli/pull/1075
50+
51+
- Extend filesystem listing with a detail view:
52+
https://github.com/stratis-storage/stratis-cli/pull/1051
53+
https://github.com/stratis-storage/stratis-cli/pull/1050
54+
55+
- Sort JSON output from report by default:
56+
https://github.com/stratis-storage/stratis-cli/pull/1048
57+
58+
- Add description of fields in pool detail view:
59+
https://github.com/stratis-storage/stratis-cli/pull/1080
60+
61+
- Add description of fields in filesystem detail view:
62+
https://github.com/stratis-storage/stratis-cli/pull/1097
63+
64+
- Fix help text for the unbind command:
65+
https://github.com/stratis-storage/stratis-cli/pull/1083
66+
67+
* Strip only right-side newlines from password end:
68+
https://github.com/stratis-storage/stratis-cli/pull/1132
69+
70+
- Replace getpass with custom function that uses sys.stdin:
71+
https://github.com/stratis-storage/stratis-cli/pull/1068
72+
73+
- Make parsing errors related to Clevis options actual parser errors:
74+
https://github.com/stratis-storage/stratis-cli/issues/1055
75+
https://github.com/stratis-storage/stratis-cli/pull/1073
76+
https://github.com/stratis-storage/stratis-cli/pull/1060
77+
https://github.com/stratis-storage/stratis-cli/pull/1057
78+
https://github.com/stratis-storage/stratis-cli/pull/1056
79+
https://github.com/stratis-storage/stratis-cli/pull/1053
80+
81+
* Remove "Space Usage:" heading from pool detail view:
82+
https://github.com/stratis-storage/stratis-cli/pull/1120
83+
84+
* Always specify magnitude for Range values on the D-Bus:
85+
https://github.com/stratis-storage/stratis-cli/pull/1111
86+
87+
* Add an option to print the help text for every subcommand:
88+
https://github.com/stratis-storage/stratis-cli/pull/1126
89+
https://github.com/stratis-storage/stratis-cli/pull/1123
90+
91+
- Tidies and Maintenance:
92+
https://github.com/stratis-storage/stratis-cli/pull/1131
93+
https://github.com/stratis-storage/stratis-cli/pull/1130
94+
https://github.com/stratis-storage/stratis-cli/pull/1128
95+
https://github.com/stratis-storage/stratis-cli/pull/1124
96+
https://github.com/stratis-storage/stratis-cli/pull/1117
97+
https://github.com/stratis-storage/stratis-cli/pull/1115
98+
https://github.com/stratis-storage/stratis-cli/pull/1113
99+
https://github.com/stratis-storage/stratis-cli/pull/1112
100+
https://github.com/stratis-storage/stratis-cli/pull/1109
101+
https://github.com/stratis-storage/stratis-cli/pull/1103
102+
https://github.com/stratis-storage/stratis-cli/pull/1096
103+
https://github.com/stratis-storage/stratis-cli/pull/1095
104+
https://github.com/stratis-storage/stratis-cli/pull/1094
105+
https://github.com/stratis-storage/stratis-cli/pull/1093
106+
https://github.com/stratis-storage/stratis-cli/pull/1092
107+
https://github.com/stratis-storage/stratis-cli/pull/1090
108+
https://github.com/stratis-storage/stratis-cli/pull/1088
109+
https://github.com/stratis-storage/stratis-cli/pull/1086
110+
https://github.com/stratis-storage/stratis-cli/pull/1084
111+
https://github.com/stratis-storage/stratis-cli/pull/1079
112+
https://github.com/stratis-storage/stratis-cli/pull/1078
113+
https://github.com/stratis-storage/stratis-cli/pull/1077
114+
https://github.com/stratis-storage/stratis-cli/pull/1076
115+
https://github.com/stratis-storage/stratis-cli/pull/1074
116+
https://github.com/stratis-storage/stratis-cli/pull/1072
117+
https://github.com/stratis-storage/stratis-cli/pull/1070
118+
https://github.com/stratis-storage/stratis-cli/pull/1067
119+
https://github.com/stratis-storage/stratis-cli/pull/1065
120+
https://github.com/stratis-storage/stratis-cli/pull/1064
121+
https://github.com/stratis-storage/stratis-cli/pull/1063
122+
https://github.com/stratis-storage/stratis-cli/pull/1061
123+
https://github.com/stratis-storage/stratis-cli/pull/1059
124+
https://github.com/stratis-storage/stratis-cli/pull/1058
125+
https://github.com/stratis-storage/stratis-cli/pull/1054
126+
https://github.com/stratis-storage/stratis-cli/pull/1052
127+
https://github.com/stratis-storage/stratis-cli/pull/1049
128+
https://github.com/stratis-storage/stratis-cli/pull/1046
129+
https://github.com/stratis-storage/stratis-cli/pull/1043
130+
https://github.com/stratis-storage/stratis-cli/pull/1040
131+
https://github.com/stratis-storage/stratis-cli/pull/1038
132+
https://github.com/stratis-storage/stratis-cli/pull/1036
133+
134+
1135
stratis-cli 3.6.0
2136
=================
3137
Required stratisd version: 3.6.0

0 commit comments

Comments
 (0)