diff --git a/README.md b/README.md index 41d71cbc..59c34927 100644 --- a/README.md +++ b/README.md @@ -925,10 +925,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.3 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.3/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.0 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.0/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.3-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v3.1.0-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 e78b47fa..69b7a220 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,16 +1,33 @@ [Full Changelog][changelog] -✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. +🎉 A packed Node-RED, with a bunch of package & system updates, including the Home Assistant Websocket node. -Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. +✨Node-RED Dashboard (UI) is now shipped by this add-on by default and has been patched to work better with Ingress. + +🚑 The issue with ARM 64-bits is resolved. Which mean that the `aarch64` architecture now also works. + +🚑 The issue with accessing HTTP nodes has been addressed. HTTP endpoints are now freely available when using the `/endpoint/` URL prefix. Please take that into account when using this. + +🔧 Direct access is now enabled by default. This is needed for HTTP nodes and Node-RED Dashboard as well. ### 🔨 Changes -- :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 +- :arrow_up: Upgrades python to 2.7.16-r1 +- :arrow_up: Upgrades lua-resty-http to 0.13-r0 +- :arrow_up: Upgrades nginx to 1.14.2-r1 +- :arrow_up: Upgrades nginx-mod-http-lua to 1.14.2-r1 +- :arrow_up: Updates node-red-contrib-home-assistant-websocket to v0.11.0 (#219) +- :ambulance: Turns of Lua Resty core in Nginx +- :arrow_up: Updates node-red-node-serialport to v0.8.3 (#220) +- :wrench: Adds configuration to allow http_node access (#214) +- :sparkles: Adds Node-RED Dashboard +- 🚑 Allow for bigger file uploads during import +- ⚠️Adds warning to logout when using the Dark theme +- 📚Adds known issues and limitation section to documentation +- 🚨Patches Denial of Service vulnerability in Axios package (#221) +- 📌 Pin snyk to 1.165.1 (#222) -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.2...v3.0.3 +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.3...v3.1.0 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 43a26b2d..9e406fab 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.3/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.0/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.3-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.3 +[release-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.0 [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 4f886320..a079fde2 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "3.0.3", + "version": "3.1.0", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red", @@ -18,10 +18,10 @@ "i386" ], "ports": { - "80/tcp": null + "80/tcp": 1880 }, "ports_description": { - "80/tcp": "Web interface (Not required for Hass.io Ingress)" + "80/tcp": "Web interface" }, "boot": "auto", "hassio_api": true,