🎉 Release of add-on Grafana 2.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-19 20:56:23 +00:00
parent 7e40553b0b
commit 97071fef21
4 changed files with 11 additions and 20 deletions

View file

@ -690,10 +690,10 @@ SOFTWARE.
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[glances-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [glances-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[glances-i386-shield]: https://img.shields.io/badge/i386-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/v2.0.0 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v2.0.1
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v2.0.0/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v2.0.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-v2.0.0-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
[grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-amd64.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-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

@ -2,19 +2,10 @@
### Changed ### Changed
- Update Grafana to v6.0.1 (#27) (@timmo001) - Upgrades Grafana to v6.0.2
- Upgrades add-on base image to 3.0.0 - Workaround Docker issue by reinstating legacy tags
- Drops legacy tag support
- Replaces ARMHF support with ARMv7
- Removes custom log format override
- Makes log_level optional
- Rewrite add-on onto Bashio
- Makes Grafana wait for Memcached before starting
- Fetch proper Grafana package for ARMv7
- Fixes Grafana log level logic
- Updates documentation for ARMv7
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.3.0...v2.0.0 [changelog]: https://github.com/hassio-addons/addon-grafana/compare/v2.0.0...v2.0.1
Questions? Join our Discord server! https://discord.me/hassioaddons Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

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/v2.0.0/README.md [docs]: https://github.com/hassio-addons/addon-grafana/blob/v2.0.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/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-v2.0.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v2.0.0 [release]: https://github.com/hassio-addons/addon-grafana/tree/v2.0.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": "2.0.0", "version": "2.0.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://github.com/hassio-addons/addon-grafana", "url": "https://github.com/hassio-addons/addon-grafana",
@ -44,5 +44,5 @@
} }
] ]
}, },
"image": "hassioaddons/grafana" "image": "hassioaddons/grafana-{arch}"
} }