Skip to content

Commit

Permalink
Merge pull request #3004 from mulkieran/new_release
Browse files Browse the repository at this point in the history
Version 3.1.0
  • Loading branch information
mulkieran authored May 25, 2022
2 parents c0408aa + a918345 commit c706375
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 107 deletions.
106 changes: 106 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,109 @@
stratisd 3.1.0
==============
Recommended Rust toolchain version: 1.60.0
Lowest supported Rust toolchain version: 1.58.1

Recommended development platform for Python development: Fedora 36

- Increase minor version number:
https://github.com/stratis-storage/stratisd/pull/2932

- Redesign and implementation of thinpool block layer management:
https://github.com/stratis-storage/stratisd/issues/2814
https://github.com/stratis-storage/stratisd/issues/2993
https://github.com/stratis-storage/stratisd/pull/3001
https://github.com/stratis-storage/stratisd/pull/2995
https://github.com/stratis-storage/stratisd/pull/2994
https://github.com/stratis-storage/stratisd/pull/2991
https://github.com/stratis-storage/stratisd/pull/2982
https://github.com/stratis-storage/stratisd/pull/2971
https://github.com/stratis-storage/stratisd/pull/2967
https://github.com/stratis-storage/stratisd/pull/2962
https://github.com/stratis-storage/stratisd/pull/2919
https://github.com/stratis-storage/stratisd/pull/2854

- Raise the minimum Stratis filesystem size to 512 MiB:
https://github.com/stratis-storage/stratisd/pull/2966

- Mount the MDV in private mount namespace:
https://github.com/stratis-storage/stratisd/pull/2988

- Increase the size of the MDV to 512 MiB:
https://github.com/stratis-storage/stratisd/issues/2976
https://github.com/stratis-storage/stratisd/pull/2978

- Simplify pool creation implementation:
https://github.com/stratis-storage/stratisd/pull/2992

- Handle case where stratisd receives udev remove event via devnode lookup:
https://github.com/stratis-storage/stratisd/issues/2894
https://github.com/stratis-storage/stratisd/pull/2951

- Improve D-Bus signaling:
https://github.com/stratis-storage/stratisd/pull/2940
https://github.com/stratis-storage/stratisd/pull/2939
https://github.com/stratis-storage/stratisd/pull/2913

- Fix potential deadlock:
https://github.com/stratis-storage/stratisd/pull/2964

- Avoid writing unchanged pool-level JSON metadata:
https://github.com/stratis-storage/stratisd/pull/2957

- Allow writing pool metadata under a larger set of conditions:
https://github.com/stratis-storage/stratisd/pull/2973

- Retry unmounts:
https://github.com/stratis-storage/stratisd/pull/2958
https://github.com/stratis-storage/stratisd/pull/2942

- Improve error message on non-existing device path argument:
https://github.com/stratis-storage/stratisd/pull/2953

- Demote D-Bus handling log-messages to trace level:
https://github.com/stratis-storage/stratisd/pull/2961

- Improve log message on change when D-Bus object path is not available:
https://github.com/stratis-storage/stratisd/pull/2996

- Introduce data abstractions for recognizing devices for initialization:
https://github.com/stratis-storage/stratisd/pull/2965
https://github.com/stratis-storage/stratisd/pull/2945

- Bump sha2 dependency version:
https://github.com/stratis-storage/stratisd/pull/2938

- Increase libblkid dependency to 0.2.0:
https://github.com/stratis-storage/stratisd/pull/2975

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/2997
https://github.com/stratis-storage/stratisd/pull/2998
https://github.com/stratis-storage/stratisd/pull/2986
https://github.com/stratis-storage/stratisd/pull/2985
https://github.com/stratis-storage/stratisd/pull/2983
https://github.com/stratis-storage/stratisd/pull/2979
https://github.com/stratis-storage/stratisd/pull/2977
https://github.com/stratis-storage/stratisd/pull/2974
https://github.com/stratis-storage/stratisd/pull/2972
https://github.com/stratis-storage/stratisd/pull/2968
https://github.com/stratis-storage/stratisd/pull/2963
https://github.com/stratis-storage/stratisd/pull/2960
https://github.com/stratis-storage/stratisd/pull/2959
https://github.com/stratis-storage/stratisd/pull/2956
https://github.com/stratis-storage/stratisd/pull/2955
https://github.com/stratis-storage/stratisd/pull/2954
https://github.com/stratis-storage/stratisd/pull/2947
https://github.com/stratis-storage/stratisd/pull/2944
https://github.com/stratis-storage/stratisd/pull/2943
https://github.com/stratis-storage/stratisd/pull/2941
https://github.com/stratis-storage/stratisd/pull/2937
https://github.com/stratis-storage/stratisd/pull/2936
https://github.com/stratis-storage/stratisd/pull/2935
https://github.com/stratis-storage/stratisd/pull/2934
https://github.com/stratis-storage/stratisd/pull/2933


stratisd 3.0.4
==============
Recommended Rust toolchain version: 1.58.1
Expand Down
Loading

0 comments on commit c706375

Please sign in to comment.