Skip to content

Releases: grafana/tanka

v0.14.0

03 Feb 17:16
4b00e2b
Compare
Choose a tag to compare

"Multiple" is the word for v0.14.0 of Tanka.

Highlights

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.14.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.14.0

v0.13.0

11 Dec 20:33
291814d
Compare
Choose a tag to compare

Another magnificent release of Tanka: v0.13.0

Highlights

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.13.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.13.0

v0.12.0

06 Oct 13:02
a18afbf
Compare
Choose a tag to compare

It's autumn and this v0.12 is massive!

Highlights

Check out the Changelog for more 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.12.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.12.0

v0.12.0-alpha3

21 Sep 19:55
1b233aa
Compare
Choose a tag to compare
v0.12.0-alpha3 Pre-release
Pre-release

🚨 This is a pre-release. It is not tested and may contain issues of major kind, possibly causing data loss.
🚨 DO NOT USE IN PRODUCTION.

This is release v0.12.0-alpha3 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.12.0-alpha3/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.12.0-alpha3

v0.12.0-alpha2

14 Sep 14:42
4a96a91
Compare
Choose a tag to compare
v0.12.0-alpha2 Pre-release
Pre-release

🚨 This is a pre-release. It is not tested and may contain issues of major kind, possibly causing data loss.
🚨 DO NOT USE IN PRODUCTION.

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.12.0-alpha2/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.12.0-alpha2

v0.12.0-alpha1

19 Aug 15:41
1e6eb6b
Compare
Choose a tag to compare
v0.12.0-alpha1 Pre-release
Pre-release

🚨 This is a pre-release. It is not tested and may contain issues of major kind, possibly causing data loss.
🚨 DO NOT USE IN PRODUCTION.

Check out the CHANGELOG for detailed release notes.

Install instructions

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

v0.11.1

17 Jul 20:34
e5556f1
Compare
Choose a tag to compare

This is release v0.11.1 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.11.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.11.1

v0.11.0

07 Jul 16:00
823d150
Compare
Choose a tag to compare

This is release v0.11.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.11.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.11.0

v0.10.0

07 May 23:26
7f5f485
Compare
Choose a tag to compare

New month, new release, v0.10 is out!

Highlights

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.10.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.10.0

v0.9.2

19 Apr 21:46
178f4be
Compare
Choose a tag to compare

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