Another magnificent release of Tanka: v0.13.0
Highlights
- ποΈ Inline environments
- βΈοΈ Kustomize support
- β¨ Export
JSONNET_PATH
- π¬ Github Discussions
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