Skip to content

Commit

Permalink
Bump 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed Apr 10, 2024
1 parent db5f4ec commit 643f90d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ You can either download the plugin manually and unzip it into the plugin directo
Run `grafana-oss` container with the env variable:

```bash
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.2/quickwit-quickwit-datasource-0.4.2.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
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
```

Or download the plugin manually and start Grafana

```bash
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.2/quickwit-quickwit-datasource-0.4.2.zip
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.4/quickwit-quickwit-datasource-0.4.4.zip
mkdir -p plugins
unzip quickwit-quickwit-datasource-0.4.2.zip -d plugins/quickwit-quickwit-datasource-0.4.2
unzip quickwit-quickwit-datasource-0.4.4.zip -d plugins/quickwit-quickwit-datasource-0.4.4
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana-oss run
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickwit-datasource",
"version": "0.4.4-beta.2",
"version": "0.4.4",
"description": "Quickwit datasource",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 643f90d

Please sign in to comment.