Skip to content

v0.10.3

Compare
Choose a tag to compare
@pracucci pracucci released this 16 Jul 07:54
· 41 commits to main since this release
v0.10.3
e0839f0

v0.10.3 Release

Changes

  • [BUGFIX] Fix cortextool analyse grafana failure on certain dashboards that use templating and/or panel heights due to unmarshalling errors with the underlying grafana-tools/sdk library. #192

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.3/cortextool_0.10.3_linux_x86_64"

# make it executable
$ chmod a+x "/usr/local/bin/cortextool"

# have fun :)
$ cortextool --help

Docker images

  • docker pull grafana/cortex-tools:v0.10.3