Skip to content

v0.18.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@grafanabot grafanabot released this 04 Oct 06:52
· 407 commits to main since this release
b73cfca

This is release v0.18.0 of Tanka (tk). Check out the CHANGELOG for detailed release notes.

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.18.0/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.18.0