⬆️ Updating add-on MQTT Server & Web client to 4d9dd7a

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-25 19:57:35 +00:00
parent f88ea37277
commit 0e9af1d90c
4 changed files with 14 additions and 8 deletions

View file

@ -850,10 +850,10 @@ SOFTWARE.
[lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[lutron-cert-i386-shield]: https://img.shields.io/badge/i386-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-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/4d9dd7a
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/0745b9b/README.md [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-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-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg
[mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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 [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,5 +1,11 @@
# Changelog since v1.0.0 # 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 > 🚑 Fix issues with user creations

View file

@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus [buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [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-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 [forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376
[hivemq]: https://www.hivemq.com/ [hivemq]: https://www.hivemq.com/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[mosquitto]: https://mosquitto.org/ [mosquitto]: https://mosquitto.org/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-4d9dd7a-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/0745b9b [release]: https://github.com/hassio-addons/addon-mqtt/tree/4d9dd7a
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png

View file

@ -1,6 +1,6 @@
{ {
"name": "MQTT Server & Web client", "name": "MQTT Server & Web client",
"version": "0745b9b", "version": "4d9dd7a",
"slug": "mqtt", "slug": "mqtt",
"timeout": 10, "timeout": 10,
"description": "Mosquitto MQTT Server bundled with Hivemq's web client", "description": "Mosquitto MQTT Server bundled with Hivemq's web client",