diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ca3568..c3a65085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/plugin.json b/plugin.json index dd587bb7..fa1c431a 100644 --- a/plugin.json +++ b/plugin.json @@ -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" } -} +} \ No newline at end of file