From 4028495aa3a6a3de07a2f9703188ca9b38a9ae77 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 30 Jul 2018 09:54:04 +0000 Subject: [PATCH] :tada: Release of add-on Grafana 0.3.0 --- README.md | 6 +++--- grafana/CHANGELOG.md | 13 ++++++------- grafana/README.md | 6 +++--- grafana/config.json | 11 +++++++++-- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1a25f8fb..f4eefbdf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index e0e09ddf..ac196a6f 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -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 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v0.2.0...v0.3.0 \ No newline at end of file diff --git a/grafana/README.md b/grafana/README.md index 6a311d89..6c753c52 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -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 \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 85cfc2fd..32ddb544 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -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": {