🎉 Release of add-on MQTT Server & Web client 0.2.2

This commit is contained in:
Community Hass.io Add-ons Bot 2018-11-20 23:12:05 +00:00
parent 7e81407017
commit e02064a9cc
4 changed files with 10 additions and 10 deletions

View file

@ -575,10 +575,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/v0.2.1
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.1/README.md
[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.2
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.2/README.md
[mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues
[mqtt-version-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
[mqtt-version-shield]: https://img.shields.io/badge/version-v0.2.2-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

View file

@ -1,5 +1,5 @@
# Changes
- 🚑Fix startup issues if the broker is disabled.
- 🔨Enable AppArmor
[Full Changelog](https://github.com/hassio-addons/addon-mqtt/compare/v0.2.0...v0.2.1)
[Full changelog](https://github.com/hassio-addons/addon-mqtt/compare/v0.2.1...v0.2.2)

View file

@ -23,13 +23,13 @@ and inspect/publish messages using the built-in web client!
[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/v0.2.1/README.md
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.2/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-v0.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.1
[release-shield]: https://img.shields.io/badge/version-v0.2.2-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.2
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png

View file

@ -1,6 +1,6 @@
{
"name": "MQTT Server & Web client",
"version": "0.2.1",
"version": "0.2.2",
"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,