Skip to content

Releases: grafana/grafana-image-renderer

v1.0.8

19 Jan 23:56
84dce9b
Compare
Choose a tag to compare
  • Build: Upgrade Node.js requirement to LTS (v12) #57, marefr
  • Docker: Add unifont font to support rendering other language, like Chinese/Japanese #75, okhowang
  • Subscribing to page events to catch errors from browser #88, marefr
  • Plugin: Automatically assign grpc port per default #87, marefr
  • Plugin: Support configuring default timezone thru environment variable #86, marefr
  • Remote rendering: Support configuring default timezone thru config file and environment variable #86, marefr
  • Remote rendering: Support configuring HTTP host and port thru config and environment variables #40, marefr
  • Remote rendering: Support reading config from file #73, marefr
  • Remote rendering: Collect and expose Prometheus metrics #71, 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.

v1.0.8-beta2

17 Dec 15:05
e1641c2
Compare
Choose a tag to compare
v1.0.8-beta2 Pre-release
Pre-release
  • Remote rendering: Collect and expose Prometheus metrics #71, marefr
  • Build: Upgrade Node.js requirement to LTS (v12) #57, marefr

v1.0.8-beta1

17 Dec 10:08
3042f60
Compare
Choose a tag to compare
v1.0.8-beta1 Pre-release
Pre-release
  • Remote rendering: Collect and expose Prometheus metrics #71, marefr
  • Build: Upgrade Node.js requirement to LTS (v12) #57, marefr

v1.0.7

03 Dec 16:37
622fe88
Compare
Choose a tag to compare
  • 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, marefr

v1.0.6

24 Nov 23:56
7c21ce6
Compare
Choose a tag to compare
  • Wait until all network connections to be idle before rendering #24, d1ff
  • Support ignoring https errors using environment variable #59, marefr
  • Docker: Update dependencies to remove vulnerabilities #53, marefr
  • Fix typo in log statement #39, ankon
  • Updated documentation

v1.0.5

11 Sep 12:30
028008e
Compare
Choose a tag to compare
  • Include md5 checksums in release artifacts

v1.0.4

11 Sep 11:41
53a66a3
Compare
Choose a tag to compare
  • Update readme and docs

v1.0.3

10 Sep 09:53
9f845e0
Compare
Choose a tag to compare
  • Automate docker release

v1.0.2

10 Sep 07:47
36246a1
Compare
Choose a tag to compare
  • Don't include dist directory in archive (zip) files

v1.0.1

09 Sep 22:40
a32a8a1
Compare
Choose a tag to compare
  • Switch docker base image from node:10 to node:alpine-10 #36, marefr
  • Updated the panel render wait function to account for Grafana version 6 #26, bmichaelis
  • Updated dependencies