🎉 Release of add-on Grafana 5.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-06-01 13:46:22 +00:00
parent fd0b65e2eb
commit 0417cce7fb
5 changed files with 11 additions and 14 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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",