Update node-red to 4.0.9 (#2205)

This commit is contained in:
Nathan Fretz 2025-02-18 11:14:46 +10:00 committed by GitHub
parent 9e8ad2c932
commit 94061d6def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/public/*"
web:
image: nodered/node-red:4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
image: nodered/node-red:4.0.9@sha256:7a3e18f29578feb271bb8daab4379e4ebd355b87ea64b699ce74e6ff49d907aa
restart: on-failure
stop_grace_period: 1m
volumes:
@ -25,4 +25,4 @@ services:
LND_IP: $APP_LIGHTNING_NODE_IP
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
ELECTRUM_IP: $APP_ELECTRS_NODE_IP
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red
category: automation
name: "Node-RED (Bitcoin)"
version: "4.0.8"
version: "4.0.9"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware
@ -35,7 +35,9 @@ gallery:
path: ""
releaseNotes: >-
This release includes improvements and bug fixes:
- Fixed config node sorting when importing
- Improved handling of context variables and environment access
- Enhanced sidebar and library interface improvements
- Better handling of node groups and flow management
- Various other improvements and bug fixes
@ -44,4 +46,4 @@ defaultUsername: umbrel
defaultPassword: moneyprintergobrrr
torOnly: false
submitter: Oren Zomer
submission: https://github.com/getumbrel/umbrel/pull/958
submission: https://github.com/getumbrel/umbrel/pull/958