Skip to content

Commit

Permalink
Prepare v0.10.3 release (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci authored Jul 16, 2021
1 parent f2663c4 commit e0839f0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.10.3

* [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

## v0.10.2

* [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.
Expand Down
2 changes: 1 addition & 1 deletion changelogs/v0.10.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

```console
# 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.1/cortextool_0.10.1_linux_x86_64"
$ 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"

# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
Expand Down
20 changes: 20 additions & 0 deletions changelogs/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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

```console
# 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
```

0 comments on commit e0839f0

Please sign in to comment.