Skip to content

Commit 864546e

Browse files
committed
Update changelog
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 0acadfa commit 864546e

1 file changed

Lines changed: 72 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
11
stratisd 3.9.0
22
==============
3-
Recommended Rust toolchain version: 1.89.0
3+
Recommended Rust toolchain version: 1.93.0
44
Recommended development platform for Python development: Fedora 41
55

66
* Indicates new for minor version 9
77

8+
* Migrate D-Bus layer from dbus-rs to zbus crate:
9+
https://github.com/stratis-storage/stratisd/issues/2574
10+
https://github.com/stratis-storage/stratisd/issues/3980
11+
https://github.com/stratis-storage/stratisd/pull/3981
12+
https://github.com/stratis-storage/stratisd/pull/3975
13+
https://github.com/stratis-storage/stratisd/pull/3974
14+
https://github.com/stratis-storage/stratisd/pull/3972
15+
https://github.com/stratis-storage/stratisd/pull/3971
16+
https://github.com/stratis-storage/stratisd/pull/3970
17+
https://github.com/stratis-storage/stratisd/pull/3969
18+
https://github.com/stratis-storage/stratisd/pull/3945
19+
820
* Allow starting pool without cache:
921
https://github.com/stratis-storage/stratisd/issues/3796
1022
https://github.com/stratis-storage/stratisd/pull/3864
1123

24+
* Use --auto-repair option when running thin_check:
25+
https://github.com/stratis-storage/stratisd/issues/3963
26+
https://github.com/stratis-storage/stratisd/pull/3965
27+
1228
- Add missing box_variant! macro for PropertiesChangedSignal:
1329
https://github.com/stratis-storage/stratisd/issues/3895
1430
https://github.com/stratis-storage/stratisd/pull/3896
1531

32+
* Use std::sync::LazyLock instead of once_cell::Lazy:
33+
https://github.com/stratis-storage/stratisd/pull/3940
34+
35+
* Increase lowest supported version of Rust to 1.85:
36+
https://github.com/stratis-storage/stratisd/pull/3954
37+
38+
* Increase lowest supported version of Rust to 1.82:
39+
https://github.com/stratis-storage/stratisd/pull/3939
40+
1641
* Derive BDA::clone and simplify error handling:
1742
https://github.com/stratis-storage/stratisd/pull/3885
1843

@@ -26,6 +51,12 @@ Recommended development platform for Python development: Fedora 41
2651
https://github.com/stratis-storage/stratisd/pull/3873
2752
https://github.com/stratis-storage/stratisd/pull/3854
2853

54+
- Remove no longer entailed assertions:
55+
https://github.com/stratis-storage/stratisd/pull/3919
56+
57+
- Sort pools in report by pool UUID:
58+
https://github.com/stratis-storage/stratisd/pull/3914
59+
2960
- Follow the recommmended dracut module ordering for out of tree modules:
3061
https://github.com/stratis-storage/stratisd/pull/3908
3162

@@ -40,16 +71,56 @@ Recommended development platform for Python development: Fedora 41
4071
https://github.com/stratis-storage/stratisd/issues/3904
4172
https://github.com/stratis-storage/stratisd/pull/3905
4273

74+
* Increase rand dependency lower bound to 0.10.0:
75+
https://github.com/stratis-storage/stratisd/pull/3973
76+
77+
* Increase nix dependency lower bound to 0.31.1:
78+
https://github.com/stratis-storage/stratisd/pull/3967
79+
80+
* Increase procfs dependency lower bound to 0.18.0:
81+
https://github.com/stratis-storage/stratisd/pull/3951
82+
83+
* Increase libcryptsetup-rs dependency lower bound to 0.15.0:
84+
https://github.com/stratis-storage/stratisd/pull/3944
85+
4386
* Increase libcryptsetup-rs dependency lower bound to 0.14.0:
4487
https://github.com/stratis-storage/stratisd/pull/3903
4588

89+
- Increase bindgen dependency lower bound to 0.72.0:
90+
https://github.com/stratis-storage/stratisd/pull/3926
91+
92+
- Increase tokio dependency lower bound to 1.45.1:
93+
https://github.com/stratis-storage/stratisd/pull/3915
94+
4695
- Increase nix dependency version lower bound to 0.30.0:
4796
https://github.com/stratis-storage/stratisd/pull/3877
4897

4998
- Update real versions of Stratis dependencies:
5099
https://github.com/stratis-storage/stratisd/pull/3899
51100

52101
- Tidies and Maintenance:
102+
https://github.com/stratis-storage/stratisd/pull/3978
103+
https://github.com/stratis-storage/stratisd/pull/3964
104+
https://github.com/stratis-storage/stratisd/pull/3962
105+
https://github.com/stratis-storage/stratisd/pull/3960
106+
https://github.com/stratis-storage/stratisd/pull/3959
107+
https://github.com/stratis-storage/stratisd/pull/3958
108+
https://github.com/stratis-storage/stratisd/pull/3957
109+
https://github.com/stratis-storage/stratisd/pull/3955
110+
https://github.com/stratis-storage/stratisd/pull/3950
111+
https://github.com/stratis-storage/stratisd/pull/3949
112+
https://github.com/stratis-storage/stratisd/pull/3943
113+
https://github.com/stratis-storage/stratisd/pull/3942
114+
https://github.com/stratis-storage/stratisd/pull/3941
115+
https://github.com/stratis-storage/stratisd/pull/3935
116+
https://github.com/stratis-storage/stratisd/pull/3934
117+
https://github.com/stratis-storage/stratisd/pull/3932
118+
https://github.com/stratis-storage/stratisd/pull/3931
119+
https://github.com/stratis-storage/stratisd/pull/3930
120+
https://github.com/stratis-storage/stratisd/pull/3929
121+
https://github.com/stratis-storage/stratisd/pull/3924
122+
https://github.com/stratis-storage/stratisd/pull/3918
123+
https://github.com/stratis-storage/stratisd/pull/3917
53124
https://github.com/stratis-storage/stratisd/pull/3911
54125
https://github.com/stratis-storage/stratisd/pull/3910
55126
https://github.com/stratis-storage/stratisd/pull/3909

0 commit comments

Comments
 (0)