🎉 Release of add-on Node-RED 3.0.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-22 15:48:59 +00:00
parent 4901a82a12
commit a1d6d05c0a
4 changed files with 18 additions and 15 deletions

View file

@ -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.1
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.1/README.md
[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
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.2-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,15 +1,18 @@
[Full Changelog][changelog]
This release adds Hass.io Ingress support to the add-on :tada:
This release is a maintenance release, addressing a couple of issues users are currently experiencing.
### Changed
Some of the issues addressed:
- :ambulance: Increases NGinx wait timeout for slower devices
- :ambulance: Fixes authentication issues by forcing Node-RED to disable auth
- :ambulance: Fixes SSL issues by forcing Node-RED to disable SSL
- :arrow_up: Bumps Home Assistant requirement to 0.91.4
- 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
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.0...v3.0.1
### 🔨 Changes
- :ambulance: Force browser disabling caching
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.1...v3.0.2
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.0.1/README.md
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.2/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.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.1
[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
[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.0.1",
"version": "3.0.2",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",