This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Releases: threefoldtech/zinit
Releases · threefoldtech/zinit
Release v0.2.28
This release includes more verbose error messages for RPC responses.
Release v0.2.27
fix release workflow
Release v0.2.26
Update release.yaml
Release v0.2.25
...
Release v0.2.23
...
Release v0.2.16 - OSX
Fix release workflow and script - Update GitHub Actions workflow to use modern actions (softprops/action-gh-release@v1) - Add proper permissions for contents: write - Update checkout action to v4 - Simplify build process for both Linux and macOS workflows - Fix release script to increment patch version instead of minor - Add defensive tag cleanup in release script
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