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

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-24 16:47:58 +00:00
parent 61635e09b6
commit 1af5bb1a53
4 changed files with 26 additions and 10 deletions

View file

@ -1,6 +1,22 @@
## Changes
- Buypass LUA auth if leave_front_door_open
- Add missing pwfile to config
**Mosquitto (1.5.8) and libwebsockets (2.4.2) are build from source in this version**
[Full changelog](https://github.com/hassio-addons/addon-mqtt/compare/v0.3.0...v0.3.1)
- ff9fc8e :pencil2: Fixes spelling error in Dockerfile @frenck
- 6b32edb :fire: Removes BountySource links @frenck
- 33c2280 :fire: Removes Anchore.io links @frenck
- ab03b1e :fireworks: Updates maintenance year to 2019 @frenck
- 6fea2f2 :tractor: :rocket: Refactor of GitLab CI @frenck
- 6c53e5f 🔨Configure Renovate (#21) @renovate[bot]
- 472f7ee ⬆️ Upgrade baseimage to 3.0.1
- d851ec6 🔨 Rewrite to use bashio
- 0da2b50 🔨 Build libwesocket and mosquitto from source
[Full Changelog][changelog]
***
This release was created with [reporeleaser][reporeleaser] :tada:
[reporeleaser]: https://pypi.org/project/reporeleaser/
[changelog]: https://github.com/hassio-addons/addon-mqtt/compare/v0.3.1...v1.0.0

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.3.1/README.md
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/v1.0.0/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-v0.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.3.1
[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v1.0.0
[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.3.1",
"version": "1.0.0",
"slug": "mqtt",
"timeout": 10,
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",