Skip to content

Commit 9c8b736

Browse files
committed
version 3.8.3
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 90c0772 commit 9c8b736

2 files changed

Lines changed: 63 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
stratis-cli 3.8.3
2+
=================
3+
Required stratisd version: 3.8.2
4+
5+
Recommended development environment: Fedora 41
6+
7+
- man: Add token slot related information to man pages:
8+
https://github.com/stratis-storage/stratis-cli/pull/1203
9+
10+
- Improve get_errors method:
11+
https://github.com/stratis-storage/stratis-cli/pull/1214
12+
https://github.com/stratis-storage/stratis-cli/pull/1213
13+
14+
- Add SizeTriple class; remove size_triple function:
15+
https://github.com/stratis-storage/stratis-cli/pull/1229
16+
17+
- Distinguish between different NoReply stack traces:
18+
https://github.com/stratis-storage/stratis-cli/pull/1219
19+
20+
- Increase lowest supported Python version to 3.12:
21+
https://github.com/stratis-storage/stratis-cli/pull/1199
22+
23+
- Tidies and Maintenance:
24+
https://github.com/stratis-storage/stratis-cli/pull/1232
25+
https://github.com/stratis-storage/stratis-cli/pull/1231
26+
https://github.com/stratis-storage/stratis-cli/pull/1230
27+
https://github.com/stratis-storage/stratis-cli/pull/1228
28+
https://github.com/stratis-storage/stratis-cli/pull/1227
29+
https://github.com/stratis-storage/stratis-cli/pull/1226
30+
https://github.com/stratis-storage/stratis-cli/pull/1224
31+
https://github.com/stratis-storage/stratis-cli/pull/1221
32+
https://github.com/stratis-storage/stratis-cli/pull/1220
33+
https://github.com/stratis-storage/stratis-cli/pull/1218
34+
https://github.com/stratis-storage/stratis-cli/pull/1217
35+
https://github.com/stratis-storage/stratis-cli/pull/1216
36+
https://github.com/stratis-storage/stratis-cli/pull/1215
37+
https://github.com/stratis-storage/stratis-cli/pull/1212
38+
https://github.com/stratis-storage/stratis-cli/pull/1211
39+
https://github.com/stratis-storage/stratis-cli/pull/1210
40+
https://github.com/stratis-storage/stratis-cli/pull/1206
41+
https://github.com/stratis-storage/stratis-cli/pull/1205
42+
https://github.com/stratis-storage/stratis-cli/pull/1204
43+
https://github.com/stratis-storage/stratis-cli/pull/1202
44+
https://github.com/stratis-storage/stratis-cli/pull/1198
45+
https://github.com/stratis-storage/stratis-cli/pull/1197
46+
https://github.com/stratis-storage/stratis-cli/pull/1196
47+
https://github.com/stratis-storage/stratis-cli/pull/1195
48+
https://github.com/stratis-storage/stratis-cli/pull/1194
49+
https://github.com/stratis-storage/stratis-cli/pull/1193
50+
https://github.com/stratis-storage/stratis-cli/pull/1192
51+
https://github.com/stratis-storage/stratis-cli/pull/1190
52+
https://github.com/stratis-storage/stratis-cli/pull/1189
53+
https://github.com/stratis-storage/stratis-cli/pull/1188
54+
https://github.com/stratis-storage/stratis-cli/pull/1187
55+
https://github.com/stratis-storage/stratis-cli/pull/1167
56+
https://github.com/stratis-storage/stratis-cli/pull/1162
57+
58+
159
stratis-cli 3.8.2
260
=================
361
Required stratisd version: 3.8.2
@@ -12,6 +70,10 @@ Lowest supported Python interpreter: 3.9
1270
https://github.com/stratis-storage/stratis-cli/pull/1174
1371
https://github.com/stratis-storage/stratis-cli/pull/1172
1472

73+
- Catch error in case journal-size value is too large:
74+
https://github.com/stratis-storage/stratis-cli/issues/1178
75+
https://github.com/stratis-storage/stratis-cli/pull/1180
76+
1577
- Revert "Remove "pool encryption" subcommand":
1678
https://github.com/stratis-storage/stratis-cli/pull/1161
1779

src/stratis_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.. moduleauthor:: mulhern <amulhern@redhat.com>
1818
"""
1919

20-
__version_info__ = (3, 8, 2)
20+
__version_info__ = (3, 8, 3)
2121
__version__ = ".".join(str(x) for x in __version_info__)

0 commit comments

Comments
 (0)