From 42433d0746486c14455fed57adf7375468771f42 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 18 Apr 2024 19:37:39 -0400 Subject: [PATCH] stratisd 3.6.7 release notes Signed-off-by: mulhern --- content/stratisd-release-notes-3.6.7.md | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/stratisd-release-notes-3.6.7.md diff --git a/content/stratisd-release-notes-3.6.7.md b/content/stratisd-release-notes-3.6.7.md new file mode 100644 index 0000000..f2a385f --- /dev/null +++ b/content/stratisd-release-notes-3.6.7.md @@ -0,0 +1,37 @@ ++++ +title = "stratisd 3.6.7 Release Notes" +date = 2024-04-19 +weight = 38 +template = "page.html" +render = true ++++ + +*mulhern, Stratis Team* + +`stratisd` 3.6.7 contains two bug fixes. The first bug fix prevents a +file descriptor from being closed too soon after opening so that the user +is prevented from specifying a passphrase via the `--capture-key` +option of the `stratis-min pool start` command. This bug was introduced in +`stratisd` 3.6.6. The second corrects an error in the +`stratis-fstab-setup` script where the pool UUID was not properly +supplied to the `stratis-min pool is-encrypted` command. + +`stratisd` 3.6.6 includes a number of changes. It now defines two +workspaces, one for itself and one for `stratisd_proc_macros`, mostly to +simplify packaging downstream. It increase the lower bounds of many of its +dependencies; its bindgen dependency lower bound is now increased to +0.69.0. It includes a restriction on the size of any String value in the +Stratis pool-level metadata. It ensures that the UserInfo values on +devices conform to the same restrictions as filesystem names and pool +names. It fixes a bug in lock file handling where it would be possible +for the lock file to contain some extra digits at the end of the running +`stratisd` process's id. + +Both releases contain many minor fixes and improvements. + + + +Please consult the [stratisd] changelog for additional information about the +release. + +[stratisd]: https://github.com/stratis-storage/stratisd/blob/patch-3.6.0/CHANGES.txt