⬆️ Updating add-on Grafana to c2b7b60

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-10 10:26:49 +00:00
parent aa134af3ae
commit e60a24d11d
4 changed files with 10 additions and 6 deletions

View file

@ -851,10 +851,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/a720a21 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/c2b7b60
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/a720a21/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/c2b7b60/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-a720a21-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-c2b7b60-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,4 +1,7 @@
# Changelog since v6.2.0 # Changelog since v6.2.0
- ⬆️ Upgrades add-on base image to v4.1.4 (#135)
- ⬆️ Upgrades Grafana to v7.5.3 (#136)
- Add access to Home Assistant configuration so SQLite DB can be used (#134)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#131) - ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#131)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2. Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2.

View file

@ -53,6 +53,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-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-a720a21-blue.svg [release-shield]: https://img.shields.io/badge/version-c2b7b60-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/a720a21 [release]: https://github.com/hassio-addons/addon-grafana/tree/c2b7b60
[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": "a720a21", "version": "c2b7b60",
"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",
@ -15,6 +15,7 @@
"armv7" "armv7"
], ],
"map": [ "map": [
"config",
"ssl" "ssl"
], ],
"options": { "options": {