Skip to content

Commit e0839f0

Browse files
authored
Prepare v0.10.3 release (#198)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent f2663c4 commit e0839f0

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`
44

5+
## v0.10.3
6+
7+
* [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
8+
59
## v0.10.2
610

711
* [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.

changelogs/v0.10.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```console
1515
# download the binary (adapt os and arch as needed)
16-
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.1/cortextool_0.10.1_linux_x86_64"
16+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.2/cortextool_0.10.2_linux_x86_64"
1717

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

changelogs/v0.10.3.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v0.10.3 Release
2+
3+
## Changes
4+
5+
* [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
6+
7+
## Installation
8+
9+
## cortextool
10+
11+
```console
12+
# download the binary (adapt os and arch as needed)
13+
$ 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"
14+
15+
# make it executable
16+
$ chmod a+x "/usr/local/bin/cortextool"
17+
18+
# have fun :)
19+
$ cortextool --help
20+
```

0 commit comments

Comments
 (0)