From 122ba6c5ed7d3413258d6a0f2753df6f249bf78c Mon Sep 17 00:00:00 2001 From: hieronymousch Date: Tue, 11 Jul 2023 14:10:17 -0400 Subject: [PATCH] Update Node-Red-Standalone to 3.0.2-14 (#670) Co-authored-by: nmfretz --- node-red-standalone/docker-compose.yml | 4 ++-- node-red-standalone/umbrel-app.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/node-red-standalone/docker-compose.yml b/node-red-standalone/docker-compose.yml index 9d5a587..f54775c 100644 --- a/node-red-standalone/docker-compose.yml +++ b/node-red-standalone/docker-compose.yml @@ -9,10 +9,10 @@ services: PROXY_AUTH_WHITELIST: "/public/*" web: - image: nodered/node-red:2.2.2-12@sha256:7b8e58892801f01af48acfb18c21b845a6f35029e7654ca6e19ba86bbe810d04 + image: nodered/node-red:3.0.2-14@sha256:5041fe85e55705d91594980330fc447d86d4f138723befe1628c686bace01de8 restart: on-failure stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data:/data environment: - PORT: 1881 + PORT: 1881 \ No newline at end of file diff --git a/node-red-standalone/umbrel-app.yml b/node-red-standalone/umbrel-app.yml index 6ac3119..ed3d0c9 100644 --- a/node-red-standalone/umbrel-app.yml +++ b/node-red-standalone/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: node-red-standalone category: automation name: "Node-RED" -version: "2.2.2-12" +version: "3.0.2-14" tagline: Wire together the Internet of Things description: >- Node-RED is a visual programming tool for wiring together hardware @@ -16,6 +16,8 @@ description: >- Note: If you would like your 'HTTP In' nodes to be accessible without authentication, then prepend your url with '/public/'. E.g. /public/do-something +releaseNotes: >- + This updates Node Red from version 2.2.2 to version 3.0.2. For a full list of changes, see the release notes: https://github.com/node-red/node-red/releases developer: OpenJS Foundation website: https://nodered.org dependencies: []