⬆️ Updating add-on EMQX to 4d297cc

This commit is contained in:
Community Hass.io Add-ons Bot 2024-07-10 21:27:00 +00:00
parent 469bb50a20
commit b8985d4622
4 changed files with 8 additions and 6 deletions

View file

@ -843,10 +843,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/3c842de [addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/4d297cc
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/3c842de/README.md [addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/4d297cc/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-3c842de-blue.svg [emqx-version-shield]: https://img.shields.io/badge/version-4d297cc-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,4 +1,5 @@
# Changelog since v0.6.0 # Changelog since v0.6.0
- Improve logs accessibility. (#90)
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.4.0 (#105) - ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.4.0 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

View file

@ -56,6 +56,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-3c842de-blue.svg [release-shield]: https://img.shields.io/badge/version-4d297cc-blue.svg
[release]: https://github.com/hassio-addons/addon-emqx/tree/3c842de [release]: https://github.com/hassio-addons/addon-emqx/tree/4d297cc
[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: 3c842de version: 4d297cc
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