Skip to content

Commit 575b067

Browse files
authored
Merge pull request #299 from node-red/create-pull-request/patch
🚀 Update to Node-RED 2.1.5 release
2 parents 2907d73 + 76a2405 commit 575b067

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Let's dissect that command:
2626
-p 1880:1880 - connect local port 1880 to the exposed internal port 1880
2727
-v node_red_data:/data - mount the host node_red_data directory to the container /data directory so any changes made to flows are persisted
2828
--name mynodered - give this machine a friendly local name
29-
nodered/node-red - the image to base it on - currently Node-RED v2.1.4
29+
nodered/node-red - the image to base it on - currently Node-RED v2.1.5
3030

3131

3232
Running that command should give a terminal window with a running instance of Node-RED.
3333

3434
Welcome to Node-RED
3535
===================
3636

37-
10 Oct 12:57:10 - [info] Node-RED version: v2.1.4
37+
10 Oct 12:57:10 - [info] Node-RED version: v2.1.5
3838
10 Oct 12:57:10 - [info] Node.js version: v14.18.2
3939
10 Oct 12:57:10 - [info] Linux 4.19.76-linuxkit x64 LE
4040
10 Oct 12:57:11 - [info] Loading palette nodes
@@ -114,14 +114,14 @@ The following table shows the variety of provided Node-RED images.
114114

115115
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
116116
|----------------------------|--------|----------|------------|-------|----------------------------|
117-
| 2.1.4-12 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine3.12 |
117+
| 2.1.5-12 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine3.12 |
118118
| | 12 | arm32v6 | 2.x 3.x | yes | arm32v6/node:12-alpine3.12 |
119119
| | 12 | arm32v7 | 2.x 3.x | yes | arm32v7/node:12-alpine3.12 |
120120
| | 12 | arm64v8 | 2.x 3.x | yes | arm64v8/node:12-alpine3.12 |
121121
| | 12 | s390x | 2.x 3.x | yes | s390x/node:12-alpine3.12 |
122122
| | 12 | i386 | 2.x 3.x | yes | i386/node:12-alpine3.12 |
123123
| | | | | | |
124-
| 2.1.4-12-minimal | 12 | amd64 | no | no | amd64/node:12-alpine3.12 |
124+
| 2.1.5-12-minimal | 12 | amd64 | no | no | amd64/node:12-alpine3.12 |
125125
| | 12 | arm32v6 | no | no | arm32v6/node:12-alpine3.12 |
126126
| | 12 | arm32v7 | no | no | arm32v7/node:12-alpine3.12 |
127127
| | 12 | arm64v8 | no | no | arm64v8/node:12-alpine3.12 |
@@ -130,14 +130,14 @@ The following table shows the variety of provided Node-RED images.
130130

131131
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
132132
|----------------------------|--------|----------|------------|-------|----------------------------|
133-
| 2.1.4-14 | 14 | amd64 | 2.x 3.x | yes | amd64/node:14-alpine3.12 |
133+
| 2.1.5-14 | 14 | amd64 | 2.x 3.x | yes | amd64/node:14-alpine3.12 |
134134
| | 14 | arm32v6 | 2.x 3.x | yes | arm32v6/node:14-alpine3.12 |
135135
| | 14 | arm32v7 | 2.x 3.x | yes | arm32v7/node:14-alpine3.12 |
136136
| | 14 | arm64v8 | 2.x 3.x | yes | arm64v8/node:14-alpine3.12 |
137137
| | 14 | s390x | 2.x 3.x | yes | s390x/node:14-alpine3.12 |
138138
| | 14 | i386 | 2.x 3.x | yes | i386/node:14-alpine3.12 |
139139
| | | | | | |
140-
| 2.1.4-14-minimal | 14 | amd64 | no | no | amd64/node:14-alpine3.12 |
140+
| 2.1.5-14-minimal | 14 | amd64 | no | no | amd64/node:14-alpine3.12 |
141141
| | 14 | arm32v6 | no | no | arm32v6/node:14-alpine3.12 |
142142
| | 14 | arm32v7 | no | no | arm32v7/node:14-alpine3.12 |
143143
| | 14 | arm64v8 | no | no | arm64v8/node:14-alpine3.12 |
@@ -146,14 +146,14 @@ The following table shows the variety of provided Node-RED images.
146146

147147
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
148148
|----------------------------|--------|----------|------------|-------|----------------------------|
149-
| 2.1.4-16 | 16 | amd64 | 2.x 3.x | yes | amd64/node:16-alpine3.12 |
149+
| 2.1.5-16 | 16 | amd64 | 2.x 3.x | yes | amd64/node:16-alpine3.12 |
150150
| | 16 | arm32v6 | 2.x 3.x | yes | arm32v6/node:16-alpine3.12 |
151151
| | 16 | arm32v7 | 2.x 3.x | yes | arm32v7/node:16-alpine3.12 |
152152
| | 16 | arm64v8 | 2.x 3.x | yes | arm64v8/node:16-alpine3.12 |
153153
| | 16 | s390x | 2.x 3.x | yes | s390x/node:16-alpine3.12 |
154154
| | 16 | i386 | 2.x 3.x | yes | i386/node:16-alpine3.12 |
155155
| | | | | | |
156-
| 2.1.4-16-minimal | 16 | amd64 | no | no | amd64/node:16-alpine3.12 |
156+
| 2.1.5-16-minimal | 16 | amd64 | no | no | amd64/node:16-alpine3.12 |
157157
| | 16 | arm32v6 | no | no | arm32v6/node:16-alpine3.12 |
158158
| | 16 | arm32v7 | no | no | arm32v7/node:16-alpine3.12 |
159159
| | 16 | arm64v8 | no | no | arm64v8/node:16-alpine3.12 |
@@ -167,25 +167,25 @@ The following table shows the provided Manifest Lists.
167167

168168
| **Tag** | **Node-RED Base Image** |
169169
|----------------------------------------|--------------------------------------------|
170-
| latest, 2.1.4, | nodered/node-red:2.1.4-14 |
171-
| latest-14, 2.1.4-14 | |
170+
| latest, 2.1.5, | nodered/node-red:2.1.5-14 |
171+
| latest-14, 2.1.5-14 | |
172172
| | |
173173
| | |
174-
| latest-minimal, 2.1.4-minimal, | nodered/node-red:2.1.4-14-minimal |
175-
| latest-14-minimal, 2.1.4-14-minimal | |
174+
| latest-minimal, 2.1.5-minimal, | nodered/node-red:2.1.5-14-minimal |
175+
| latest-14-minimal, 2.1.5-14-minimal | |
176176

177177

178178
| **Tag** | **Node-RED Base Image** |
179179
|----------------------------------------|--------------------------------------------|
180-
| latest-12, 2.1.4-12 | nodered/node-red:2.1.4-12 |
180+
| latest-12, 2.1.5-12 | nodered/node-red:2.1.5-12 |
181181
| | |
182-
| latest-12-minimal, 2.1.4-12-minimal | nodered/node-red:2.1.4-12-minimal |
182+
| latest-12-minimal, 2.1.5-12-minimal | nodered/node-red:2.1.5-12-minimal |
183183

184184
| **Tag** | **Node-RED Base Image** |
185185
|----------------------------------------|--------------------------------------------|
186-
| latest-16, 2.1.4-16 | nodered/node-red:2.1.4-16 |
186+
| latest-16, 2.1.5-16 | nodered/node-red:2.1.5-16 |
187187
| | |
188-
| latest-16-minimal, 2.1.4-16-minimal | nodered/node-red:2.1.4-16-minimal |
188+
| latest-16-minimal, 2.1.5-16-minimal | nodered/node-red:2.1.5-16-minimal |
189189

190190

191191

@@ -194,12 +194,12 @@ When a docker run command or docker service command or docker stack command is e
194194

195195
Therefore all tags regarding Raspberry PI's are dropped.
196196

197-
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `2.1.4-14`), and run the container.
197+
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `2.1.5-14`), and run the container.
198198
```
199199
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red:latest
200200
```
201201

202-
The same command can be used for running on an amd64 system, since docker discovers its running on a amd64 host and pulls the image with the matching tag (`2.1.4-13-amd64`).
202+
The same command can be used for running on an amd64 system, since docker discovers its running on a amd64 host and pulls the image with the matching tag (`2.1.5-13-amd64`).
203203

204204
This gives the advantage that you don't need to know/specify which architecture you are running on and makes docker run commands and docker compose files more flexible and exchangeable across systems.
205205

@@ -334,7 +334,7 @@ Docker build process, the dependencies are installed under `/usr/src/node-red`.
334334
The main sections to modify are
335335

336336
"dependencies": {
337-
"node-red": "^2.1.4", <-- set the version of Node-RED here
337+
"node-red": "^2.1.5", <-- set the version of Node-RED here
338338
"node-red-dashboard": "*" <-- add any extra npm packages here
339339
},
340340

docker-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Low-code programming for event-driven applications",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"node-red": "2.1.4"
32+
"node-red": "2.1.5"
3333
},
3434
"engines": {
3535
"node": ">=12"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Low-code programming for event-driven applications",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"node-red": "2.1.4"
32+
"node-red": "2.1.5"
3333
},
3434
"engines": {
3535
"node": ">=12"

0 commit comments

Comments
 (0)