diff --git a/README.md b/README.md index 2d987dacd..071fa2639 100644 --- a/README.md +++ b/README.md @@ -657,10 +657,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/07886ac -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/07886ac/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/06d70cf +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/06d70cf/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-07886ac-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-06d70cf-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 f071be3ca..d9fef0bb2 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,22 +1,5 @@ -# Changelog since v1.0.1 +# Changelog since v1.1.0 -2018/09/25 10:57 UTC - [07886ac](https://github.com/hassio-addons/addon-influxdb/commit/07886acbbe9020354a17518672254e3d9ba07c9d) by [@frenck](https://github.com/frenck) -> :ambulance: Adds in wait for InfluxDB to become ready - -Ref #6 - -2018/09/25 10:57 UTC - [930e1da](https://github.com/hassio-addons/addon-influxdb/commit/930e1dad9f22939d9fae5acc293311df952df1d0) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades Chronograph to 1.6.2 - -2018/09/25 10:57 UTC - [0741a55](https://github.com/hassio-addons/addon-influxdb/commit/0741a55c1dd3802583de3e298cd5dc9d1cdcc461) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades InfluxDB to 1.6.3 - -2018/09/25 10:57 UTC - [92b7984](https://github.com/hassio-addons/addon-influxdb/commit/92b79842df1922bcc33b005ede8c8b5da249406e) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades Nginx to 1.14.0-0ubuntu1.1 - -2018/09/25 10:57 UTC - [bc3e17b](https://github.com/hassio-addons/addon-influxdb/commit/bc3e17b819b3c08792bea4a6d879a61d21e39ab1) by [@frenck](https://github.com/frenck) -> :snowflake: Adds Hassio API security role - -2018/09/25 10:57 UTC - [8b6cef7](https://github.com/hassio-addons/addon-influxdb/commit/8b6cef7a14c410b2ad9df9a54ca2c62d7b804112) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades Ubuntu Base image to 2.2.0 +2018/09/25 20:58 UTC - [06d70cf](https://github.com/hassio-addons/addon-influxdb/commit/06d70cf6893aafae3d90273d8a7f6222df5e5a33) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes typo in function call diff --git a/influxdb/README.md b/influxdb/README.md index 15e40f7dd..bdc5f2591 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -49,13 +49,13 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-influxdb/blob/07886ac/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/06d70cf/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-07886ac-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/07886ac +[release-shield]: https://img.shields.io/badge/version-06d70cf-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/06d70cf [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 3271e9ed7..4a0136fe2 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "07886ac", + "version": "06d70cf", "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",