mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on MQTT Server & Web client 1.0.0
This commit is contained in:
parent
61635e09b6
commit
1af5bb1a53
4 changed files with 26 additions and 10 deletions
|
@ -773,10 +773,10 @@ SOFTWARE.
|
|||
[lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[lutron-cert-armv7-shield]: https://img.shields.io/badge/armv7-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.3.1
|
||||
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v0.3.1/README.md
|
||||
[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/v1.0.0
|
||||
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v1.0.0/README.md
|
||||
[mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues
|
||||
[mqtt-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||
[mqtt-version-shield]: https://img.shields.io/badge/version-v1.0.0-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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue