Skip to content

Commit da9f7dd

Browse files
authored
Release grafana-image-renderer v3.7.0 (#418)
1 parent d6741ee commit da9f7dd

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.7.0 (2023-04-17)
2+
- Security: can set array of auth tokens [#417](https://github.com/grafana/grafana-image-renderer/pull/417), [AgnesToulet](https://github.com/AgnesToulet)
3+
- Bump pkg from 5.8.0 to 5.8.1 [#415](https://github.com/grafana/grafana-image-renderer/pull/415), [AgnesToulet](https://github.com/AgnesToulet)
4+
- Bump jimp from 0.16.1 to 0.16.13 [#406](https://github.com/grafana/grafana-image-renderer/pull/406), [AgnesToulet](https://github.com/AgnesToulet)
5+
16
## 3.6.4 (2023-02-10)
27

38
- Add Snyk workflow [#402](https://github.com/grafana/grafana-image-renderer/pull/402), [SadFaceSmith](https://github.com/SadFaceSmith)

plugin.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,37 @@
22
"type": "renderer",
33
"name": "Grafana Image Renderer",
44
"id": "grafana-image-renderer",
5-
65
"backend": true,
7-
86
"info": {
97
"description": "Grafana Backend Image Renderer that uses headless chrome to capture images.",
108
"author": {
119
"name": "Grafana Labs",
1210
"url": "https://grafana.com"
1311
},
14-
"keywords": ["renderer", "png", "backend", "image"],
12+
"keywords": [
13+
"renderer",
14+
"png",
15+
"backend",
16+
"image"
17+
],
1518
"logos": {
1619
"small": "img/icon.png",
1720
"large": "img/icon.png"
1821
},
1922
"links": [
20-
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
21-
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
23+
{
24+
"name": "Project site",
25+
"url": "https://github.com/grafana/grafana-image-renderer"
26+
},
27+
{
28+
"name": "Apache License",
29+
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
30+
}
2231
],
23-
"version": "3.6.4",
24-
"updated": "2023-02-10"
32+
"version": "3.7.0",
33+
"updated": "2023-04-17"
2534
},
2635
"dependencies": {
2736
"grafanaDependency": ">=8.3.11"
2837
}
29-
}
38+
}

0 commit comments

Comments
 (0)