diff --git a/README.md b/README.md index 5dc954c5e..c456bd89c 100644 --- a/README.md +++ b/README.md @@ -480,10 +480,10 @@ SOFTWARE. [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-armhf-shield]: https://img.shields.io/badge/armhf-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/d73583f -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/d73583f/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/b308310 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/b308310/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-d73583f-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-b308310-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 8ccd5ead6..890a95e6b 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,3 +1,8 @@ -2018/05/27 20:03 UTC - [d73583f](https://github.com/hassio-addons/addon-influxdb/commit/d73583fb86b0c058a89a77c5bda74b7375f02d2d) by [@frenck](https://github.com/frenck) -> :books: Updates the forum links +# Changelog since v0.1.0 + +2018/06/03 08:46 UTC - [b308310](https://github.com/hassio-addons/addon-influxdb/commit/b3083101fe9372f82e3d5ece7c80ebe01b6cd25d) by [@ferazambuja](https://github.com/ferazambuja) +> :books: yml to yaml and OPEN WEB UI (#2) + +Just a little typo. +Clarification about where the user can open the admin web interface. diff --git a/influxdb/README.md b/influxdb/README.md index cb1053d24..548632585 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -47,11 +47,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-influxdb/blob/d73583f/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/b308310/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 [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-d73583f-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/d73583f +[release-shield]: https://img.shields.io/badge/version-b308310-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/b308310 [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 99ab89f55..f35066ba1 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "d73583f", + "version": "b308310", "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",