Skip to content

Commit

Permalink
Merge pull request #2886 from mulkieran/changelog
Browse files Browse the repository at this point in the history
Version 3.0.3
  • Loading branch information
mulkieran authored Feb 7, 2022
2 parents ba3773a + c1f1c45 commit 24a4ce8
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 54 deletions.
59 changes: 59 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
stratisd 3.0.3
==============
Recommended Rust toolchain version: 1.58.1
Lowest supported Rust toolchain version: 1.54.0

Recommended development platform for Python development: Fedora 35
Lowest supported Python interpreter: 3.6.8

- New version 3.0.3:
https://github.com/stratis-storage/stratisd/pull/2886

- Per-pool locking:
https://github.com/stratis-storage/stratisd/issues/2724
https://github.com/stratis-storage/stratisd/pull/2853

- Include stratis dracut module by default if it is installed:
https://github.com/stratis-storage/stratisd/issues/2893
https://github.com/stratis-storage/stratisd/pull/2896

- Fix missing signal for pool allocated size changes:
https://github.com/stratis-storage/stratisd/issues/2863
https://github.com/stratis-storage/stratisd/pull/2865

- Require devicemapper 0.32.0:
https://github.com/stratis-storage/stratisd/issues/2922
https://github.com/stratis-storage/stratisd/issues/2920

- Update liminal data structures correctly on udev remove events:
https://github.com/stratis-storage/stratisd/issues/2456
https://github.com/stratis-storage/stratisd/pull/2881

- Demote some multi-threading related log messages to trace from debug:
https://github.com/stratis-storage/stratisd/pull/2910

- Remove dead redundancy field from engines:
https://github.com/stratis-storage/stratisd/pull/2895
https://github.com/stratis-storage/stratisd/pull/2883

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/2918
https://github.com/stratis-storage/stratisd/pull/2917
https://github.com/stratis-storage/stratisd/pull/2915
https://github.com/stratis-storage/stratisd/pull/2914
https://github.com/stratis-storage/stratisd/pull/2909
https://github.com/stratis-storage/stratisd/pull/2906
https://github.com/stratis-storage/stratisd/pull/2905
https://github.com/stratis-storage/stratisd/pull/2903
https://github.com/stratis-storage/stratisd/pull/2902
https://github.com/stratis-storage/stratisd/pull/2900
https://github.com/stratis-storage/stratisd/pull/2899
https://github.com/stratis-storage/stratisd/pull/2898
https://github.com/stratis-storage/stratisd/pull/2892
https://github.com/stratis-storage/stratisd/pull/2891
https://github.com/stratis-storage/stratisd/pull/2890
https://github.com/stratis-storage/stratisd/pull/2887
https://github.com/stratis-storage/stratisd/pull/2885
https://github.com/stratis-storage/stratisd/pull/2882


stratisd 3.0.2
==============
Recommended Rust toolchain version: 1.57.0
Expand Down
106 changes: 53 additions & 53 deletions 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.0.2"
version = "3.0.3"
authors = ["Stratis Developers <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down

0 comments on commit 24a4ce8

Please sign in to comment.