Releases: krallin/tini
Releases · krallin/tini
v0.13.0
- Rename
NO_ARGS
toMINIMAL
. Don't show options in help when they're disabled. Default verbosity toFATAL
whenMINIMAL
is set. - Handle
execve
return status as per POSIX conventions (@crosbymichael) - Handle the
TINI_VERBOSITY
environment variable.
v0.12.0
v0.11.0
v0.11.0.pre2
Bump version to 0.11.0
v0.11.0.pre1
This is an experimental pre-release with support for ARM images - please urgent 0.10 unless you'd like to try these out
v0.10.0: Bump version to 0.10.0
- New `-l` option to show license and exit.
v0.9.0
v0.8.4
v0.8.3
v0.8.2: Release 0.8.2
- If Tini is running in a TTY, it now makes the child process the foreground process for this TTY (see #19)