From 6fb2acbd423a29669779b07f603047a93752f46f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 14 Apr 2019 21:14:28 +0000 Subject: [PATCH] :tada: Release of add-on Node-RED 3.0.0 --- README.md | 6 +++--- node-red/CHANGELOG.md | 18 ++++++++++++++---- node-red/README.md | 6 +++--- node-red/config.json | 15 +++++++++++---- 4 files changed, 31 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4fd86c23..c26bc588 100644 --- a/README.md +++ b/README.md @@ -835,10 +835,10 @@ SOFTWARE. [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.2 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.2/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.0 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.0/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.0-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 b6dfd8e8..b968b2f2 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,12 +1,22 @@ [Full Changelog][changelog] +This release adds Hass.io Ingress support to the add-on :tada: + ### Changed -- :arrow_up: Updates node-red to v0.20.3 (#172) -- :arrow_up: Updates js-yaml to v3.13.0 (#173) -- :arrow_up: Upgrades add-on base image to 3.0.1 +- :arrow_up: Updates node-red-contrib-home-assistant-websocket to v0.10.2 (#183) +- :arrow_up: Updates js-yaml to v3.13.1 (#182) +- :arrow_up: Updates node-red to v0.20.5 (#181) +- :arrow_up: Upgrades base image to v3.1.0 +- :arrow_up: Upgrades gcc to 8.3.0-r0 +- :sparkles: Adds Hassio Ingress support +- :hammer: Simplifies add-on code logic +- :books: Updates README for Hassio Ingress +- :books: Updates README installation instructions +- :books: Removed obsolete embedding and FAQ sections from README +- :arrow_up: Updates node-red-node-serialport to v0.8.1 (#185) -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v2.0.1...v2.0.2 +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v2.0.2...v3.0.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck diff --git a/node-red/README.md b/node-red/README.md index a6790b65..58408a86 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -43,13 +43,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/v2.0.2/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.0/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-v2.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.2 +[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.0 [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 9f546c04..ee4a9952 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,11 +1,14 @@ { "name": "Node-RED", - "version": "2.0.2", + "version": "3.0.0", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red", - "webui": "[PROTO:ssl]://[HOST]:[PORT:1880]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", + "ingress": true, + "ingress_port": 0, "startup": "application", + "homeassistant": "0.91.3", "arch": [ "aarch64", "amd64", @@ -13,6 +16,12 @@ "armv7", "i386" ], + "ports": { + "80/tcp": null + }, + "ports_description": { + "80/tcp": "Web interface (Not required for Hass.io Ingress)" + }, "boot": "auto", "hassio_api": true, "hassio_role": "manager", @@ -44,7 +53,6 @@ "username": "", "password": "" }, - "port": 1880, "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -65,7 +73,6 @@ "username": "str", "password": "str" }, - "port": "port", "ssl": "bool", "certfile": "str", "keyfile": "str",