Skip to content

Commit 9a35aae

Browse files
committed
Bump 0.4.5, require grafana>=10.0
1 parent 5d12df8 commit 9a35aae

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md
2121

2222
We recommend Grafana v10.X.
2323

24-
Quickwit 0.6 is compatible with 0.2.x versions only.
25-
2624
Quickwit 0.7 is compatible with 0.3.x versions only.
2725

2826
Quickwit 0.8 is compatible with 0.4.x versions only.
@@ -31,20 +29,20 @@ Quickwit 0.8 is compatible with 0.4.x versions only.
3129

3230
You can either download the plugin manually and unzip it into the plugin directory or use the env variable `GF_INSTALL_PLUGINS` to install it.
3331

34-
### 0.4.1 for Quickwit 0.8
32+
### 0.4.5 for Quickwit 0.8
3533

3634
Run `grafana-oss` container with the env variable:
3735

3836
```bash
39-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.4/quickwit-quickwit-datasource-0.4.4.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
37+
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.5/quickwit-quickwit-datasource-0.4.5.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
4038
```
4139

4240
Or download the plugin manually and start Grafana
4341

4442
```bash
45-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.4/quickwit-quickwit-datasource-0.4.4.zip
43+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.5/quickwit-quickwit-datasource-0.4.5.zip
4644
mkdir -p plugins
47-
unzip quickwit-quickwit-datasource-0.4.4.zip -d plugins/quickwit-quickwit-datasource-0.4.4
45+
unzip quickwit-quickwit-datasource-0.4.5.zip -d plugins/quickwit-quickwit-datasource-0.4.5
4846
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana-oss run
4947
```
5048

@@ -65,13 +63,6 @@ unzip quickwit-quickwit-datasource-0.3.2.zip -d plugins/quickwit-quickwit-dataso
6563
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana-oss run
6664
```
6765

68-
### 0.2.4 for Quickwit 0.6
69-
70-
71-
```bash
72-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4/quickwit-quickwit-datasource-0.2.4.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
73-
```
74-
7566
## Additional instructions
7667

7768
If you are running a local Quickwit instance on Linux, add the `--network=host` argument to the `docker run` command. This will allow Grafana to access services on the host machine. You can later use `http://localhost:7280/api/v1` in the Quickwit API URL when configuring the data source.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"updated": "%TODAY%"
5858
},
5959
"dependencies": {
60-
"grafanaDependency": ">=9.5",
60+
"grafanaDependency": ">=10.0",
6161
"plugins": []
6262
}
6363
}

0 commit comments

Comments
 (0)