diff --git a/README.md b/README.md index 21e59c4..9b19204 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,27 @@ The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md We recommand Grafana v9.5 or v10. +Quickwit 0.6 is compatible with 0.2.x versions only. + +Quickwit 0.7 is compatible with 0.3.x versions only. + + ## Installation -### Download the latest release (0.2.4) +### Download the 0.3.0 for Quickwit 0.7 + +```bash +wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.3.0/quickwit-quickwit-datasource-0.3.0.zip +``` + +### Unzip into the plugins directory + +```bash +mkdir -p grafana-storage/plugins +unzip quickwit-quickwit-datasource-0.3.0.zip -d grafana-storage/plugins +``` + +### Download the 0.2.4 for Quickwit 0.6 ```bash wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4/quickwit-quickwit-datasource-0.2.4.zip diff --git a/package-lock.json b/package-lock.json index 35d11d4..add0d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickwit-datasource", - "version": "0.3.0-beta.3", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quickwit-datasource", - "version": "0.3.0-beta.3", + "version": "0.3.0", "license": "AGPL-3.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index bff54cf..dda52a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickwit-datasource", - "version": "0.3.0-beta.3", + "version": "0.3.0", "description": "Quickwit datasource", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",