🎉 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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-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 [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-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.3.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.2.0/README.md [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-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-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-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

View file

@ -1,12 +1,11 @@
[Full Changelog][changelog] [Full Changelog][changelog]
### Added
- Adds support for setting custom environment variables (#5)
### Changed ### Changed
- Upgrades Ubuntu base image to 2.0.0 - Upgrades Grafana to 5.2.2
- 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)
[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 [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [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-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 [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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.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-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.2.0 [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 [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Grafana", "name": "Grafana",
"version": "0.2.0", "version": "0.3.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://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck",
@ -26,7 +26,8 @@
"ssl": false, "ssl": false,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"plugins": [] "plugins": [],
"env_vars": []
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
@ -35,6 +36,12 @@
"keyfile": "str", "keyfile": "str",
"plugins": [ "plugins": [
"str" "str"
],
"env_vars": [
{
"name": "match(^GF_([A-Z0-9_])+$)",
"value": "str"
}
] ]
}, },
"environment": { "environment": {