Releases: grafana/tanka
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
v0.24.0
This is release v0.24.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.24.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.24.0
What's Changed
- Use
zerolog
instead oflog
by @julienduchesne in #766 - Additional logging + improvements to logging by @julienduchesne in #770
- Replace external call to
diffstat
with native code by @julienduchesne in #769 - Add new
tk tool importers
command by @julienduchesne in #771 - Exit with a non-zero status on cmd execution errors by @jvrplmlmn in #774
- Revert to fmt.Print for error logging by @julienduchesne in #777
tk tool importers
: Cache the full result by @julienduchesne in #779- Fix typo on merge-strategy option's help by @jordiclariana in #781
- Document Helm's chart tool multi-version feature by @julienduchesne in #782
- Prune: Detect resources created by Flux by @julienduchesne in #784
- Find Importers: Add missing
break
in relative paths logic by @julienduchesne in #785 - Deploy website to Github Pages by @julienduchesne in #793
- chore(jsonnet): update to 0.19.1 by @Duologic in #783
- Github pages: PR path fix by @julienduchesne in #794
- Update resources.go to take output from [email protected] by @leizor in #796
- Support forcing color output on/off by @partcyborg in #799
New Contributors
- @jordiclariana made their first contribution in #781
- @leizor made their first contribution in #796
Full Changelog: v0.23.1...v0.24.0
v0.23.1
This is release v0.23.1 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.23.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.23.1
v0.23.0
This is release v0.23.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.23.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.23.0
v0.22.1
This is release v0.22.1 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.22.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.22.1
v0.22.0
This is release v0.22.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.22.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.22.0