⬆️ Updating add-on Node-RED to f2a0cf3

This commit is contained in:
Community Hass.io Add-ons Bot 2018-10-31 18:58:55 +00:00
parent 409c00687f
commit f18d0a776f
4 changed files with 13 additions and 8 deletions

View file

@ -688,10 +688,10 @@ SOFTWARE.
[nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/146a4b6 [addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/f2a0cf3
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/146a4b6/README.md [addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f2a0cf3/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-146a4b6-blue.svg [node-red-version-shield]: https://img.shields.io/badge/version-f2a0cf3-blue.svg
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,5 +1,10 @@
# Changelog since v1.0.0 # Changelog since v1.0.0
2018/10/31 18:36 UTC - [146a4b6](https://github.com/hassio-addons/addon-node-red/commit/146a4b6aecf21c3a98d64aa9c4eba437c92430e3) by [@frenck](https://github.com/frenck) 2018/10/31 18:51 UTC - [f2a0cf3](https://github.com/hassio-addons/addon-node-red/commit/f2a0cf37fff8fd481c921c97c47dd6d89bfe72c5) by [@frenck](https://github.com/frenck)
> :books: Adds FAQ's about upgrading to v1.x.x
Ref #69
2018/10/31 18:51 UTC - [146a4b6](https://github.com/hassio-addons/addon-node-red/commit/146a4b6aecf21c3a98d64aa9c4eba437c92430e3) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrade Node-RED to 0.19.5 > :arrow_up: Upgrade Node-RED to 0.19.5

View file

@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-node-red/blob/146a4b6/README.md [docs]: https://github.com/hassio-addons/addon-node-red/blob/f2a0cf3/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-146a4b6-blue.svg [release-shield]: https://img.shields.io/badge/version-f2a0cf3-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/146a4b6 [release]: https://github.com/hassio-addons/addon-node-red/tree/f2a0cf3
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Node-RED", "name": "Node-RED",
"version": "146a4b6", "version": "f2a0cf3",
"slug": "nodered", "slug": "nodered",
"description": "Flow-based programming for the Internet of Things", "description": "Flow-based programming for the Internet of Things",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck",