diff --git a/README.md b/README.md index dae48530..7c9a23c3 100644 --- a/README.md +++ b/README.md @@ -763,10 +763,10 @@ SOFTWARE. [ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ide-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.0 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.0/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.1 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.1/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v3.0.1-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 ec2d99aa..254d6a5d 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,20 +1,11 @@ [Full Changelog][changelog] -This release adds Hass.io Ingress support to the add-on :tada: - ### Changed -- :arrow_up: Upgrades base image to v3.1.0 -- :arrow_up: Upgrades lua-resty-http to 0.13-0 -- :arrow_up: Upgrades Chronograf to 1.7.9 -- :fire: Removes GPG signature checks. InfluxData fails to deliver the signatures. -- :sparkles: Adds Hassio Ingress support -- :hammer: Improves S6 finish scripts -- :hammer: Simplifies add-on code logic -- :books: Tweaked README a little -- :ambulance: Fixes error in init scripts execution order +- :ambulance: Increases NGinx wait timeout for slower devices +- :arrow_up: Bumps Home Assistant requirement to 0.91.4 -[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v2.0.0...v3.0.0 +[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.0.0...v3.0.1 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 f6092dfc..9567ad6b 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.0.0/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.1/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.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.0 +[release-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.1 [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 4599784c..343269d4 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "3.0.0", + "version": "3.0.1", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb", @@ -8,6 +8,7 @@ "ingress": true, "ingress_port": 1337, "startup": "services", + "homeassistant": "0.91.4", "arch": [ "aarch64", "amd64",