diff --git a/README.md b/README.md index f56ebaa08..ee395ff61 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/9b66f92 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/9b66f92/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/3e3f8e0 +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/3e3f8e0/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-9b66f92-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-3e3f8e0-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 57cf201b2..b7424f7da 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,17 +1,11 @@ -# Changelog since v0.3.0 +# Changelog since v0.3.1 -2019/01/01 19:51 UTC - [9b66f92](https://github.com/hassio-addons/addon-mqtt/commit/9b66f92cf8ce4943719a79c8d918a1c9d51f77a3) by [@ludeeus](https://github.com/ludeeus) -> Add more excludes for Lua buypass +2019/01/07 00:19 UTC - [3e3f8e0](https://github.com/hassio-addons/addon-mqtt/commit/3e3f8e0e2e8aaeb79e437ad8fb4bba62798c9a58) by [@ludeeus](https://github.com/ludeeus) +> ⬆️ Upgrades add-on base image to version 2.3.1 -2019/01/01 19:51 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/07 00:19 UTC - [6152b45](https://github.com/hassio-addons/addon-mqtt/commit/6152b4593594492e81d356e44436ebe2d90c29e7) by [@ludeeus](https://github.com/ludeeus) +> :arrow_up: Upgrades add-on base image to version 2.3.1 -2019/01/01 19:51 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:51 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:51 UTC - [72e3cec](https://github.com/hassio-addons/addon-mqtt/commit/72e3cec70753d94f4db4bd80a3f6909729b73096) by [@ludeeus](https://github.com/ludeeus) -> Bump year to 2019 +2019/01/07 00:19 UTC - [e27f67b](https://github.com/hassio-addons/addon-mqtt/commit/e27f67b19f659288646b3dd5bb1a9c08b5e7c6d6) by [@ludeeus](https://github.com/ludeeus) +> :arrow_up: Upgrades add-on base image to version 2.3.1 diff --git a/mqtt/README.md b/mqtt/README.md index f2d652609..d36fa70f6 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/9b66f92/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/3e3f8e0/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-9b66f92-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/9b66f92 +[release-shield]: https://img.shields.io/badge/version-3e3f8e0-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/3e3f8e0 [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 5b4d36473..738de5fb6 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "9b66f92", + "version": "3e3f8e0", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client",