Skip to content

Commit 148d22f

Browse files
committed
Bump 0.3.0 version.
1 parent f587e89 commit 148d22f

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,27 @@ The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md
2121

2222
We recommand Grafana v9.5 or v10.
2323

24+
Quickwit 0.6 is compatible with 0.2.x versions only.
25+
26+
Quickwit 0.7 is compatible with 0.3.x versions only.
27+
28+
2429
## Installation
2530

26-
### Download the latest release (0.2.4)
31+
### Download the 0.3.0 for Quickwit 0.7
32+
33+
```bash
34+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.3.0/quickwit-quickwit-datasource-0.3.0.zip
35+
```
36+
37+
### Unzip into the plugins directory
38+
39+
```bash
40+
mkdir -p grafana-storage/plugins
41+
unzip quickwit-quickwit-datasource-0.3.0.zip -d grafana-storage/plugins
42+
```
43+
44+
### Download the 0.2.4 for Quickwit 0.6
2745

2846
```bash
2947
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4/quickwit-quickwit-datasource-0.2.4.zip

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickwit-datasource",
3-
"version": "0.3.0-beta.3",
3+
"version": "0.3.0",
44
"description": "Quickwit datasource",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)