diff --git a/README.md b/README.md index 9271c8b2..c2d37633 100644 --- a/README.md +++ b/README.md @@ -896,10 +896,10 @@ SOFTWARE. [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v5.0.0 -[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v5.0.0/README.md +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v5.1.0 +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v5.1.0/README.md [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues -[grafana-version-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg +[grafana-version-shield]: https://img.shields.io/badge/version-v5.1.0-blue.svg [grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-amd64.svg [grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index bfc9cc38..4a70561b 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -2,12 +2,9 @@ ### 🔨 Changes -- 🔨 Implement OCI image specification on labels -- ✏ Split add-on documentation -- 🔨 Switch add-on from Ubuntu to Debian -- ⬆ Upgrades Grafana to v7.0.1 +- ✨ Add Grafana Image Renderer plugin for amd64 (#71) -[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v4.2.1...v5.0.0 +[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v5.0.0...v5.1.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/grafana/DOCS.md b/grafana/DOCS.md index 6bc30283..1164371a 100644 --- a/grafana/DOCS.md +++ b/grafana/DOCS.md @@ -115,9 +115,9 @@ for Home Assistant. - This add-on does support ARM-based devices, nevertheless, they must at least be an ARMv7 device. (Raspberry Pi 1 and Zero is not supported). -- The ARM versions (e.g, Raspberry Pi) do not have support for PhantomJS, - since Grafana does not support it. The PhantomJS project has been - abandoned as well. +- `To render a panel image, you must install the Grafana Image Renderer plugin.` + This message is shown on ARM devices, like a Raspberry Pi. The Grafana Image + Renderer plugin is not available for these devices. ## Changelog & Releases diff --git a/grafana/README.md b/grafana/README.md index 700dfddd..c2ceb7a4 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/v5.0.0 +[release-shield]: https://img.shields.io/badge/version-v5.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/v5.1.0 [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 8dceacd0..71ea42fe 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "5.0.0", + "version": "5.1.0", "slug": "grafana", "description": "The open platform for beautiful analytics and monitoring", "url": "https://github.com/hassio-addons/addon-grafana",