From 571e24f294fa828a3da70a5c3d18919b5a081a3d Mon Sep 17 00:00:00 2001 From: axpirina Date: Tue, 30 Apr 2024 11:33:02 +0200 Subject: [PATCH 1/3] Update to node red 3.1.9 Update to node red 3.1.9 --- stage9/05-node-red/00-run-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage9/05-node-red/00-run-chroot.sh b/stage9/05-node-red/00-run-chroot.sh index 3e2ca84..e09f2e9 100755 --- a/stage9/05-node-red/00-run-chroot.sh +++ b/stage9/05-node-red/00-run-chroot.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -NODERED_VERSION=3.1.0 +NODERED_VERSION=3.1.9 NODERED_USER=$FIRST_USER_NAME NODERED_GROUP=$FIRST_USER_NAME From 4d034b1229b6da5a36301033552712a3a9fd74db Mon Sep 17 00:00:00 2001 From: axpirina Date: Mon, 13 May 2024 10:37:03 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 843f067..0dcd33f 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. + + From de28e1b33ff0f314fc4c5475e1e4e0f572a568ad Mon Sep 17 00:00:00 2001 From: axpirina Date: Tue, 24 Sep 2024 10:45:31 +0200 Subject: [PATCH 3/3] Update Node-Red to V4.0.3 --- stage9/05-node-red/00-run-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage9/05-node-red/00-run-chroot.sh b/stage9/05-node-red/00-run-chroot.sh index e09f2e9..9ec2328 100755 --- a/stage9/05-node-red/00-run-chroot.sh +++ b/stage9/05-node-red/00-run-chroot.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -NODERED_VERSION=3.1.9 +NODERED_VERSION=4.0.3 NODERED_USER=$FIRST_USER_NAME NODERED_GROUP=$FIRST_USER_NAME