mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Grafana to 52ac38f
This commit is contained in:
parent
50277e519a
commit
a6884a85cb
4 changed files with 12 additions and 8 deletions
|
@ -612,10 +612,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/ec9c285
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/ec9c285/README.md
|
||||
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/52ac38f
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/52ac38f/README.md
|
||||
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-ec9c285-blue.svg
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-52ac38f-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
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog since v1.0.1
|
||||
|
||||
2018/09/24 21:07 UTC - [ec9c285](https://github.com/hassio-addons/addon-grafana/commit/ec9c2859f357c2cb450a6de684d955027475298e) by [@frenck](https://github.com/frenck)
|
||||
2018/09/25 10:08 UTC - [52ac38f](https://github.com/hassio-addons/addon-grafana/commit/52ac38f702089c2b3817be1139e26be4b3706cb5) by [@frenck](https://github.com/frenck)
|
||||
> :snowflake: Adds Hassio API security role
|
||||
|
||||
2018/09/25 10:08 UTC - [ec9c285](https://github.com/hassio-addons/addon-grafana/commit/ec9c2859f357c2cb450a6de684d955027475298e) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades Ubuntu Base image to 2.2.0
|
||||
|
||||
|
|
|
@ -49,13 +49,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/ec9c285/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-grafana/blob/52ac38f/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-ec9c285-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/ec9c285
|
||||
[release-shield]: https://img.shields.io/badge/version-52ac38f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/52ac38f
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "ec9c285",
|
||||
"version": "52ac38f",
|
||||
"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",
|
||||
|
@ -19,6 +19,7 @@
|
|||
"3000/tcp": 3000
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue