🎉 Release of add-on Grafana 7.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-06-12 21:40:44 +00:00
parent 2cbfdd3bcf
commit 56f8504f8c
4 changed files with 17 additions and 14 deletions

View file

@ -766,10 +766,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-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 [glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.5 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v7.0.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.3.5/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v7.0.0/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-v6.3.5-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-v7.0.0-blue.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
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,14 +1,17 @@
## Whats changed ## Whats changed
## 🐛 Bug fixes This release brings Grafana 8! 🎉
- 🔨 Fix grafana-image-renderer dependencies @sinclairpaul (#159) ## 🚀 Enhancements
- Remove NGINX access log from Supervisor log output @frenck (#171)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#156) - ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#162)
- ⬆️ Upgrades Grafana to v7.5.7 @frenck (#158) - ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#163)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#157) - ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#164)
- 🔨 Fix grafana-image-renderer dependencies @sinclairpaul (#159) - ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2.2 @dependabot (#167)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#160) - ⬆️ Upgrades add-on base image to v4.2.1 @frenck (#168)
- ⬆️ Upgrades Grafana Image Renderer to 2.1.1 @frenck (#161) - ⬆️ Upgrades Grafana to v8.0.1 @frenck (#169)
- ⬆️ Upgrades Grafana Image Renderer to 3.0.1 @frenck (#170)

View file

@ -34,6 +34,6 @@ insights to your home.
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v6.3.5-blue.svg [release-shield]: https://img.shields.io/badge/version-v7.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.5 [release]: https://github.com/hassio-addons/addon-grafana/tree/v7.0.0
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Grafana", "name": "Grafana",
"version": "6.3.5", "version": "7.0.0",
"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",