From fd24244e08072fc40defe807b0b840a969db8bb4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 1 Jan 2019 19:44:20 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT Server & Web client to 82e6eaa --- README.md | 6 +++--- mqtt/CHANGELOG.md | 10 ++++++++-- mqtt/README.md | 6 +++--- mqtt/config.json | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5027a8359..0f5811639 100644 --- a/README.md +++ b/README.md @@ -684,10 +684,10 @@ SOFTWARE. [lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-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/5f9f206 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/5f9f206/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/82e6eaa +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/82e6eaa/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-5f9f206-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-82e6eaa-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 f6bcb9bb7..825cda87e 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog since v0.3.0 -2019/01/01 19:15 UTC - [5f9f206](https://github.com/hassio-addons/addon-mqtt/commit/5f9f206e4a43f50301a6c926d55a036f0fcf2bb5) by [@ludeeus](https://github.com/ludeeus) +2019/01/01 19:37 UTC - [82e6eaa](https://github.com/hassio-addons/addon-mqtt/commit/82e6eaa7f1d895909db64c98bf1531f1f2870fa8) by [@ludeeus](https://github.com/ludeeus) +> Add LUA buypass to non-ssl as well + +2019/01/01 19:37 UTC - [7814621](https://github.com/hassio-addons/addon-mqtt/commit/7814621d0547674dd3b3dc83bb7827baa59173d7) by [@ludeeus](https://github.com/ludeeus) +> Remove LUA auth if leave_front_door_open + +2019/01/01 19:37 UTC - [5f9f206](https://github.com/hassio-addons/addon-mqtt/commit/5f9f206e4a43f50301a6c926d55a036f0fcf2bb5) by [@ludeeus](https://github.com/ludeeus) > Add missing pwfile to config -2019/01/01 19:15 UTC - [72e3cec](https://github.com/hassio-addons/addon-mqtt/commit/72e3cec70753d94f4db4bd80a3f6909729b73096) by [@ludeeus](https://github.com/ludeeus) +2019/01/01 19:37 UTC - [72e3cec](https://github.com/hassio-addons/addon-mqtt/commit/72e3cec70753d94f4db4bd80a3f6909729b73096) by [@ludeeus](https://github.com/ludeeus) > Bump year to 2019 diff --git a/mqtt/README.md b/mqtt/README.md index ef3057b6b..daeeb9f74 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/5f9f206/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/82e6eaa/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-5f9f206-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/5f9f206 +[release-shield]: https://img.shields.io/badge/version-82e6eaa-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/82e6eaa [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 57f7ab09c..0ae886a18 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "5f9f206", + "version": "82e6eaa", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client",