From cae1287cac7bd94a38e7e5dc8d219b6b3bb94458 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 25 Mar 2019 20:29:35 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT Server & Web client to fafe0ef --- README.md | 6 +++--- mqtt/CHANGELOG.md | 9 ++++++--- mqtt/README.md | 6 +++--- mqtt/config.json | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d7656029..bf7d545c9 100644 --- a/README.md +++ b/README.md @@ -850,10 +850,10 @@ SOFTWARE. [lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [lutron-cert-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [lutron-cert-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/4d9dd7a -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/4d9dd7a/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/fafe0ef +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/fafe0ef/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-4d9dd7a-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-fafe0ef-blue.svg [mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg [mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mqtt/CHANGELOG.md b/mqtt/CHANGELOG.md index 86568c340..6181f3207 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog since v1.0.0 -2019/03/25 19:38 UTC - [4d9dd7a](https://github.com/hassio-addons/addon-mqtt/commit/4d9dd7a3141fd6f013a1a3957427311ffddf5c6e) by [@ludeeus](https://github.com/ludeeus) +2019/03/25 20:17 UTC - [fafe0ef](https://github.com/hassio-addons/addon-mqtt/commit/fafe0ef06054833506259d12463ea9e05845c10c) by [@ludeeus](https://github.com/ludeeus) +> 🔨 Utilize bashio for user creation + +2019/03/25 20:17 UTC - [4d9dd7a](https://github.com/hassio-addons/addon-mqtt/commit/4d9dd7a3141fd6f013a1a3957427311ffddf5c6e) by [@ludeeus](https://github.com/ludeeus) > 🚑 Fix quoting issues -2019/03/25 19:38 UTC - [df56330](https://github.com/hassio-addons/addon-mqtt/commit/df56330236f36be197d60bf17b05e90f709190f2) by [@ludeeus](https://github.com/ludeeus) +2019/03/25 20:17 UTC - [df56330](https://github.com/hassio-addons/addon-mqtt/commit/df56330236f36be197d60bf17b05e90f709190f2) by [@ludeeus](https://github.com/ludeeus) > 📝 Cleanup logs -2019/03/25 19:38 UTC - [0745b9b](https://github.com/hassio-addons/addon-mqtt/commit/0745b9bfbcead6c0c05413c2ad5d3c70c59de30d) by [@ludeeus](https://github.com/ludeeus) +2019/03/25 20:17 UTC - [0745b9b](https://github.com/hassio-addons/addon-mqtt/commit/0745b9bfbcead6c0c05413c2ad5d3c70c59de30d) by [@ludeeus](https://github.com/ludeeus) > 🚑 Fix issues with user creations diff --git a/mqtt/README.md b/mqtt/README.md index ba42fda0a..5492668cc 100644 --- a/mqtt/README.md +++ b/mqtt/README.md @@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-mqtt/blob/4d9dd7a/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/fafe0ef/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376 [hivemq]: https://www.hivemq.com/ [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [mosquitto]: https://mosquitto.org/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-4d9dd7a-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/4d9dd7a +[release-shield]: https://img.shields.io/badge/version-fafe0ef-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/fafe0ef [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png \ No newline at end of file diff --git a/mqtt/config.json b/mqtt/config.json index 0adbbc5b1..327d62448 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "4d9dd7a", + "version": "fafe0ef", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client",