Skip to content

Releases: threefoldtech/zinit

Release v0.2.14

28 Nov 11:45
367cc28
Compare
Choose a tag to compare
add logs separator (#57)

Release v0.2.13

16 Oct 12:24
407e730
Compare
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
Compare
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
Compare
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

Release v0.2.10

16 Nov 10:14
cc38c92
Compare
Choose a tag to compare

Release v0.2.9

10 Oct 10:11
22d496b
Compare
Choose a tag to compare
Implement complete shutdown and reboot (#43)

Release v0.2.8

28 Apr 13:05
c6d1e9e
Compare
Choose a tag to compare
redirect correct streams

Release v0.2.7

27 Apr 16:33
8b74a5e
Compare
Choose a tag to compare
Fix race condition (#41)

* Fix race condition

also some clean up

* apply clippy

Release v0.2.6

22 Feb 15:43
b5d985e
Compare
Choose a tag to compare
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

14 Dec 21:19
2de044d
Compare
Choose a tag to compare
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