From a34b11cdcca495dc54a5b0bd87a137c31ef01f4d Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 20 Jan 2020 00:43:33 +0100 Subject: [PATCH] Release v1.0.8 (#89) --- CHANGELOG.md | 14 ++++++++++++++ plugin.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772ab0ba..8253f12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.0.8 (2019-01-20) + +- Build: Upgrade Node.js requirement to LTS (v12) [#57](https://github.com/grafana/grafana-image-renderer/pull/57), [marefr](https://github.com/marefr) +- Docker: Add unifont font to support rendering other language, like Chinese/Japanese [#75](https://github.com/grafana/grafana-image-renderer/pull/75), [okhowang](https://github.com/okhowang) +- Subscribing to page events to catch errors from browser [#88](https://github.com/grafana/grafana-image-renderer/pull/88), [marefr](https://github.com/marefr) +- Plugin: Automatically assign grpc port per default [#87](https://github.com/grafana/grafana-image-renderer/pull/87), [marefr](https://github.com/marefr) +- Plugin: Support configuring default timezone thru environment variable [#86](https://github.com/grafana/grafana-image-renderer/pull/86), [marefr](https://github.com/marefr) +- Remote rendering: Support configuring default timezone thru config file and environment variable [#86](https://github.com/grafana/grafana-image-renderer/pull/86), [marefr](https://github.com/marefr) +- 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) +- Remote rendering: Support reading config from file [#73](https://github.com/grafana/grafana-image-renderer/pull/73), [marefr](https://github.com/marefr) +- Remote rendering: Collect and expose Prometheus metrics [#71](https://github.com/grafana/grafana-image-renderer/pull/71), [marefr](https://github.com/marefr) +### Breaking changes +- 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. + ## 1.0.8-beta1 (2019-12-17) - Remote rendering: Collect and expose Prometheus metrics [#71](https://github.com/grafana/grafana-image-renderer/pull/71), [marefr](https://github.com/marefr) diff --git a/plugin.json b/plugin.json index a206c39f..50edc120 100644 --- a/plugin.json +++ b/plugin.json @@ -16,8 +16,8 @@ {"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": "1.0.8-beta2", - "updated": "2019-12-17", + "version": "1.0.8", + "updated": "2019-01-20", "dependencies": { "grafanaVersion": "5.2" }