Releases: grafana/tanka
v0.29.0
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
v0.28.4
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
v0.28.3
This is release v0.28.3
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.3/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.3
What's Changed
- build(deps): bump the docs-dependencies group across 1 directory with 5 updates by @dependabot in #1145
- build(deps): bump the docs-dependencies group across 1 directory with 2 updates by @dependabot in #1156
- build(deps): bump the docs-dependencies group in /docs with 3 updates by @dependabot in #1157
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 by @dependabot in #1158
- build(deps): bump golang from 1.23.0 to 1.23.1 by @dependabot in #1161
- build(deps): bump the dagger-dependencies group across 1 directory with 10 updates by @dependabot in #1147
- build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #1159
- build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #1160
- build(deps): bump dagger/dagger-for-github from 6.7.0 to 6.8.0 by @dependabot in #1164
- build(deps): bump the acceptance-tests-dependencies group in /acceptance-tests with 2 updates by @dependabot in #1165
- build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1 by @dependabot in #1166
- build(deps): bump the docs-dependencies group in /docs with 4 updates by @dependabot in #1167
- build(deps): bump the dagger-dependencies group in /dagger with 7 updates by @dependabot in #1168
- build(deps): bump the dagger-dependencies group in /dagger with 2 updates by @dependabot in #1169
- build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #1171
- build(deps): bump the dagger-dependencies group in /dagger with 2 updates by @dependabot in #1174
- build(deps): bump rossjrw/pr-preview-action from 1.4.7 to 1.4.8 by @dependabot in #1172
- build(deps): bump dagger/dagger-for-github from 6.8.0 to 6.11.0 by @dependabot in #1170
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #1177
- build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.17 in /dagger by @dependabot in #1179
- build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 by @dependabot in #1178
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 by @dependabot in #1176
- build(deps): bump the docs-dependencies group across 1 directory with 4 updates by @dependabot in #1180
- fix(docs): replace deprecated translation API by @zerok in #1181
- docs: add instructions for releasing a new version by @zerok in #1120
Full Changelog: v0.28.2...v0.28.3
v0.28.2
This is release v0.28.2
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.2/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.2
What's Changed
- build(deps): bump dagger/dagger-for-github from 6.5.0 to 6.7.0 by @dependabot in #1152
- build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 by @dependabot in #1146
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #1148
- fix(docker): fix warnings in Dockerfile by @zerok in #1153
- fix(ci): fix setup-goversion after Dockerfile cleanup by @zerok in #1154
- build(deps): bump golang from 1.22.5 to 1.23.0 by @dependabot in #1140
- build(deps): bump the acceptance-tests-dependencies group in /acceptance-tests with 2 updates by @dependabot in #1141
- Dependency updates within the Docker image to fix a CVE around the expat library.
Full Changelog: v0.28.1...v0.28.2
v0.28.1
This is release v0.28.1
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.1/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.1
What's Changed
- ci: fix missing tag name in release draft by @zerok in #1118
- ci: update k3s module to fix breaking acceptance tests by @zerok in #1119
- build(deps): bump the docs-dependencies group in /docs with 4 updates by @dependabot in #1122
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #1123
- build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 by @dependabot in #1125
- build(deps): bump dagger/dagger-for-github from 6.3.0 to 6.4.0 by @dependabot in #1124
- docs: remove statement about importing YAML files by @zerok in #1127
- build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /dagger in the dagger-dependencies group by @dependabot in #1126
- build(deps): bump the docs-dependencies group in /docs with 4 updates by @dependabot in #1133
- build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #1135
- build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #1134
- build(deps): bump k8s.io/apimachinery from 0.30.3 to 0.31.0 by @dependabot in #1136
- build(deps): bump docker/build-push-action from 6.5.0 to 6.7.0 by @dependabot in #1139
- build(deps): bump dagger/dagger-for-github from 6.4.0 to 6.5.0 by @dependabot in #1138
- build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #1130
- fix: remove unnecessary print statement by @zerok in #1151
Full Changelog: v0.28.0...v0.28.1
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
v0.27.1
This is release 0.27.1
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.27.1/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.27.1
What's Changed
Full Changelog: v0.27.0...v0.27.1
v0.27.0
This release will be followed up shortly due to an issue in the release pipeline. Sorry about that 🙂
Installation instructions
Docker container:
https://hub.docker.com/r/grafana/tanka
$ docker pull grafana/tanka:0.27.0
Binaries
For this release no binaries were created due to an issue in the release pipeline.
What's Changed
- Clamp thread count to number of envs to export by @julienduchesne in #905
- inline-environments-doc: fix typo with
a
->as
by @zzehring in #911 - Hide the Jsonnet Go implementation behind an interface by @julienduchesne in #914
- Jsonnet: Move the
JsonnetImplentation
option upwards by @julienduchesne in #917 - Bump golang from 1.20.5-alpine to 1.21.0-alpine by @dependabot in #909
- Bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot in #902
- Bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #903
- Bump k8s.io/apimachinery from 0.27.3 to 0.28.1 by @dependabot in #919
- Bump github.com/stretchr/objx from 0.5.0 to 0.5.1 by @dependabot in #910
- Make FindEnvs faster for single and multiple paths by @julienduchesne in #918
- Jsonnet: Add binary jsonnet implementation by @julienduchesne in #915
- Fix Jsonnet implementation override by @julienduchesne in #920
- Bump golang from 1.21.0-alpine to 1.21.1-alpine by @dependabot in #927
- Drone -> Github Actions by @julienduchesne in #938
- Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #925
- Bump k8s.io/apimachinery from 0.28.1 to 0.28.3 by @dependabot in #937
- Bump actions/setup-go from 2 to 4 by @dependabot in #941
- Bump actions/setup-node from 3 to 4 by @dependabot in #940
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #936
- Bump golang from 1.21.1-alpine to 1.21.3-alpine by @dependabot in #935
- fix kustomize docs by @Windfarer in #929
- Bump actions/checkout from 3 to 4 by @dependabot in #926
- Bump prettier from 2.8.8 to 3.0.3 in /docs by @dependabot in #923
- Bump typeface-fira-mono from 0.0.72 to 1.1.13 in /docs by @dependabot in #878
- Bump golang.org/x/term from 0.11.0 to 0.13.0 by @dependabot in #933
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #932
- fix(kubernetes-client): Match context & cluster names exactly by @zerok in #948
- Bump golang from 1.21.3 to 1.21.4 by @dependabot in #962
- Bump golang from 1.21.4 to 1.21.5 by @dependabot in #970
- Bump actions/setup-go from 4 to 5 by @dependabot in #968
- Update refresher.mdx for typo by @erikbaranowski in #974
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #977
- Bump actions/download-artifact from 3 to 4 by @dependabot in #976
- ci: Support for upload/download-artifact@4 action by @zerok in #979
- extract: Don't crash when the error is not an
ErrorPrimitiveReached
by @iainlane in #967 - Bump golang.org/x/term from 0.13.0 to 0.16.0 by @dependabot in #982
- Bump golang from 1.21.5 to 1.21.6 by @dependabot in #983
- Bump prettier from 3.0.3 to 3.2.2 in /docs by @dependabot in #984
- chore: Use Dockerfile as source for the Go version by @zerok in #985
- Github Actions: Use shared action to login to DockerHub by @julienduchesne in #991
- Bump prettier from 3.2.2 to 3.2.5 in /docs by @dependabot in #994
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #993
- Bump golang from 1.21.6 to 1.22.0 by @dependabot in #997
- Bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in #996
- feat(cmd): add --jsonnet-implemenation flag to
tk eval
by @Duologic in #998 - Bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by @dependabot in #1002
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #1007
- Bump golang from 1.22.0 to 1.22.1 by @dependabot in #1006
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #1005
- Bump golang.org/x/term from 0.17.0 to 0.18.0 by @dependabot in #1011
- Bump azure/setup-helm from 3 to 4 by @dependabot in #1003
- Bump golang from 1.22.1 to 1.22.2 by @dependabot in #1013
- Bump golang.org/x/term from 0.18.0 to 0.19.0 by @dependabot in #1014
- Cache helm templates for the same inputs by @SimKev2 in #1016
- Add repository config option for private repositories by @SimKev2 in #1017
- Add version-check command for vendored helm charts by @SimKev2 in #1018
- Bump golang.org/x/term from 0.19.0 to 0.20.0 by @dependabot in #1021
- Bump golang.org/x/text from 0.13.0 to 0.15.0 by @dependabot in #1020
- Update default k8s version to 1.29 by @dan-os in #1010
- Bump golang from 1.22.2 to 1.22.3 by @dependabot in #1024
- Run helm repo update before searching repos by @SimKev2 in #1026
- Docs: Add .nojekyll file to output by @zerok in #1027
- Bump github.com/fatih/color from 1.15.0 to 1.17.0 by @dependabot in #1030
- docs: new docs website using Astro + Starlight by @Elfo404 in #1025
- Bump pnpm/action-setup from 3 to 4 by @dependabot in #1036
- fix: Use generateName as last comparison when sorting by @zerok in #1031
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #1034
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #945
- docs: fix helm example by @Elfo404 in #1037
- Bump alpine from 3.18 to 3.20 by @dependabot in #1035
- ci: Remove reference to CHANGELOG in release workflow by @zerok in #1041
New Contributors
- @zzehring made their first contribution in #911
- @Windfarer made their first contribution in #929
- @zerok made their first contribution in #948
- @erikbaranowski made their first contribution in #974
- @SimKev2 made their first contribution in #1016
- @dan-os made their first contribution in #1010
- @Elfo404 made their first contribution in #1025
Full Changelog: v0.26.0...v0.27.0
v0.26.0
This is release v0.26.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.26.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.26.0
What's Changed
tk tool importers
: Handle deleted files by @julienduchesne in #872tk tool importers
: Follow through main files by @julienduchesne in #888- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #883
- Bump golang from 1.20.4-alpine to 1.20.5-alpine by @dependabot in #879
- Bump golang.org/x/text from 0.9.0 to 0.11.0 by @dependabot in #886
- Bump golang.org/x/term from 0.8.0 to 0.10.0 by @dependabot in #885
- Helm: remove the experimental warning by @jvrplmlmn in #891
- eval: Allow map key as expression by @julienduchesne in #896
- Linter: Recover panics by @julienduchesne in #899
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #895
Full Changelog: v0.25.0...v0.26.0
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