v0.28.0
This is release 0.28.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.28.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.28.0
What's Changed
- build(deps): bump astro from 4.8.4 to 4.9.2 in /docs by @dependabot in #1053
- build(deps): bump @astrojs/starlight from 0.22.3 to 0.23.2 in /docs by @dependabot in #1049
- feat(cli): TANKA_PAGER environment variable by @rrotter in #1047
- don't print debug logs by default in
complete
,env list
by @rrotter in #1056 - build(deps): bump golang from 1.22.3 to 1.22.4 by @dependabot in #1060
- build(deps): bump @astrojs/starlight from 0.23.2 to 0.24.1 in /docs by @dependabot in #1061
- build(deps): bump astro from 4.9.2 to 4.10.1 in /docs by @dependabot in #1062
- build(deps-dev): bump prettier from 3.3.0 to 3.3.1 in /docs by @dependabot in #1063
- build(deps): bump tailwindcss from 3.4.3 to 3.4.4 in /docs by @dependabot in #1064
- build(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #1065
- build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 by @dependabot in #1066
- docs: rework tutorial to not use global $ by @Elfo404 in #1046
- build(deps-dev): bump prettier from 3.3.1 to 3.3.2 in /docs by @dependabot in #1069
- build(deps): bump astro from 4.10.1 to 4.10.2 in /docs by @dependabot in #1068
- build(deps): bump @astrojs/starlight from 0.24.1 to 0.24.3 in /docs by @dependabot in #1071
- Add new line at the end of "Formatted %v files" output by @guicaulada in #1077
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #1075
- fix: Do not hide diff error details (kubectl < 1.18.0) by @zerok in #1078
- build(deps): bump typescript from 5.4.5 to 5.5.2 in /docs by @dependabot in #1072
- build(deps): bump astro from 4.10.2 to 4.11.2 in /docs by @dependabot in #1079
- build(deps): bump @astrojs/starlight from 0.24.3 to 0.24.4 in /docs by @dependabot in #1073
- docs: "envirnoments" typo by @regisb in #1080
- feat: Add acceptance tests by @zerok in #1040
- build(deps): bump dagger/dagger-for-github from 5.6.0 to 5.11.0 by @dependabot in #1081
- build(deps): bump astro from 4.11.2 to 4.11.3 in /docs by @dependabot in #1083
- build(deps): bump @astrojs/starlight from 0.24.4 to 0.24.5 in /docs by @dependabot in #1082
- chore: Add dependabot updates to dagger & acceptance-tests folders by @zerok in #1084
- build(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in /acceptance-tests by @dependabot in #1091
- CI: Run publish-page workflow only on non-forks and docs changes by @zerok in #1096
- chore: Group dependency updates by @zerok in #1095
- build(deps): bump the dagger-dependencies group in /dagger with 11 updates by @dependabot in #1099
- build(deps): bump the docs-dependencies group in /docs with 2 updates by @dependabot in #1098
- chore: Add codeowners file by @zerok in #1085
- build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #1100
- build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.30.2 by @dependabot in #1070
- build(deps): bump the docs-dependencies group in /docs with 3 updates by @dependabot in #1102
- build(deps): bump golang from 1.22.4 to 1.22.5 by @dependabot in #1101
- build(deps): bump dagger/dagger-for-github from 5.11.0 to 6.0.0 by @dependabot in #1103
- build(deps): bump the docs-dependencies group in /docs with 3 updates by @dependabot in #1104
- build(deps): bump dagger/dagger-for-github from 6.0.0 to 6.1.0 by @dependabot in #1107
- build(deps): bump the acceptance-tests-dependencies group in /acceptance-tests with 2 updates by @dependabot in #1108
- build(deps): bump the docs-dependencies group in /docs with 3 updates by @dependabot in #1109
- build(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3 by @dependabot in #1110
- feat(actions): Pin commit SHAs by @nafisat2 in #1111
- build(deps): bump the docs-dependencies group in /docs with 4 updates by @dependabot in #1115
- build(deps): bump dagger/dagger-for-github from 6.1.0 to 6.3.0 by @dependabot in #1114
- ci: lint PR titles by @zerok in #1116
- feat: allow using external variables in export and env list by @sabeechen in #1112
New Contributors
- @rrotter made their first contribution in #1047
- @guicaulada made their first contribution in #1077
- @regisb made their first contribution in #1080
- @nafisat2 made their first contribution in #1111
- @sabeechen made their first contribution in #1112
Full Changelog: v0.27.1...v0.28.0