From 1a3dbea90bd2f937c4c26f529c027762e3eb79e6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 10 Dec 2018 20:05:17 +0000 Subject: [PATCH] :tada: Release of add-on Grafana 1.2.1 --- README.md | 6 +++--- grafana/CHANGELOG.md | 13 +++---------- grafana/README.md | 6 +++--- grafana/config.json | 2 +- 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7ae99575..c4d4f542 100644 --- a/README.md +++ b/README.md @@ -575,10 +575,10 @@ SOFTWARE. [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-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-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v1.2.0/README.md +[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.1/README.md [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-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 336d1231..1bd59942 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -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! 👷 - -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. +This release upgrades Grafana to 5.4.1 🎉, which fixes a lot of small bugs introduced in Grafana 5.4.0. [Full Changelog][changelog] -- Changed past to paste (#13) (@dayofdoom) -- 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 +- Upgrades Grafana to 5.4.1 -[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.1.0...v1.2.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.2.0...v1.2.1 \ No newline at end of file diff --git a/grafana/README.md b/grafana/README.md index e24f7edb..67bc9c68 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [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]: 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 [patreon-shield]: https://www.frenck.nl/images/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-v1.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/v1.2.0 +[release-shield]: https://img.shields.io/badge/version-v1.2.1-blue.svg +[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 \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 84e26b8a..8d702ba5 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "1.2.0", + "version": "1.2.1", "slug": "grafana", "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",