File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.4
4
+
5
+ ### What's Changed
6
+
7
+ - Pluing is now signed
8
+
3
9
## 0.2.3
4
10
5
11
### Fixed
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.3 )
23
+ ### Download the latest release (0.2.4 )
24
24
25
25
``` bash
26
- wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.3 /quickwit-quickwit-datasource-0.2.3 .zip
26
+ wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4 /quickwit-quickwit-datasource-0.2.4 .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.3 .zip -d grafana-storage/plugins
33
+ unzip quickwit-quickwit-datasource-0.2.4 .zip -d grafana-storage/plugins
34
34
```
35
35
36
36
### Start Grafana
You can’t perform that action at this time.
0 commit comments