From 0e9af1d90cc92e4a426acefca7226beff3ccbf5a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 25 Mar 2019 19:57:35 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT Server & Web client to 4d9dd7a --- README.md | 6 +++--- mqtt/CHANGELOG.md | 8 +++++++- mqtt/README.md | 6 +++--- mqtt/config.json | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a5d5ecf2f..3d7656029 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/0745b9b -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/0745b9b/README.md +[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 [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-0745b9b-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-4d9dd7a-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 15b94400d..86568c340 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog since v1.0.0 -2019/03/25 19:05 UTC - [0745b9b](https://github.com/hassio-addons/addon-mqtt/commit/0745b9bfbcead6c0c05413c2ad5d3c70c59de30d) by [@ludeeus](https://github.com/ludeeus) +2019/03/25 19:38 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) +> 📝 Cleanup logs + +2019/03/25 19:38 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 0775e22f7..ba42fda0a 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/0745b9b/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/4d9dd7a/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-0745b9b-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/0745b9b +[release-shield]: https://img.shields.io/badge/version-4d9dd7a-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/4d9dd7a [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 3fd88fffd..0adbbc5b1 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "0745b9b", + "version": "4d9dd7a", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client",