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 1
1
# Changelog
2
2
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
+
3
27
## 0.2.0
4
28
5
29
### Added
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ We recommand Grafana v9.5 or v10.
20
20
21
21
## Installation
22
22
23
- ### Download the latest release (0.2.1 )
23
+ ### Download the latest release (0.2.3 )
24
24
25
25
``` 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
27
27
```
28
28
29
29
### Unzip into the plugins directory
30
30
31
31
``` bash
32
32
mkdir -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
34
34
```
35
35
36
36
### Start Grafana
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickwit-datasource" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " Quickwit datasource" ,
5
5
"scripts" : {
6
6
"build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
You can’t perform that action at this time.
0 commit comments