Releases: grafana/tanka
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
v0.21.0
This is release v0.21.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.21.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.21.0