github grafana/tanka v0.28.2

12 days ago

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

Don't miss a new tanka release

NewReleases is sending notifications on new releases.