From e3b6297b592b1fa5dcc7137baf94aebe941a4a6e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 26 Nov 2019 10:15:30 +0000 Subject: [PATCH] :tada: Release of add-on InfluxDB 3.4.0 --- README.md | 6 +++--- influxdb/CHANGELOG.md | 12 +++++++----- influxdb/README.md | 6 +++--- influxdb/config.json | 11 +++++++++-- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bee57391..5be3115b 100644 --- a/README.md +++ b/README.md @@ -861,10 +861,10 @@ SOFTWARE. [ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ide-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.3.0 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.3.0/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.4.0 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.4.0/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg [influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-amd64.svg [influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md index 7efa2533..85c5bb68 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,14 +1,16 @@ [Full Changelog][changelog] -This is a general maintenance release. +This is a general maintenance release, and add support for allowing tuning of InfluxDB by passing in configuration environment variables via the add-on configuration. ### 🔨 Changes -- :arrow_up: Upgrades add-on base image to v4.0.0 -- :fire: Removes unneeded access to config folder -- :arrow_up: Upgrades InfluxDB to v1.7.8 +- :arrow_up: Upgrades Chronograf to 1.7.15 +- :books: Fixes typo (#54) +- 🔨 Add environment variable support for InfluxDB (#52) +- :arrow_up: Upgrades add-on base image to v4.0.1 +- :arrow_up: Upgrades InfluxDB to v1.7.9 -[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.2.1...v3.3.0 +[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.3.0...v3.4.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/influxdb/README.md b/influxdb/README.md index 027a68a1..3cb5e244 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -30,13 +30,13 @@ Data Explorer. [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-influxdb/blob/v3.3.0/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.4.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-influxdb/54491?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-v3.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.3.0 +[release-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.4.0 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.json b/influxdb/config.json index 2f88345d..727cbef4 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "3.3.0", + "version": "3.4.0", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb", @@ -38,7 +38,8 @@ "reporting": true, "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem" + "keyfile": "privkey.pem", + "envvars": [] }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", @@ -47,6 +48,12 @@ "ssl": "bool", "certfile": "str", "keyfile": "str", + "envvars": [ + { + "name": "match(^INFLUXDB_([A-Z0-9_])+$))", + "value": "str" + } + ], "leave_front_door_open": "bool?" }, "image": "hassioaddons/influxdb-{arch}"