This is release v0.28.4
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.28.4/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.28.4
What's Changed
- fix: replace godirwalk with filepath.WalkDir by @zerok in #1058
- fix: prevent concurrent writes in
env list
command by @zerok in #1182 - docs: remove mailinglists from the README by @zerok in #1183
- build(deps): bump the docs-dependencies group in /docs with 2 updates by @dependabot in #1191
- build(deps): bump golang from 1.23.1 to 1.23.2 by @dependabot in #1188
- build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #1190
- build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by @dependabot in #1189
- feat(ci): run required checks on merge groups by @iainlane in #1192
- build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in #1186
- build(deps): bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #1184
- build(deps): bump the dagger-dependencies group in /dagger with 2 updates by @dependabot in #1187
- build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #1185
- feat(ci): run on real arm64 builders by @iainlane in #1193
- chore: add catalog-info.yaml for project metadata by @zerok in #1194
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #1200
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #1198
- build(deps): bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in #1199
- build(deps): bump dagger/dagger-for-github from 6.11.0 to 6.13.0 by @dependabot in #1197
- build(deps): bump the dagger-dependencies group in /dagger with 5 updates by @dependabot in #1202
- build(deps): bump astro from 4.15.11 to 4.16.1 in /docs by @dependabot in #1203
Full Changelog: v0.28.3...v0.28.4