diff --git a/VERSION b/VERSION index d8b69897..3cf561c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.12.0 +2.12.1 diff --git a/flowforge-container/install-device-cache.sh b/flowforge-container/install-device-cache.sh index 396815f7..e7fa897b 100755 --- a/flowforge-container/install-device-cache.sh +++ b/flowforge-container/install-device-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -x -VERSION_LIST="4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7" +VERSION_LIST="4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7 4.0.8" mkdir -p device/cache cd device/cache diff --git a/helm/flowforge/Chart.yaml b/helm/flowforge/Chart.yaml index e54d5f34..487abdbe 100644 --- a/helm/flowforge/Chart.yaml +++ b/helm/flowforge/Chart.yaml @@ -19,4 +19,4 @@ dependencies: maintainers: - name: "FlowForge Inc" url: "https://flowfuse.com" -appVersion: "2.12.0" +appVersion: "2.12.1" diff --git a/node-red-container/Dockerfile-4.0 b/node-red-container/Dockerfile-4.0 index b8e30040..c9908222 100644 --- a/node-red-container/Dockerfile-4.0 +++ b/node-red-container/Dockerfile-4.0 @@ -1,4 +1,4 @@ -FROM nodered/node-red:4.0.7-20 +FROM nodered/node-red:4.0.8-20 ARG REGISTRY ARG REGISTRY_TOKEN diff --git a/node-red-container/package.json b/node-red-container/package.json index c78174b5..775fe637 100644 --- a/node-red-container/package.json +++ b/node-red-container/package.json @@ -1,7 +1,7 @@ { "name": "node-red-project", "description": "A Node-RED Project", - "version": "2.12.0", + "version": "2.12.1", "private": true, "dependencies": {} }