From 6e699e5debeb58bf435db02ab97e053e20f360d4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 19 May 2019 19:10:25 +0000 Subject: [PATCH] :tada: Release of add-on Node-RED 3.1.1 --- README.md | 6 +++--- node-red/CHANGELOG.md | 27 +++------------------------ node-red/README.md | 6 +++--- node-red/config.json | 2 +- 4 files changed, 10 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 5883cd7e..a78fa5ce 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.1.0 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.0/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.1 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.1/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.1.0-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v3.1.1-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 69b7a220..87cbfc45 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,33 +1,12 @@ [Full Changelog][changelog] -๐ŸŽ‰ A packed Node-RED, with a bunch of package & system updates, including the Home Assistant Websocket node. - -โœจ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. +๐Ÿš‘ Small bugfix release, addressing an issue when using direct access + SSL enabled and having the certificates stored in a subfolder. ### ๐Ÿ”จ Changes -- :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) +- :ambulance: Fixes path handling in certificates (#225) (@troykelly) -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.3...v3.1.0 +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.1.0...v3.1.1 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 9e406fab..bc1fa62c 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.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.1/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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.0 +[release-shield]: https://img.shields.io/badge/version-v3.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.1 [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 a079fde2..b7625ccf 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "3.1.0", + "version": "3.1.1", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red",