github grafana/tanka v0.27.1

latest releases: v0.28.2, v0.28.1, v0.28.0...
4 months ago

This is release 0.27.1 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//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.27.1

What's Changed

  • ci: Fix fetch-depth in release workflow by @zerok in #1042

Full Changelog: v0.27.0...v0.27.1

Don't miss a new tanka release

NewReleases is sending notifications on new releases.