Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Releases: threefoldtech/zinit

Release v0.2.28

29 Aug 10:51
92444a7

Choose a tag to compare

This release includes more verbose error messages for RPC responses.

Release v0.2.27

21 Aug 10:21

Choose a tag to compare

fix release workflow

Release v0.2.26

21 Aug 07:11
2f000f5

Choose a tag to compare

Update release.yaml

Release v0.2.25

24 May 06:22

Choose a tag to compare

Release v0.2.23

24 May 06:09

Choose a tag to compare

Release v0.2.16 - OSX

24 May 05:15

Choose a tag to compare

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

28 Nov 11:45
367cc28

Choose a tag to compare

add logs separator (#57)

Release v0.2.13

16 Oct 12:24
407e730

Choose a tag to compare

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

29 Aug 08:09
fe9b915

Choose a tag to compare

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

17 Mar 12:02
40d8375

Choose a tag to compare

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