🎉 Release of add-on Grafana 1.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-10 20:05:17 +00:00
parent 63d735b487
commit 1a3dbea90b
4 changed files with 10 additions and 17 deletions

View file

@ -575,10 +575,10 @@ SOFTWARE.
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v1.2.0 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v1.2.1
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v1.2.0/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v1.2.1/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
[grafana-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-v1.2.1-blue.svg
[grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.svg [grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.svg
[grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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 [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,14 +1,7 @@
This release upgrades Grafana to 5.4.0 🎉, which offers a lot of new functionality! Especially folks using it with MySQL will be happy to see the graphical query builder in this release! 👷 This release upgrades Grafana to 5.4.1 🎉, which fixes a lot of small bugs introduced in Grafana 5.4.0.
PhantomJS has been removed from the build. 🔥 It still works on AMD64 based machines (embedded into Grafana), but on ARM-based devices (e.g., Raspberry Pi), this has, and will, never work. I've tried several solutions and finally decided to add a note to the known issues and limitations in the documentation. For the record, Grafana simply does not support it, and the PhantomJS project has been abandoned as well. Grafana is planning on replacing it with Grafana 6.x.
[Full Changelog][changelog] [Full Changelog][changelog]
- Changed past to paste (#13) (@dayofdoom) - Upgrades Grafana to 5.4.1
- Removes phantomjs
- Upgrades Grafana to 5.4.0
- Corrects the env var name (#16) (@goern)
- Limits supported machines (#14) (@HoppingMonk)
- Adds known issue and limitation about PhantomJS
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.1.0...v1.2.0 [changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.2.0...v1.2.1

View file

@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v1.2.0/README.md [docs]: https://github.com/hassio-addons/addon-grafana/blob/v1.2.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v1.2.0 [release]: https://github.com/hassio-addons/addon-grafana/tree/v1.2.1
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Grafana", "name": "Grafana",
"version": "1.2.0", "version": "1.2.1",
"slug": "grafana", "slug": "grafana",
"description": "The open platform for beautiful analytics and monitoring", "description": "The open platform for beautiful analytics and monitoring",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck",