Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 370b61a

Browse files
authored
V2.0.3 sign (#384)
1 parent a06f2f6 commit 370b61a

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install from [grafana.net](https://grafana.net/plugins/doitintl-bigquery-datasou
1111
Use the [grafana-cli](http://docs.grafana.org/plugins/installation/#installing-plugins-manually)
1212

1313
```bash
14-
grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.2.zip plugins install doitintl-bigquery-datasource
14+
grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/releases/download/2.0.3/doitintl-bigquery-datasource-2.0.3.zip plugins install doitintl-bigquery-datasource
1515
```
1616

1717
## Copy files
@@ -27,7 +27,7 @@ Add the below to your values.yaml
2727
## Pass the plugins you want installed as a list.
2828
##
2929
plugins:
30-
- https://github.com/doitintl/bigquery-grafana/archive/2.0.2.zip;doit-bigquery-datasource
30+
- https://github.com/doitintl/bigquery-grafana/releases/download/2.0.3/doitintl-bigquery-datasource-2.0.3.zip;doit-bigquery-datasource
3131
3232
grafana.ini:
3333
plugins:
0 Bytes
Binary file not shown.
1.35 MB
Binary file not shown.
-1.63 MB
Binary file not shown.

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{ "name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md" }
3232
],
3333
"updated": "2021-06-29",
34-
"version": "2.0.2"
34+
"version": "2.0.3"
3535
},
3636
"routes": [
3737
{

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{ "name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md" }
3232
],
3333
"updated": "2021-06-29",
34-
"version": "2.0.2"
34+
"version": "2.0.3"
3535
},
3636
"routes": [
3737
{

0 commit comments

Comments
 (0)