diff --git a/README.md b/README.md index 31ca998a..2048eb96 100644 --- a/README.md +++ b/README.md @@ -647,10 +647,10 @@ SOFTWARE. [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.0.0 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.0.0/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.0.1 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.0.1/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v1.0.1-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 3fb50459..a83db1ee 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,50 +1,8 @@ -## **:warning: Contains breaking changes! So please read this carefully!** - -This is a **BIG** release, and that why I marked this release v1.0.0! - -The Home Assistant connector node has been replaced by `node-red-contrib-home-assistant-websocket` and uses WebSockets to connect to Home Assistant, which is actually the preferred method to use when talking to Home Assistant. It improves reaction speed and is build on top of the official Home Assistant WebSocket libraries. - -The add-on now handles Home Assistant restarts automatically. You no longer need custom flows or restart magic to fix Node-RED after Home Assistant restarts :tada:. - -Furthermore, authentication has been replaced. Node-RED now authenticates users against Home Assistant :lock:. This allows you to log into your Node-RED using your Home Assistant credentials. - -Some other noteworthy changes: - -- `http_node` no longer requires a username/password and can be left empty if you'd like. -- `http_static` no longer requires a username/password and can be left empty if you'd like. -- The Google TTS API _should_ be fixed (love to hear feedback on this!). -- The add-on has now "Manager" access to the Hass.io API, which allows you to restart Home Assistant and Hass.io add-ons in your flows. -- The documentation has been updated with an [FAQ](https://github.com/hassio-addons/addon-node-red#faq) to help with common problems. - -## :arrow_up: Upgrade instructions - -- Remove the `users` list from the add-on configuration. You don't need it anymore since the add-on now authenticates against Home Assistant. -- There are some breaking changes with two of the nodes. The `Poll State` and `Current State` both have a little different formatted output. Check your nodes and make sure they are outputting what you expect. -- If you have been using the `@Spartan-II-117` fork, this upgrade should be a drop in replacement. It is strongly suggested to not use this fork with this add-on anymore. - [Full Changelog][changelog] ### Changed -- Fix typo in README (#40) (@zpartal) -- Upgrades node-red-contrib-influxdb to version 0.2.2 (#41) -- Upgrades gcc to 6.4.0-r9 -- Upgrades nodejs to 8.12.0-r0 -- Switches add-on to node-red-contrib-home-assistant-websocket -- Forcing broken world to enable latest NodeJS -- Removes node-red-contrib-change-detect (#48) (@bonanitech) -- Adds HA Authentication to Node-RED (#52) -- Renames authentication config option (#53) -- Updates node-red-contrib-moment to version 3.0.1 (#63) -- Upgrades git to 2.18.1-r0 -- Updates node-red-contrib-actionflows to version 2.0.1 (#65) -- Upgrades google-tts-api to 0.0.3 (#61) (@heytcass) -- Fixes incorrect JSON formatting in package.json -- Removes unneeded warning about no users -- Removes Auto API token script, not needed anymore -- Removes requirement for setting http node/static credential -- Adds possibility to disable HA Authentication -- Updates the README to reflect the latest changes -- Up the security level of the Hassio API to manager +- Upgrades Node-RED to 0.19.5 +- Adds FAQ's about upgrading to v1.x.x -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.7.0...v1.0.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.0.0...v1.0.1 diff --git a/node-red/README.md b/node-red/README.md index 3b612857..47044d51 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/v1.0.0/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v1.0.1/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/2018.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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.0.0 +[release-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.0.1 [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 4d23b075..47e1ccca 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "1.0.0", + "version": "1.0.1", "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",