-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #334 from mulkieran/release-notes-3.5.8
Add stratisd 3.5.8 release notes
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
+++ | ||
title = "stratisd 3.5.8 Release Notes" | ||
date = 2023-07-30 | ||
weight = 34 | ||
template = "page.html" | ||
render = true | ||
+++ | ||
|
||
*mulhern, Stratis Team* | ||
|
||
`stratisd` 3.5.8 principally contains changes to make handling of partially | ||
set up or torn down pools more robust. It also fixes a few errors and omissions | ||
in the management of `stratisd`'s D-Bus layer, including supplying some | ||
previously missing D-Bus property change signals and removing D-Bus object | ||
paths to partially torn down pools which had in some cases persisted past the | ||
point when the pool should be considered stopped. In addition, it removes | ||
the `dracut` subpackage's dependency on plymouth. | ||
|
||
<!-- more --> | ||
|
||
Please consult the [stratisd] changelog for additional information about the | ||
release. | ||
|
||
We would like to thank matthias\_berndt for contributions to this release. | ||
|
||
[stratisd]: https://github.com/stratis-storage/stratisd/blob/patch-3.5.4/CHANGES.txt |