From 50cacad7cfb369ba6b60e44360e6254c1e17df52 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 3 Jun 2018 09:17:22 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to f077371 --- README.md | 6 +++--- node-red/CHANGELOG.md | 7 +++++-- node-red/README.md | 6 +++--- node-red/config.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 35539cfb8..401698ccd 100644 --- a/README.md +++ b/README.md @@ -498,10 +498,10 @@ SOFTWARE. [jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/bc9ef04 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/bc9ef04/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/f077371 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f077371/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-bc9ef04-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-f077371-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 b39017e33..f71497bb7 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog since v0.1.1 -2018/06/03 09:02 UTC - [bc9ef04](https://github.com/hassio-addons/addon-node-red/commit/bc9ef040591aa2e095ac4a0eb86f6eb6da1a7c36) by [@frenck](https://github.com/frenck) +2018/06/03 09:11 UTC - [f077371](https://github.com/hassio-addons/addon-node-red/commit/f07737139971b34d501f6ffd3c48e3cb6845c55e) by [@frenck](https://github.com/frenck) +> :books: Adds note about GPIO warning messages + +2018/06/03 09:11 UTC - [bc9ef04](https://github.com/hassio-addons/addon-node-red/commit/bc9ef040591aa2e095ac4a0eb86f6eb6da1a7c36) by [@frenck](https://github.com/frenck) > :ambulance: :books: Fixes incorrect configuration variable in README Ref #3 -2018/06/03 09:02 UTC - [0cfc528](https://github.com/hassio-addons/addon-node-red/commit/0cfc528f9969664b7d59173f3a1bc1d45f60bb08) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) +2018/06/03 09:11 UTC - [0cfc528](https://github.com/hassio-addons/addon-node-red/commit/0cfc528f9969664b7d59173f3a1bc1d45f60bb08) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) > Update dependencies to enable Greenkeeper 🌴 (#1) * chore: add Greenkeeper config file diff --git a/node-red/README.md b/node-red/README.md index b5a291d9f..fa7e6794c 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -46,9 +46,9 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-bc9ef04-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/bc9ef04 -[docs]: https://github.com/hassio-addons/addon-node-red/blob/bc9ef04/README.md +[release-shield]: https://img.shields.io/badge/version-f077371-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/f077371 +[docs]: https://github.com/hassio-addons/addon-node-red/blob/f077371/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck [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 ad0239ec4..deea32a69 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "bc9ef04", + "version": "f077371", "slug": "nodered", "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",