🎉 Release of add-on Node-RED 16.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2023-11-15 11:00:01 +00:00
parent fef6e9912b
commit ce11e67259
4 changed files with 8 additions and 16 deletions

View file

@ -867,10 +867,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v16.0.0 [addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v16.0.1
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v16.0.0/README.md [addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v16.0.1/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-v16.0.0-blue.svg [node-red-version-shield]: https://img.shields.io/badge/version-v16.0.1-blue.svg
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,13 +1,5 @@
## Whats changed ## Whats changed
⚠️ With this release, the `nodered` data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the `addon_configs` folder/share. ## 🐛 Bug fixes
## 🚨 Breaking changes - Fix bug in detecting set credential secret @frenck ([#1734](https://github.com/hassio-addons/addon-node-red/pull/1734))
- Migrate Node-RED config out of Home Assistant config folder @frenck ([#1729](https://github.com/hassio-addons/addon-node-red/pull/1729))
- Make credentials secret optional @frenck ([#1730](https://github.com/hassio-addons/addon-node-red/pull/1730))
## ⬆️ Dependency updates
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#1732](https://github.com/hassio-addons/addon-node-red/pull/1732))
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.59.0 @renovate ([#1731](https://github.com/hassio-addons/addon-node-red/pull/1731))

View file

@ -48,6 +48,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-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v16.0.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v16.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v16.0.0 [release]: https://github.com/hassio-addons/addon-node-red/tree/v16.0.1
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -1,5 +1,5 @@
name: Node-RED name: Node-RED
version: 16.0.0 version: 16.0.1
slug: nodered slug: nodered
description: Flow-based programming for the Internet of Things description: Flow-based programming for the Internet of Things
url: https://github.com/hassio-addons/addon-node-red url: https://github.com/hassio-addons/addon-node-red