From a1d6d05c0a2e62a866fff7d536b2c6be7c43ab5c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 22 Apr 2019 15:48:59 +0000 Subject: [PATCH] :tada: Release of add-on Node-RED 3.0.2 --- README.md | 6 +++--- node-red/CHANGELOG.md | 19 +++++++++++-------- node-red/README.md | 6 +++--- node-red/config.json | 2 +- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 47775411..08093d00 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.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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 47c15e1a..60b99878 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -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 +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 7d3eb03d..d937f78f 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.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 \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index fc1f27c8..3a84da77 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -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",