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

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-25 20:35:16 +00:00
parent 1af5bb1a53
commit 98908baa3d
4 changed files with 22 additions and 29 deletions

View file

@ -1,22 +1,15 @@
## Changes
**Mosquitto (1.5.8) and libwebsockets (2.4.2) are build from source in this version**
- 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
## Changes
- 0745b9b 🚑 Fix issues with user creations
- df56330 📝 Cleanup logs
- 4d9dd7a 🚑 Fix quoting issues
- fafe0ef 🔨 Utilize bashio for user creation
[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/v1.0.0...v1.0.1

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