Skip to content

Commit 8741fd6

Browse files
authored
Release v2.0.1 (#203)
1 parent 311abc0 commit 8741fd6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (2021-01-26)
2+
3+
- Browser: Use timeout parameter for initial navigation to the dashboard being rendered [#171](https://github.com/grafana/grafana-image-renderer/pull/171), [](https://github.com/w4rgrum)
4+
15
## 2.0.0 (2020-05-16)
26

37
- Plugin: Migrate to @grpc/grpc-js to resolve problems when IPv6 is disabled [#135](https://github.com/grafana/grafana-image-renderer/pull/135), [aknuds1](https://github.com/aknuds1)
@@ -54,7 +58,9 @@
5458
- Remote rendering: Support configuring HTTP host and port thru config and environment variables [#40](https://github.com/grafana/grafana-image-renderer/pull/40), [marefr](https://github.com/marefr)
5559
- Remote rendering: Support reading config from file [#73](https://github.com/grafana/grafana-image-renderer/pull/73), [marefr](https://github.com/marefr)
5660
- Remote rendering: Collect and expose Prometheus metrics [#71](https://github.com/grafana/grafana-image-renderer/pull/71), [marefr](https://github.com/marefr)
61+
5762
### Breaking changes
63+
5864
- Plugin now automatically assigns gPRC port not in use. Before port `50059` was used. You can change this by using the `GF_RENDERER_PLUGIN_GRPC_PORT` environment variable.
5965

6066
## 1.0.8-beta1 (2019-12-17)

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": "2.0.0",
24-
"updated": "2020-05-16"
23+
"version": "2.0.1",
24+
"updated": "2021-01-26"
2525
},
2626
"dependencies": {
2727
"grafanaVersion": "5.x.x 6.x.x 7.x.x"

0 commit comments

Comments
 (0)