Skip to content

v0.25.0

Compare
Choose a tag to compare
@grafanabot grafanabot released this 12 May 14:33
· 202 commits to main since this release
e264b4d

This is release v0.25.0 of Tanka (tk).

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.25.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.25.0

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.25.0