Skip to content

Commit 408357b

Browse files
authored
Merge pull request #4040 from mulkieran/stratisd-version-3.9.1
version 3.9.1
2 parents 2086d47 + 15faf71 commit 408357b

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
stratisd 3.9.1
2+
==============
3+
Recommended development platform for Python development: Fedora 43
4+
5+
- Include cryptsetup as a required executable in dracut:
6+
https://github.com/stratis-storage/stratisd/pull/4031
7+
8+
- Fix Pool property missing in signal for D-Bus filesystem interface added:
9+
https://github.com/stratis-storage/stratisd/issues/4028
10+
https://github.com/stratis-storage/stratisd/pull/4034
11+
12+
- Fix missing signal for blockdev size on block device growth:
13+
https://github.com/stratis-storage/stratisd/pull/4032
14+
15+
- Change signature of devs's value:
16+
https://github.com/stratis-storage/stratisd/pull/4030
17+
18+
- Add out_args annotations for encryption methods:
19+
https://github.com/stratis-storage/stratisd/pull/4020
20+
21+
- Increase libcryptsetup-rs dependency lower bound to 0.16.1:
22+
https://github.com/stratis-storage/stratisd/pull/4039
23+
https://github.com/stratis-storage/stratisd/pull/4033
24+
25+
- Increase sha2 dependency lower bound to 0.11.0:
26+
https://github.com/stratis-storage/stratisd/pull/4038
27+
28+
- Increase lowest supported rust toolchain to 1.87.0:
29+
https://github.com/stratis-storage/stratisd/pull/4036
30+
31+
- Tidies and Maintenance:
32+
https://github.com/stratis-storage/stratisd/pull/4037
33+
https://github.com/stratis-storage/stratisd/pull/4035
34+
https://github.com/stratis-storage/stratisd/pull/4025
35+
https://github.com/stratis-storage/stratisd/pull/4024
36+
https://github.com/stratis-storage/stratisd/pull/4021
37+
https://github.com/stratis-storage/stratisd/pull/4018
38+
https://github.com/stratis-storage/stratisd/pull/4017
39+
https://github.com/stratis-storage/stratisd/pull/4016
40+
https://github.com/stratis-storage/stratisd/pull/4015
41+
42+
143
stratisd 3.9.0
244
==============
345
Recommended Rust toolchain version: 1.95.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stratisd"
3-
version = "3.9.0"
3+
version = "3.9.1"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)