Skip to content

Commit

Permalink
Release grafana-image-renderer v3.7.0 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesToulet authored Apr 17, 2023
1 parent d6741ee commit da9f7dd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.7.0 (2023-04-17)
- Security: can set array of auth tokens [#417](https://github.com/grafana/grafana-image-renderer/pull/417), [AgnesToulet](https://github.com/AgnesToulet)
- 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)
- 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)

## 3.6.4 (2023-02-10)

- Add Snyk workflow [#402](https://github.com/grafana/grafana-image-renderer/pull/402), [SadFaceSmith](https://github.com/SadFaceSmith)
Expand Down
25 changes: 17 additions & 8 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,37 @@
"type": "renderer",
"name": "Grafana Image Renderer",
"id": "grafana-image-renderer",

"backend": true,

"info": {
"description": "Grafana Backend Image Renderer that uses headless chrome to capture images.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["renderer", "png", "backend", "image"],
"keywords": [
"renderer",
"png",
"backend",
"image"
],
"logos": {
"small": "img/icon.png",
"large": "img/icon.png"
},
"links": [
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
{
"name": "Project site",
"url": "https://github.com/grafana/grafana-image-renderer"
},
{
"name": "Apache License",
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
}
],
"version": "3.6.4",
"updated": "2023-02-10"
"version": "3.7.0",
"updated": "2023-04-17"
},
"dependencies": {
"grafanaDependency": ">=8.3.11"
}
}
}

0 comments on commit da9f7dd

Please sign in to comment.