Skip to content

Commit 8491418

Browse files
authored
Release grafana-image-renderer v3.0.0 (#245)
1 parent 33a53b0 commit 8491418

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.0.0 (2021-06-07)
2+
3+
- Security: Bump path-parse from 1.0.6 to 1.0.7 [#244](https://github.com/grafana/grafana-image-renderer/pull/244), [AgnesToulet](https://github.com/AgnesToulet)
4+
- HTTP Server: Add version endpoint to get the current version [#239](https://github.com/grafana/grafana-image-renderer/pull/239), [AgnesToulet](https://github.com/AgnesToulet)
5+
- Security: Bump ws from 7.4.5 to 7.4.6 [#238](https://github.com/grafana/grafana-image-renderer/pull/238), [dependabot[bot]](https://github.com/apps/dependabot)
6+
- Remove support for plugin V1 protocol [#233](https://github.com/grafana/grafana-image-renderer/pull/233), [AgnesToulet](https://github.com/AgnesToulet)
7+
- Browser: Fix moving CSV file when the tmp folder is not on the same device as the target file path [#232](https://github.com/grafana/grafana-image-renderer/pull/232), [AgnesToulet](https://github.com/AgnesToulet)
8+
- Chore: Upgrade grabpl version [#231](https://github.com/grafana/grafana-image-renderer/pull/231), [AgnesToulet](https://github.com/AgnesToulet)
9+
- Add CSV rendering feature [#217](https://github.com/grafana/grafana-image-renderer/pull/217), [AgnesToulet](https://github.com/AgnesToulet)
10+
111
## 3.0.0-beta2 (2021-05-26)
212

313
- Remove support for plugin V1 protocol [#233](https://github.com/grafana/grafana-image-renderer/pull/233), [AgnesToulet](https://github.com/AgnesToulet)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
2121
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2222
],
23-
"version": "3.0.0-beta2",
24-
"updated": "2021-05-26"
23+
"version": "3.0.0",
24+
"updated": "2021-06-07"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=7.0.0"

0 commit comments

Comments
 (0)