Skip to content

v0.9.2

Compare
Choose a tag to compare
@sh0rez sh0rez released this 19 Apr 21:46
178f4be

Mini-release to fix an issue with our Makefile (required for packaging). No
changes in functionality.

Bug Fixes

  • build: Enable static Makefile target on all operating systems
    (#262)

Install instructions

Binary:

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/tk" "https://github.com/grafana/tanka/releases/download/v0.9.2/tk-linux-amd64"

# make it executable
$ chmod a+x "/usr/local/bin/tk"

# have fun :)
$ tk --help

Docker container:

https://hub.docker.com/r/grafana/tanka

$ docker pull grafana/tanka:0.9.2