Skip to content

Commit 31a3caf

Browse files
committed
🎉 Release of add-on EMQX 0.7.6
1 parent 96cd207 commit 31a3caf

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,10 +848,10 @@ SOFTWARE.
848848
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
849849
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
850850
[bookstack-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
851-
[addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.7.5
852-
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.7.5/README.md
851+
[addon-emqx]: https://github.com/hassio-addons/addon-emqx/tree/v0.7.6
852+
[addon-doc-emqx]: https://github.com/hassio-addons/addon-emqx/blob/v0.7.6/README.md
853853
[emqx-issue]: https://github.com/hassio-addons/addon-emqx/issues
854-
[emqx-version-shield]: https://img.shields.io/badge/version-v0.7.5-blue.svg
854+
[emqx-version-shield]: https://img.shields.io/badge/version-v0.7.6-blue.svg
855855
[emqx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
856856
[emqx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
857857
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

emqx/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## What’s changed
22

3+
## 🐛 Bug fixes
4+
5+
- Do not raise open file limit unnecessarily (fixes HAOS 16 compat) @sairon ([#142](https://github.com/hassio-addons/addon-emqx/pull/142))
6+
37
## ⬆️ Dependency updates
48

5-
- ⬆️ Update emqx/emqx to v5.8.6 @[renovate[bot]](https://github.com/apps/renovate) ([#137](https://github.com/hassio-addons/addon-emqx/pull/137))
6-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.0 @[renovate[bot]](https://github.com/apps/renovate) ([#136](https://github.com/hassio-addons/addon-emqx/pull/136))
9+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.1 @[renovate[bot]](https://github.com/apps/renovate) ([#138](https://github.com/hassio-addons/addon-emqx/pull/138))
10+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.2 @[renovate[bot]](https://github.com/apps/renovate) ([#139](https://github.com/hassio-addons/addon-emqx/pull/139))
11+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.3 @[renovate[bot]](https://github.com/apps/renovate) ([#140](https://github.com/hassio-addons/addon-emqx/pull/140))

emqx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
5353
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5454
[patreon]: https://www.patreon.com/frenck
5555
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
56-
[release-shield]: https://img.shields.io/badge/version-v0.7.5-blue.svg
57-
[release]: https://github.com/hassio-addons/addon-emqx/tree/v0.7.5
56+
[release-shield]: https://img.shields.io/badge/version-v0.7.6-blue.svg
57+
[release]: https://github.com/hassio-addons/addon-emqx/tree/v0.7.6
5858
[screenshot]: https://github.com/hassio-addons/addon-emqx/raw/main/images/screenshot.png

emqx/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: EMQX
2-
version: 0.7.5
2+
version: 0.7.6
33
slug: emqx
44
description: The most scalable open-source MQTT broker for IoT. An alternative for
55
the Mosquitto add-on

0 commit comments

Comments
 (0)