From fff95fd204363af0664e8ff15cb51e2143163b18 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 18:25:36 +1000 Subject: [PATCH 1/2] Update node-red to 4.0.2 --- node-red/docker-compose.yml | 4 +-- node-red/umbrel-app.yml | 53 ++++++++++++------------------------- 2 files changed, 19 insertions(+), 38 deletions(-) diff --git a/node-red/docker-compose.yml b/node-red/docker-compose.yml index f7d488123b..d639cac136 100644 --- a/node-red/docker-compose.yml +++ b/node-red/docker-compose.yml @@ -9,7 +9,7 @@ services: 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: @@ -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 \ No newline at end of file diff --git a/node-red/umbrel-app.yml b/node-red/umbrel-app.yml index 4d992c3967..9e30a3f158 100644 --- a/node-red/umbrel-app.yml +++ b/node-red/umbrel-app.yml @@ -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 @@ -34,43 +34,24 @@ 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 + This update includes several bug fixes and improvements: + + - 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 - - Updated Proxy Handling - - And more! Full release notes here: https://github.com/node-red/node-red/releases/tag/4.0.0 + Full release notes are found at https://github.com/node-red/node-red/releases/tag/4.0.2 defaultUsername: umbrel defaultPassword: moneyprintergobrrr torOnly: false From 8ff4c8649ceadcf61b9ff7d0ce29fa7df7bdd291 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Wed, 31 Jul 2024 13:45:06 +1000 Subject: [PATCH 2/2] tweak release notes formatting --- node-red/umbrel-app.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/node-red/umbrel-app.yml b/node-red/umbrel-app.yml index 9e30a3f158..8184466ff5 100644 --- a/node-red/umbrel-app.yml +++ b/node-red/umbrel-app.yml @@ -34,24 +34,17 @@ gallery: - 3.jpg path: "" releaseNotes: >- - This update includes several bug fixes and improvements: + What's Changed: - 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/tag/4.0.2 + Full release notes are found at https://github.com/node-red/node-red/releases defaultUsername: umbrel defaultPassword: moneyprintergobrrr torOnly: false