Releases: threefoldtech/zinit
Releases · threefoldtech/zinit
Release v0.2.14
add logs separator (#57)
Release v0.2.13
Adds zini restart subcommand (#55) * Adds zini restart subcommand Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> * improve implementation of zinit restart Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> * updating docs Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> * updates docs for zinit restart Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> --------- Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Release v0.2.12
improve error reporting (#48) * add error context to connect function * update connect error message to be more contextual * fix clippy issue * add new line in cargo.toml file
Release v0.2.11
Support log snapshot (#52) The log snapshot is basically printing a copy of the current logs buffer (then terminate) instead of the default `follow` behavior. by providing a `-s` flag to the log command line, the logs will print the current buffer, then exits. running `zinit log` will still automatically follow the logs as the default behavior
Release v0.2.10
Full Changelog: v0.2.9...v0.2.10
Release v0.2.9
Implement complete shutdown and reboot (#43)
Release v0.2.8
redirect correct streams
Release v0.2.7
Fix race condition (#41) * Fix race condition also some clean up * apply clippy
Release v0.2.6
We make sure process table is locked (#40) The locking must be done before spawning to prevent reaping of the pid if the process exited immediately before it's actually in the process table
v0.2.5
Start child processes in it's own group (#38) This make it easier for the zinit signal/stop to stop the entire process group instead of the direct child