Skip to content

Commit

Permalink
version 3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Mar 16, 2023
1 parent 000cd49 commit 4986389
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
stratisd 3.5.2
==============
Recommended Rust toolchain version: 1.68.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 37

- Increase devicemapper-rs dependency lower bound to 0.33.1:
https://github.com/stratis-storage/stratisd/pull/3283
https://github.com/stratis-storage/stratisd/pull/3069

- Reorder early boot stratisd services:
https://github.com/stratis-storage/stratisd/pull/3269

- Prepare for stratis-dumpmetadata release:
https://github.com/stratis-storage/stratisd/pull/3258

- Log if error when wiping just initialized devices:
https://github.com/stratis-storage/stratisd/pull/3242

- Increase crc dependency version lower bound to 3.0.0:
https://github.com/stratis-storage/stratisd/pull/3279

- Add typos CI check:
https://github.com/stratis-storage/stratisd/pull/3262
https://github.com/stratis-storage/stratisd/pull/3260

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/3282
https://github.com/stratis-storage/stratisd/pull/3281
https://github.com/stratis-storage/stratisd/pull/3278
https://github.com/stratis-storage/stratisd/pull/3277
https://github.com/stratis-storage/stratisd/pull/3270
https://github.com/stratis-storage/stratisd/pull/3263
https://github.com/stratis-storage/stratisd/pull/3261
https://github.com/stratis-storage/stratisd/pull/3259


stratisd 3.5.1
==============
Recommended Rust toolchain version: 1.67.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.5.1"
version = "3.5.2"
authors = ["Stratis Developers <[email protected]>"]
edition = "2021"
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 4986389

Please sign in to comment.