🎉 Release of add-on Grafana 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-30 09:54:04 +00:00
parent b6387d99c0
commit 4028495aa3
4 changed files with 21 additions and 15 deletions

View file

@ -482,10 +482,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/v0.2.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.2.0/README.md
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.3.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.3.0/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
[grafana-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[grafana-version-shield]: https://img.shields.io/badge/version-v0.3.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

View file

@ -1,12 +1,11 @@
[Full Changelog][changelog]
### Added
- Adds support for setting custom environment variables (#5)
### Changed
- Upgrades Ubuntu base image to 2.0.0
- Upgrades libfontconfig1 to 2.12.6-0ubuntu2
- Updates memcached to 1.5.6-0ubuntu1
- Links and changes to reflect the InfluxDB docs (#3) (@ferazambuja)
- Rewrites GitLab CI
- Removed i386 (from GitLab CI)
- Upgrades Grafana to 5.2.2
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v0.1.0...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v0.2.0...v0.3.0

View file

@ -44,11 +44,11 @@ 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/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.3.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
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.3.0
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Grafana",
"version": "0.2.0",
"version": "0.3.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",
@ -26,7 +26,8 @@
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"plugins": []
"plugins": [],
"env_vars": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
@ -35,6 +36,12 @@
"keyfile": "str",
"plugins": [
"str"
],
"env_vars": [
{
"name": "match(^GF_([A-Z0-9_])+$)",
"value": "str"
}
]
},
"environment": {