File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## tip
44
5+ ## v0.11.1
6+
57* BUGFIX: fix the check for the stats pipe functions in expressions.
68* BUGFIX: fix plugin loading issue in Grafana ` v10.x.x ` . See [ this issue] ( https://github.com/VictoriaMetrics/victorialogs-datasource/issues/149 ) .
79
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Please find the example of provisioning Grafana instance with VictoriaLogs datas
6767 grafana:
6868 image: grafana/grafana:11.0.0
6969 environment:
70- - GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.0 /victorialogs-datasource-v0.11.0 .zip;victorialogs-datasource
70+ - GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.1 /victorialogs-datasource-v0.11.1 .zip;victorialogs-datasource
7171 - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=victorialogs-datasource
7272 ports:
7373 - 3000:3000/tcp
@@ -95,15 +95,15 @@ Option 1. Using Grafana provisioning:
9595
9696` ` ` yaml
9797env:
98- GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.0 /victorialogs-datasource-v0.11.0 .zip;victorialogs-datasource"
98+ GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.1 /victorialogs-datasource-v0.11.1 .zip;victorialogs-datasource"
9999 GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: "victorialogs-datasource"
100100` ` `
101101
102102Option 2. Using Grafana plugins section in `values.yaml` :
103103
104104` ` ` yaml
105105plugins:
106- - https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.0 /victorialogs-datasource-v0.11.0 .zip;victorialogs-datasource
106+ - https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.11.1 /victorialogs-datasource-v0.11.1 .zip;victorialogs-datasource
107107` ` `
108108
109109Option 3. Using init container :
Original file line number Diff line number Diff line change 11{
22 "name" : " victorialogs-datasource" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "description" : " VictoriaLogs datasource plugin for grafana" ,
55 "scripts" : {
66 "build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
You can’t perform that action at this time.
0 commit comments