v0.26.0
This is release v0.26.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.26.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.26.0
What's Changed
tk tool importers
: Handle deleted files by @julienduchesne in #872tk tool importers
: Follow through main files by @julienduchesne in #888- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #883
- Bump golang from 1.20.4-alpine to 1.20.5-alpine by @dependabot in #879
- Bump golang.org/x/text from 0.9.0 to 0.11.0 by @dependabot in #886
- Bump golang.org/x/term from 0.8.0 to 0.10.0 by @dependabot in #885
- Helm: remove the experimental warning by @jvrplmlmn in #891
- eval: Allow map key as expression by @julienduchesne in #896
- Linter: Recover panics by @julienduchesne in #899
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #895
Full Changelog: v0.25.0...v0.26.0