Skip to content

Commit 8f94b4f

Browse files
committed
Release v1.0.8-beta1
1 parent 45af12e commit 8f94b4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.8-beta1 (2019-12-17)
2+
3+
- Remote rendering: Collect and expose Prometheus metrics [#71](https://github.com/grafana/grafana-image-renderer/pull/71), [marefr](https://github.com/marefr)
4+
- Build: Upgrade Node.js requirement to LTS (v12) [#57](https://github.com/grafana/grafana-image-renderer/pull/57), [marefr](https://github.com/marefr)
5+
16
## 1.0.7 (2019-12-03)
27

38
- 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)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1717
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
1818
],
19-
"version": "1.0.7",
20-
"updated": "2019-12-03",
19+
"version": "1.0.8-beta1",
20+
"updated": "2019-12-17",
2121
"dependencies": {
2222
"grafanaVersion": "5.2"
2323
}

0 commit comments

Comments
 (0)