From f76f6341b9ebe8cb18046bf0025b2a7440cf3468 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 4 Jun 2024 18:48:29 +0000 Subject: [PATCH] :tada: Release of add-on MQTT IO 0.4.1 --- README.md | 6 +++--- mqtt-io/CHANGELOG.md | 27 ++++++++++++--------------- mqtt-io/README.md | 4 ++-- mqtt-io/config.yaml | 2 +- 4 files changed, 18 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c7b96b5e..f9c83c25 100644 --- a/README.md +++ b/README.md @@ -933,10 +933,10 @@ SOFTWARE. [log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [log-viewer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [log-viewer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.0 -[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.4.0/README.md +[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.1 +[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.4.1/README.md [mqtt-io-issue]: https://github.com/hassio-addons/addon-mqtt-io/issues -[mqtt-io-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[mqtt-io-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [mqtt-io-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-io-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/mqtt-io/CHANGELOG.md b/mqtt-io/CHANGELOG.md index 98464823..06747a33 100644 --- a/mqtt-io/CHANGELOG.md +++ b/mqtt-io/CHANGELOG.md @@ -1,21 +1,18 @@ ## What’s changed -## 🚨 Breaking changes +## 🐛 Bug fixes -- Drop support for armhf & i386 @frenck ([#89](https://github.com/hassio-addons/addon-mqtt-io/pull/89)) - -## 🧰 Maintenance - -- 🎆 Updates maintenance/license year to 2024 @frenck ([#99](https://github.com/hassio-addons/addon-mqtt-io/pull/99)) +- ⬇️ Downgrade paho-mqtt to <2 @mrk-its ([#121](https://github.com/hassio-addons/addon-mqtt-io/pull/121)) ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#88](https://github.com/hassio-addons/addon-mqtt-io/pull/88)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#90](https://github.com/hassio-addons/addon-mqtt-io/pull/90)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#93](https://github.com/hassio-addons/addon-mqtt-io/pull/93)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#94](https://github.com/hassio-addons/addon-mqtt-io/pull/94)) -- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.20 @renovate ([#96](https://github.com/hassio-addons/addon-mqtt-io/pull/96)) -- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.13 @renovate ([#97](https://github.com/hassio-addons/addon-mqtt-io/pull/97)) -- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.21 @renovate ([#98](https://github.com/hassio-addons/addon-mqtt-io/pull/98)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate ([#95](https://github.com/hassio-addons/addon-mqtt-io/pull/95)) -- ⬆️ Update gpiod to v2 @renovate ([#92](https://github.com/hassio-addons/addon-mqtt-io/pull/92)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate ([#102](https://github.com/hassio-addons/addon-mqtt-io/pull/102)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate ([#105](https://github.com/hassio-addons/addon-mqtt-io/pull/105)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate ([#106](https://github.com/hassio-addons/addon-mqtt-io/pull/106)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.7 @renovate ([#107](https://github.com/hassio-addons/addon-mqtt-io/pull/107)) +- ⬆️ Update gpiozero to v2.0.1 @renovate ([#108](https://github.com/hassio-addons/addon-mqtt-io/pull/108)) +- ⬆️ Update Python to v3.11.8-r0 @renovate ([#109](https://github.com/hassio-addons/addon-mqtt-io/pull/109)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.8 @renovate ([#113](https://github.com/hassio-addons/addon-mqtt-io/pull/113)) +- ⬆️ Update alpine_3_19/git to v2.43.4-r0 @renovate ([#117](https://github.com/hassio-addons/addon-mqtt-io/pull/117)) +- ⬆️ Update Python to v3.11.9-r0 @renovate ([#114](https://github.com/hassio-addons/addon-mqtt-io/pull/114)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.9 @renovate ([#118](https://github.com/hassio-addons/addon-mqtt-io/pull/118)) diff --git a/mqtt-io/README.md b/mqtt-io/README.md index 8130225b..87b7b004 100644 --- a/mqtt-io/README.md +++ b/mqtt-io/README.md @@ -34,5 +34,5 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2023-2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.1 \ No newline at end of file diff --git a/mqtt-io/config.yaml b/mqtt-io/config.yaml index 8b7e6194..e9baa3a5 100644 --- a/mqtt-io/config.yaml +++ b/mqtt-io/config.yaml @@ -1,5 +1,5 @@ name: MQTT IO -version: 0.4.0 +version: 0.4.1 slug: mqtt-io description: Expose GPIO modules and digital sensors via MQTT for remote control and monitoring.