Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node-red to version 4.0.2 #1270

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions node-red/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in node-red/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -9,7 +9,7 @@
PROXY_AUTH_WHITELIST: "/public/*"

web:
image: nodered/node-red:4.0.0@sha256:aa2d35ab4cbc1c3bf791a22bbf4de251635c5cbc06b3ec9e6b26a31b1296f7e5
image: nodered/node-red:4.0.2@sha256:fa8fbcf2ddc1e1b2cdea3c1e6d027413f583956fc499289c432650a3ea03c10b
restart: on-failure
stop_grace_period: 1m
volumes:
Expand All @@ -25,4 +25,4 @@
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
48 changes: 11 additions & 37 deletions node-red/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red
category: automation
name: "Node-RED (Bitcoin)"
version: "4.0.0"
version: "4.0.2"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware
Expand Down Expand Up @@ -34,43 +34,17 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
Welcome to Node-RED 4.0! This is a major release with tons of new features and improvements.


Editor Updates:

- Auto-complete for flow/global and env inputs

- Customising config nodes in Subflows

- Timestamp formatting

- Multiplayer Mode

- Better background deploy handling

- Improved Diff view for moved nodes

- Better feedback for read-only users

- New Config Node selection UI


Runtime:

- Faster deploys for large flows

- Updated JSONata


Node Updates:

- A better CSV node

- Updated Proxy Handling

What's Changed:

And more! Full release notes here: https://github.com/node-red/node-red/releases/tag/4.0.0
- Ensure mermaid.min.js is cached properly between loads of the editor
- Guard against undefined sessions in multiplayer
- Allow auth cookie name to be customised
- Fix node validation if the property is not required
- Clean up orphaned editors
- Improve the editor's French translations
- Use a more subtle border on the header

Full release notes are found at https://github.com/node-red/node-red/releases
defaultUsername: umbrel
defaultPassword: moneyprintergobrrr
torOnly: false
Expand Down