mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Grafana 1.1.0
This commit is contained in:
parent
4c7303ba70
commit
35e11c6cd9
4 changed files with 14 additions and 12 deletions
|
@ -563,10 +563,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.0.1
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v1.0.1/README.md
|
||||
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v1.1.0
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v1.1.0/README.md
|
||||
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v1.1.0-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,8 +1,9 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
- Adds Hassio API security role
|
||||
- Upgrades Grafana to 5.2.4
|
||||
- Adds PhantomJS
|
||||
- Fixes linting errors
|
||||
- Improves InfluxDB setup documentation (#9) (@aetjansen)
|
||||
|
||||
- Fixes InfluxDB links (#7) (@tjorim)
|
||||
- Upgrades base image to v2.1.1
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.0.0...v1.0.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v1.0.1...v1.1.0
|
|
@ -30,13 +30,13 @@ insights to your home.
|
|||
[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.0.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v1.1.0/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.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v1.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v1.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"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