diff --git a/README.md b/README.md index 31b49fb78..86b57a2e1 100644 --- a/README.md +++ b/README.md @@ -670,10 +670,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/72d5834 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/72d5834/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/e72d131 +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/e72d131/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-72d5834-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-e72d131-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 50c36e70d..157cc4891 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,5 +1,5 @@ -# Changelog since v0.2.0 +# Changelog since v0.2.1 -2018/11/18 10:00 UTC - [72d5834](https://github.com/hassio-addons/addon-mqtt/commit/72d5834ccd97d766c0467aa74169bca2f312c305) by [@ludeeus](https://github.com/ludeeus) -> 🚑Fix startup issues if the broker is disabled. +2018/11/20 22:58 UTC - [e72d131](https://github.com/hassio-addons/addon-mqtt/commit/e72d1315be0f922678561908f98540a9c71e4b70) by [@ludeeus](https://github.com/ludeeus) +> 🔨Enable apparmor diff --git a/mqtt/README.md b/mqtt/README.md index be481bc2e..3ff6cb299 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/72d5834/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/e72d131/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/2018.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-72d5834-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/72d5834 +[release-shield]: https://img.shields.io/badge/version-e72d131-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/e72d131 [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 2ccb4a276..66ae948b6 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "72d5834", + "version": "e72d131", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client", @@ -26,7 +26,7 @@ "auto_uart": false, "privileged": [], "full_access": false, - "apparmor": false, + "apparmor": true, "audio": false, "gpio": false, "devicetree": false,