⬆️ Updating add-on Node-RED to 0ce42c8

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-11 06:43:12 +00:00
parent 29bc7de851
commit d2769a4480
5 changed files with 11 additions and 15 deletions

View file

@ -867,10 +867,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-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-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/5830de3/README.md [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-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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,9 @@
# Changelog since v9.2.1 # 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) - 🏎 Enable streaming mode for Ingress (#1091)
- 🔥 Clean up HIBP logic, as it is now handled by the Supervisor (#1090) - 🔥 Clean up HIBP logic, as it is now handled by the Supervisor (#1090)
- 🔥 Clean up really old migration logic (#1089) - 🔥 Clean up really old migration logic (#1089)

View file

@ -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 Add one or more shell commands to the list, and they will be executed every
single time this add-on starts. 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` ### Option: `leave_front_door_open`
Adding this option to the add-on configuration allows you to disable 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 [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-node-red/issues [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 [node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1
[npm-packages]: https://www.npmjs.com [npm-packages]: https://www.npmjs.com
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-0ce42c8-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/5830de3 [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 [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Node-RED", "name": "Node-RED",
"version": "5830de3", "version": "0ce42c8",
"slug": "nodered", "slug": "nodered",
"description": "Flow-based programming for the Internet of Things", "description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red", "url": "https://github.com/hassio-addons/addon-node-red",