Skip to content

Releases: krallin/tini

v0.13.0

04 Nov 17:13
Compare
Choose a tag to compare
  • Rename NO_ARGS to MINIMAL. Don't show options in help when they're disabled. Default verbosity to FATAL when MINIMAL is set.
  • Handle execve return status as per POSIX conventions (@crosbymichael)
  • Handle the TINI_VERBOSITY environment variable.

v0.12.0

03 Nov 21:57
Compare
Choose a tag to compare
  • tini --version prints out the version if and only if --version is the only argument, even if Tini was built without argument support (#58).

v0.11.0

02 Nov 21:16
Compare
Choose a tag to compare
  • ARM cross-platform builds (#51)
  • -DNO_ARGS=ON build option (#55)

v0.11.0.pre2

02 Nov 21:05
Compare
Choose a tag to compare
v0.11.0.pre2 Pre-release
Pre-release
Bump version to 0.11.0

v0.11.0.pre1

30 Oct 15:00
Compare
Choose a tag to compare
v0.11.0.pre1 Pre-release
Pre-release

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

12 Aug 22:47
Compare
Choose a tag to compare
- New `-l` option to show license and exit.

v0.9.0

27 Jan 03:07
Compare
Choose a tag to compare
Bump version to 0.9.0

v0.8.4

20 Nov 20:49
Compare
Choose a tag to compare
Release 0.8.4

v0.8.3

04 Nov 13:01
Compare
Choose a tag to compare
  • Fix builds on Alpine Linux (#22)

v0.8.2: Release 0.8.2

31 Oct 14:39
Compare
Choose a tag to compare
  • If Tini is running in a TTY, it now makes the child process the foreground process for this TTY (see #19)