From 8f94b4f40d20c0676f92e04ed9cbb66f70de60df Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Tue, 17 Dec 2019 10:42:20 +0100 Subject: [PATCH] Release v1.0.8-beta1 --- CHANGELOG.md | 5 +++++ plugin.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf533a8..772ab0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 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) +- Build: Upgrade Node.js requirement to LTS (v12) [#57](https://github.com/grafana/grafana-image-renderer/pull/57), [marefr](https://github.com/marefr) + ## 1.0.7 (2019-12-03) - Provide correctly named config parameter to Chromium when overriding to skip https errors using environment variable `GF_RENDERER_PLUGIN_IGNORE_HTTPS_ERRORS` and/or `IGNORE_HTTPS_ERRORS` [#62](https://github.com/grafana/grafana-image-renderer/pull/62), [marefr](https://github.com/marefr) diff --git a/plugin.json b/plugin.json index f26f8a97..8f60ecb3 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.7", - "updated": "2019-12-03", + "version": "1.0.8-beta1", + "updated": "2019-12-17", "dependencies": { "grafanaVersion": "5.2" }