diff --git a/README.md b/README.md index 861eb378c..bb9ba511b 100644 --- a/README.md +++ b/README.md @@ -867,10 +867,10 @@ SOFTWARE. [nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/5830de3 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/5830de3/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/0ce42c8 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/0ce42c8/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-5830de3-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-0ce42c8-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 64a759459..2f6091b85 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog since v9.2.1 +- Revert "🔑 Use bearer authorization headers for HA auth" (#1094) + +This reverts commit fa6d1c4cbf09262ba8e5bfad3d074f336b97373d. +- ✏ Small documentation cleanups and tweaks (#1093) +- ✏️ Update documentation to match latest changes (#1092) - 🏎 Enable streaming mode for Ingress (#1091) - 🔥 Clean up HIBP logic, as it is now handled by the Supervisor (#1090) - 🔥 Clean up really old migration logic (#1089) diff --git a/node-red/DOCS.md b/node-red/DOCS.md index c5e0583d5..e7b24f393 100644 --- a/node-red/DOCS.md +++ b/node-red/DOCS.md @@ -168,14 +168,6 @@ Customize your Node-RED environment even more with the `init_commands` option. Add one or more shell commands to the list, and they will be executed every single time this add-on starts. -### Option: `i_like_to_be_pwned` - -Adding this option to the add-on configuration allows to you bypass the -HaveIBeenPwned password requirement by setting it to `true`. - -**Note**: _We STRONGLY suggest picking a stronger/safer password instead of -using this option! USE AT YOUR OWN RISK!_ - ### Option: `leave_front_door_open` Adding this option to the add-on configuration allows you to disable @@ -294,7 +286,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-node-red/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1 [npm-packages]: https://www.npmjs.com [reddit]: https://reddit.com/r/homeassistant diff --git a/node-red/README.md b/node-red/README.md index dd8ce81aa..5939ba953 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-5830de3-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/5830de3 +[release-shield]: https://img.shields.io/badge/version-0ce42c8-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/0ce42c8 [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 450b14e78..51d722080 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "5830de3", + "version": "0ce42c8", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red",