diff --git a/README.md b/README.md index 7babb83d9..f75f240f4 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/f077371 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f077371/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/d043267 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/d043267/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-f077371-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-d043267-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 f71497bb7..18d39688b 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,14 +1,23 @@ # Changelog since v0.1.1 -2018/06/03 09:11 UTC - [f077371](https://github.com/hassio-addons/addon-node-red/commit/f07737139971b34d501f6ffd3c48e3cb6845c55e) by [@frenck](https://github.com/frenck) +2018/06/06 20:50 UTC - [d043267](https://github.com/hassio-addons/addon-node-red/commit/d043267755d3bf8ad68024c65863223884c502c3) by [@frenck](https://github.com/frenck) +> :ambulance: Sets hadolint fixed to v1.6.6 + +2018/06/06 20:50 UTC - [a348776](https://github.com/hassio-addons/addon-node-red/commit/a3487761e71a7dac83043822f2b5fe2c1e8e7a78) by [@frenck](https://github.com/frenck) +> :sparkles: Adds access to the share folder + +2018/06/06 20:50 UTC - [ad1250a](https://github.com/hassio-addons/addon-node-red/commit/ad1250a7b90614aef55160526a2a6e50676a8cba) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v1.4.2 + +2018/06/06 20:50 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) +2018/06/06 20:50 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:11 UTC - [0cfc528](https://github.com/hassio-addons/addon-node-red/commit/0cfc528f9969664b7d59173f3a1bc1d45f60bb08) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) +2018/06/06 20:50 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 fa7e6794c..58d79f1e3 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-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 +[release-shield]: https://img.shields.io/badge/version-d043267-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/d043267 +[docs]: https://github.com/hassio-addons/addon-node-red/blob/d043267/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 deea32a69..70267d81f 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "f077371", + "version": "d043267", "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", @@ -19,6 +19,7 @@ "privileged": [], "map": [ "config:rw", + "share:rw", "ssl" ], "options": {