diff --git a/README.md b/README.md index 13758a3a..b7b2eb7f 100644 --- a/README.md +++ b/README.md @@ -885,10 +885,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.2 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.2/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.3 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.3/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg [node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 60b99878..e78b47fa 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,18 +1,16 @@ [Full Changelog][changelog] -This release is a maintenance release, addressing a couple of issues users are currently experiencing. +✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. -Some of the issues addressed: - -- Node-RED interface not fully loading via Hass.io Ingress -- Node-RED interface not fully loading using Nabu Casa Remote UI -- Node-RED Dashboard not fully loading via direct access +Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. ### 🔨 Changes -- :ambulance: Force browser disabling caching +- :arrow_up: Upgrades openssh to 7.9_p1-r5 +- :arrow_up: Updates Home Assistant requirement to 0.92.0b2 +- :sparkles: Adds support for showing in sidebar -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.1...v3.0.2 +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.2...v3.0.3 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/node-red/README.md b/node-red/README.md index d937f78f..43a26b2d 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -43,13 +43,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.2/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.3/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.2 +[release-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.3 [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 3a84da77..4f886320 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,14 +1,15 @@ { "name": "Node-RED", - "version": "3.0.2", + "version": "3.0.3", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "ingress": true, "ingress_port": 0, + "panel_icon": "mdi:sitemap", "startup": "application", - "homeassistant": "0.91.4", + "homeassistant": "0.92.0b2", "arch": [ "aarch64", "amd64",