This is release v0.24.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.24.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.24.0
What's Changed
- Use
zerolog
instead oflog
by @julienduchesne in #766 - Additional logging + improvements to logging by @julienduchesne in #770
- Replace external call to
diffstat
with native code by @julienduchesne in #769 - Add new
tk tool importers
command by @julienduchesne in #771 - Exit with a non-zero status on cmd execution errors by @jvrplmlmn in #774
- Revert to fmt.Print for error logging by @julienduchesne in #777
tk tool importers
: Cache the full result by @julienduchesne in #779- Fix typo on merge-strategy option's help by @jordiclariana in #781
- Document Helm's chart tool multi-version feature by @julienduchesne in #782
- Prune: Detect resources created by Flux by @julienduchesne in #784
- Find Importers: Add missing
break
in relative paths logic by @julienduchesne in #785 - Deploy website to Github Pages by @julienduchesne in #793
- chore(jsonnet): update to 0.19.1 by @Duologic in #783
- Github pages: PR path fix by @julienduchesne in #794
- Update resources.go to take output from kubectl@1.26 by @leizor in #796
- Support forcing color output on/off by @partcyborg in #799
New Contributors
- @jordiclariana made their first contribution in #781
- @leizor made their first contribution in #796
Full Changelog: v0.23.1...v0.24.0