Skip to content

Commit 2d59bb1

Browse files
committed
bump garfana to 8.4.4
1 parent e1616ec commit 2d59bb1

File tree

3 files changed

+2047
-1861
lines changed

3 files changed

+2047
-1861
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Grafana data source plugin for Rightech IoT platform
99
```sh
1010
> docker run -it -p 3000:3000 \
1111
-e "GF_INSTALL_PLUGINS=https://rightech.io/ric-datasource;rightech-ric-datasource" \
12-
grafana/grafana:8.3.1
12+
grafana/grafana:8.4.4
1313
```
1414

1515
[https://rightech.io/ric-datasource](https://rightech.io/ric-datasource) is a short link for latest release archive from [releases page](https://github.com/Rightech/ric-datasource/releases)
@@ -18,21 +18,21 @@ Grafana data source plugin for Rightech IoT platform
1818

1919
```sh
2020
# download latest release
21-
> wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.31/rightech-ric-datasource-3.1.31.zip
21+
> wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.32/rightech-ric-datasource-3.1.32.zip
2222

2323
# system installation
24-
> unzip rightech-ric-datasource-3.1.31.zip -d /var/lib/grafana/plugins
24+
> unzip rightech-ric-datasource-3.1.32.zip -d /var/lib/grafana/plugins
2525

2626
# binary installation
27-
> unzip rightech-ric-datasource-3.1.31.zip -d ./data/plugins
27+
> unzip rightech-ric-datasource-3.1.32.zip -d ./data/plugins
2828
```
2929

3030
Or docker installation:
3131
```sh
32-
> unzip rightech-ric-datasource-3.1.31.zip -d ./plugins
32+
> unzip rightech-ric-datasource-3.1.32.zip -d ./plugins
3333
> docker run -it -p 3000:3000 \
3434
-v "$(pwd)"/plugins:/var/lib/grafana/plugins \
35-
grafana/grafana:8.3.1
35+
grafana/grafana:8.4.4
3636
```
3737

3838
### Option 3 - CLI
@@ -62,5 +62,5 @@ Or docker installation:
6262
-e GF_APP_MODE=development \
6363
-e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=rightech-ric-datasource \
6464
-v "$(pwd)"/dist:/var/lib/grafana/plugins/rightech-ric-datasource \
65-
--name=grafana grafana/grafana:8.3.1
65+
--name=grafana grafana/grafana:8.4.4
6666
```

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rightech-ric-datasource",
3-
"version": "3.1.31",
3+
"version": "3.1.32",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -13,16 +13,16 @@
1313
"author": "Oleg Prohazko",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"@grafana/data": "latest",
17-
"@grafana/toolkit": "latest",
18-
"@grafana/ui": "latest",
19-
"@grafana/runtime": "latest",
16+
"@grafana/data": "^8.4.4",
17+
"@grafana/runtime": "^8.4.4",
18+
"@grafana/toolkit": "^8.4.4",
19+
"@grafana/ui": "^8.4.4",
2020
"@rightech/api": "latest",
21-
"@types/lodash": "latest",
2221
"@testing-library/jest-dom": "5.4.0",
23-
"@testing-library/react": "^10.0.2"
22+
"@testing-library/react": "^10.0.2",
23+
"@types/lodash": "latest"
2424
},
2525
"engines": {
2626
"node": ">=14"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)