This is release v0.29.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.29.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.29.0
What's Changed
- feat(env list): allow specifying a jsonnet implementation by @julienduchesne in #1208
- build(deps): bump the docs-dependencies group across 1 directory with 5 updates by @dependabot in #1205
- build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in /dagger by @dependabot in #1206
- build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2 by @dependabot in #1214
- build(deps): bump dagger/dagger-for-github from 6.13.0 to 6.14.0 by @dependabot in #1211
- build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #1213
- build(deps): bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in #1209
- build(deps): bump acceptance-tests-dependencies group in /acceptance-tests with 2 updates by @dependabot in #1216
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #1210
- build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #1217
- fix(docs): starlight 0.28.3 introduced some changes to the i18n config by @zerok in #1219
- build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #1212
- build(deps): bump the docs-dependencies group across 1 directory with 2 updates by @dependabot in #1220
- fix: close repo tmp file by @testwill in #1022
- feat: add support for overriding environment label (#824) by @DeanBruntThirdfort in #975
New Contributors
- @testwill made their first contribution in #1022
- @DeanBruntThirdfort made their first contribution in #975
Full Changelog: v0.28.4...v0.29.0