⬆️ Updating add-on Node-RED to 2d20c5d

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-22 15:13:21 +00:00
parent d56051ca25
commit ed814535ef
4 changed files with 10 additions and 19 deletions

View file

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

View file

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

View file

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