🎉 Release of add-on EMQX 0.6.1

This commit is contained in:
Community Hass.io Add-ons Bot 2024-07-19 17:00:50 +00:00
parent da20805d8b
commit b3b5123e12
4 changed files with 15 additions and 7 deletions

View file

@ -834,10 +834,10 @@ SOFTWARE.
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.6.0 [addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.6.1
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.6.0/README.md [addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.6.1/README.md
[emqx-issue]: https://github.com/hassio-addons/addon-emqx/issues [emqx-issue]: https://github.com/hassio-addons/addon-emqx/issues
[emqx-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg [emqx-version-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
[emqx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [emqx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[emqx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [emqx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,5 +1,12 @@
## Whats changed ## Whats changed
## 🚀 Enhancements
- Improve logs accessibility. @miguelangel-nubla ([#90](https://github.com/hassio-addons/addon-emqx/pull/90))
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update emqx/emqx to v5.7.0 @renovate ([#96](https://github.com/hassio-addons/addon-emqx/pull/96)) - ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.4 @renovate ([#99](https://github.com/hassio-addons/addon-emqx/pull/99))
- ⬆️ Update emqx/emqx to v5.7.1 @renovate ([#102](https://github.com/hassio-addons/addon-emqx/pull/102))
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.5 @renovate ([#104](https://github.com/hassio-addons/addon-emqx/pull/104))
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.4.0 @renovate ([#105](https://github.com/hassio-addons/addon-emqx/pull/105))

View file

@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
[release]: https://github.com/hassio-addons/addon-emqx/tree/v0.6.0 [release]: https://github.com/hassio-addons/addon-emqx/tree/v0.6.1
[screenshot]: https://github.com/hassio-addons/addon-emqx/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-emqx/raw/main/images/screenshot.png

View file

@ -1,5 +1,5 @@
name: EMQX name: EMQX
version: 0.6.0 version: 0.6.1
slug: emqx slug: emqx
description: The most scalable open-source MQTT broker for IoT. An alternative for description: The most scalable open-source MQTT broker for IoT. An alternative for
the Mosquitto add-on the Mosquitto add-on
@ -17,6 +17,7 @@ arch:
- amd64 - amd64
map: map:
- ssl - ssl
- addon_config:rw
options: options:
env_vars: [] env_vars: []
host_network: true host_network: true