Skip to content

v0.27.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 13:19
· 62 commits to main since this release
d5d8449

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/v0.27.1/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