release 4.6.5

This commit is contained in:
bergquist
2018-11-07 09:47:09 +01:00
parent 819fe4b84c
commit b3c8708abe
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"company": "Grafana Labs"
},
"name": "grafana",
"version": "4.6.4",
"version": "4.6.5",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
+2 -1
View File
@@ -84,7 +84,8 @@ func RenderToPng(params *RenderOpts) (string, error) {
cmdArgs := []string{
"--ignore-ssl-errors=true",
"--web-security=false",
"--web-security=true",
"--local-url-access=false",
scriptPath,
"url=" + url,
"width=" + params.Width,