v0.25.0
This is release v0.25.0 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.25.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.25.0
What's Changed
- Fix missing comma in syntax example by @petewall in #808
- docs: update override method for tanka by @EvertonSA in #804
- Fix panic on tool / env sub-command by @hamishforbes in #806
- Fix-up cmd args by @julienduchesne in #822
- Add benchmark for Extract + small speed improvement by @julienduchesne in #826
- Improved manifest extraction errors by @julienduchesne in #827
- Add the
--log-level
option to nested commands by @julienduchesne in #828 - go-jsonnet: Bump to 0.20.0 by @iainlane in #835
- Bump to go 1.20 by @iainlane in #836
- Add dependabot by @iainlane in #837
- Benchmark all the regular cases for the
find-importers
command by @julienduchesne in #853 - helm: Set
includeCrds
to true by default by @iainlane in #851 - Run benchmark against main in PRs by @julienduchesne in #855
- Build with Golang 1.20 by @julienduchesne in #860
- Bump golang from 1.20.3-alpine to 1.20.4-alpine by @dependabot in #858
- Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.8.0 by @dependabot in #859
- Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #839
- Bump github.com/thoas/go-funk from 0.9.2 to 0.9.3 by @dependabot in #838
- Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0 by @dependabot in #841
New Contributors
- @petewall made their first contribution in #808
- @EvertonSA made their first contribution in #804
- @hamishforbes made their first contribution in #806
- @dependabot made their first contribution in #858
Full Changelog: v0.24.0...v0.25.0