From ed814535efbde985b9da57f644c642da29e2bed1 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 22 Apr 2019 15:13:21 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to 2d20c5d --- README.md | 6 +++--- node-red/CHANGELOG.md | 15 +++------------ node-red/README.md | 6 +++--- node-red/config.json | 2 +- 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d71434201..4e85d6abf 100644 --- a/README.md +++ b/README.md @@ -955,10 +955,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/407a4b7 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/407a4b7/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/2d20c5d +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2d20c5d/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-407a4b7-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-2d20c5d-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 e2cb712b6..44044d2c2 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,14 +1,5 @@ -# Changelog since v3.0.0 +# Changelog since v3.0.1 -2019/04/16 10:33 UTC - [407a4b7](https://github.com/hassio-addons/addon-node-red/commit/407a4b79d60034d5b42a1ccd354c247caa31c4d3) by [@frenck](https://github.com/frenck) -> :arrow_up: Bumps Home Assistant requirement to 0.91.4 - -2019/04/16 10:33 UTC - [f3b99ee](https://github.com/hassio-addons/addon-node-red/commit/f3b99ee008cfb82d102d06aac673654b17e945ff) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes SSL issues by forcing Node-RED to disable SSL - -2019/04/16 10:33 UTC - [8f0958a](https://github.com/hassio-addons/addon-node-red/commit/8f0958a6ace0fc75a12aa1a4f3c9a7dedbb98306) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes authentication issues by forcing Node-RED to disable auth - -2019/04/16 10:33 UTC - [4fbb95f](https://github.com/hassio-addons/addon-node-red/commit/4fbb95fdb75b1801bf925cf2d674de46115cb07b) by [@frenck](https://github.com/frenck) -> :ambulance: Increases NGinx wait timeout for slower devices +2019/04/22 14:15 UTC - [2d20c5d](https://github.com/hassio-addons/addon-node-red/commit/2d20c5d334aebe23cc2a654275cd0f4b940ca2d6) by [@frenck](https://github.com/frenck) +> :ambulance: Force browser disabling caching diff --git a/node-red/README.md b/node-red/README.md index c1eee2f2d..8b5f22f2b 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -46,13 +46,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/407a4b7/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/2d20c5d/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-407a4b7-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/407a4b7 +[release-shield]: https://img.shields.io/badge/version-2d20c5d-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/2d20c5d [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 a5c4d79f7..51fe2bb01 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "407a4b7", + "version": "2d20c5d", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red",