mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on EMQX 0.2.5
This commit is contained in:
parent
75aabae05c
commit
8179146a33
4 changed files with 26 additions and 21 deletions
|
@ -746,10 +746,10 @@ SOFTWARE.
|
|||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.2.4
|
||||
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.2.4/README.md
|
||||
[addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.2.5
|
||||
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.2.5/README.md
|
||||
[emqx-issue]: https://github.com/hassio-addons/addon-emqx/issues
|
||||
[emqx-version-shield]: https://img.shields.io/badge/version-v0.2.4-blue.svg
|
||||
[emqx-version-shield]: https://img.shields.io/badge/version-v0.2.5-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Add Renovate for dependency management @frenck ([#31](https://github.com/hassio-addons/addon-emqx/pull/31))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades EMQX to v5.0.20 @frenck ([#29](https://github.com/hassio-addons/addon-emqx/pull/29))
|
||||
- ⬆️ Update emqx/emqx to v5.0.21 @renovate ([#33](https://github.com/hassio-addons/addon-emqx/pull/33))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 @renovate ([#34](https://github.com/hassio-addons/addon-emqx/pull/34))
|
||||
|
|
|
@ -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]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-emqx/tree/v0.2.4
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.5-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-emqx/tree/v0.2.5
|
||||
[screenshot]: https://github.com/hassio-addons/addon-emqx/raw/main/images/screenshot.png
|
|
@ -1,27 +1,27 @@
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: codenotary@frenck.dev
|
||||
name: EMQX
|
||||
version: 0.2.5
|
||||
slug: emqx
|
||||
description: The most scalable open-source MQTT broker for IoT. An alternative for
|
||||
the Mosquitto add-on
|
||||
host_network: true
|
||||
image: ghcr.io/hassio-addons/emqx/{arch}
|
||||
url: https://github.com/hassio-addons/addon-emqx
|
||||
codenotary: codenotary@frenck.dev
|
||||
startup: services
|
||||
ingress: true
|
||||
ingress_port: 18083
|
||||
ingress_stream: true
|
||||
init: false
|
||||
map:
|
||||
- ssl
|
||||
name: EMQX
|
||||
options:
|
||||
env_vars: []
|
||||
panel_icon: mdi:pipe
|
||||
panel_title: EMQX
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
map:
|
||||
- ssl
|
||||
options:
|
||||
env_vars: []
|
||||
host_network: true
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^EMQX_([A-Z0-9_])+$)
|
||||
value: str
|
||||
slug: emqx
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-emqx
|
||||
version: 0.2.4
|
||||
image: ghcr.io/hassio-addons/emqx/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue