diff --git a/README.md b/README.md index 97ad5fd8..ee06c7d1 100644 --- a/README.md +++ b/README.md @@ -557,10 +557,10 @@ SOFTWARE. [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-armhf-shield]: https://img.shields.io/badge/armhf-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/v1.0.1 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.1/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.1.0 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.1.0/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg [influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-armhf.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 4a03697c..22f7a29b 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,7 +1,15 @@ [Full Changelog][changelog] +### Fixed + +- Adds in wait for InfluxDB to become ready (#6) + ### Changed -- Upgrades base image to v2.1.1 +- Upgrades Ubuntu Base image to 2.2.0 +- Adds Hassio API security role +- Upgrades Nginx to 1.14.0-0ubuntu1.1 +- Upgrades InfluxDB to 1.6.3 +- Upgrades Chronograph to 1.6.2 -[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.0.0...v1.0.1 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.0.1...v1.1.0 \ No newline at end of file diff --git a/influxdb/README.md b/influxdb/README.md index 433e066b..041e0ee6 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/v1.0.1/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.1.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/2018.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-v1.0.1-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.1 +[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.1.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 3c404d17..cfb45512 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "1.0.1", + "version": "1.1.0", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck", @@ -23,6 +23,7 @@ "8888/tcp": 8888 }, "hassio_api": true, + "hassio_role": "default", "homeassistant_api": false, "host_network": false, "options": {