github grafana/tanka v0.28.1

latest release: v0.28.2
15 days ago

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

Don't miss a new tanka release

NewReleases is sending notifications on new releases.