🎉 Release of add-on Node-RED 3.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-05-19 19:10:25 +00:00
parent e6b9b03988
commit 6e699e5deb
4 changed files with 10 additions and 31 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",