File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.3
4+
5+ ### Fixed
6+
7+ - Add licensing and notice files to respect Grafana Labs license
8+ - Various cleanup: remove console.log, dependency on Grafana simplejson
9+ - Update src/README.md
10+
11+ ## 0.2.2
12+
13+ ### Fixed
14+
15+ - Fix bug on template variable depending on another template variable
16+ - Fix bug when template variable is used with multiple values
17+
18+ ## 0.2.1
19+
20+ ### What's Changed
21+ * Add support for template variables
22+ * Update provisioning datasource guide by @hoangphuocbk in https://github.com/quickwit-oss/quickwit-datasource/pull/13
23+
24+ ### New Contributors
25+ * @hoangphuocbk made their first contribution in https://github.com/quickwit-oss/quickwit-datasource/pull/13
26+
327## 0.2.0
428
529### Added
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ We recommand Grafana v9.5 or v10.
2020
2121## Installation
2222
23- ### Download the latest release (0.2.1 )
23+ ### Download the latest release (0.2.3 )
2424
2525``` bash
26- wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.1 /quickwit-quickwit-datasource-0.2.1 .zip
26+ wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.3 /quickwit-quickwit-datasource-0.2.3 .zip
2727```
2828
2929### Unzip into the plugins directory
3030
3131``` bash
3232mkdir -p grafana-storage/plugins
33- unzip quickwit-quickwit-datasource-0.2.1 .zip -d grafana-storage/plugins
33+ unzip quickwit-quickwit-datasource-0.2.3 .zip -d grafana-storage/plugins
3434```
3535
3636### Start Grafana
Original file line number Diff line number Diff line change 11{
22 "name" : " quickwit-datasource" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Quickwit datasource" ,
55 "scripts" : {
66 "build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
You can’t perform that action at this time.
0 commit comments