Skip to content

Releases: threefoldtech/zinit

Release v0.2.28

Choose a tag to compare

@maximevanhees maximevanhees released this 29 Aug 10:51
92444a7

This release includes more verbose error messages for RPC responses.

Release v0.2.27

Choose a tag to compare

@maximevanhees maximevanhees released this 21 Aug 10:21
fix release workflow

Release v0.2.26

Choose a tag to compare

@github-actions github-actions released this 21 Aug 07:11
2f000f5
Update release.yaml

Release v0.2.25

Choose a tag to compare

@github-actions github-actions released this 24 May 06:22
...

Release v0.2.23

Choose a tag to compare

@github-actions github-actions released this 24 May 06:09
...

Release v0.2.16 - OSX

Choose a tag to compare

@github-actions github-actions released this 24 May 05:15
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

Choose a tag to compare

@github-actions github-actions released this 28 Nov 11:45
367cc28
add logs separator (#57)

Release v0.2.13

Choose a tag to compare

@github-actions github-actions released this 16 Oct 12:24
407e730
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

Choose a tag to compare

@github-actions github-actions released this 29 Aug 08:09
fe9b915
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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:02
40d8375
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