File tree Expand file tree Collapse file tree 5 files changed +22
-8
lines changed
Expand file tree Collapse file tree 5 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1+ #### 2.28.0: Release
2+
3+ - Fix $ escaping and add LETSENCRYPT for npm registry (#296 )
4+ - Ensure external npm URL is used (#293 )
5+ - Update npm registry URL in docker-compose.yml (#292 )
6+ - Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#285 )
7+ - Bump docker/login-action from 3.7.0 to 4.0.0 (#286 )
8+ - Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#287 )
9+ - Bump docker/metadata-action from 5.10.0 to 6.0.0 (#288 )
10+ - Bump docker/build-push-action from 6.19.2 to 7.0.0 (#289 )
11+ - Add Team NPM registry support (#291 )
12+ - Add version 4.1.7 to Device Cache (#298 ) @knolleary
13+ - feat: Mount DOCKER_DRIVER_PRIVATE_CA_PATH in forge service (#297 ) @ppawlowski
14+
115#### 2.27.1: Release
216
317 - Bump docker/build-push-action from 6.18.0 to 6.19.2 (#280 )
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ services:
513513 - emqx:/opt/emqx/data
514514
515515 forge :
516- image : " flowfuse/forge-docker:2.27.1 "
516+ image : " flowfuse/forge-docker:2.28.0 "
517517 networks :
518518 - flowforge
519519 restart : always
@@ -540,7 +540,7 @@ services:
540540 start_period : 10s
541541
542542 file-server :
543- image : " flowfuse/file-server:2.27.1 "
543+ image : " flowfuse/file-server:2.28.0 "
544544 networks :
545545 - flowforge
546546 restart : always
Original file line number Diff line number Diff line change 11{
22 "name" : " @flowfuse/file-server-container" ,
3- "version" : " 2.27.1 " ,
3+ "version" : " 2.28.0 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@flowfuse/file-server" : " ^2.27.1 "
6+ "@flowfuse/file-server" : " ^2.28.0 "
77 },
88 "license" : " Apache-2.0"
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @flowfuse/docker-deployment" ,
33 "description" : " FlowFuse in Docker" ,
4- "version" : " 2.27.1 " ,
4+ "version" : " 2.28.0 " ,
55 "private" : true ,
66 "author" : {
77 "name" : " FlowForge Inc."
88 },
99 "dependencies" : {
10- "@flowfuse/flowfuse" : " ^2.27.1 " ,
11- "@flowfuse/driver-docker" : " ^2.27.1 " ,
10+ "@flowfuse/flowfuse" : " ^2.28.0 " ,
11+ "@flowfuse/driver-docker" : " ^2.28.0 " ,
1212 "pg" : " ^8.7.1" ,
1313 "pg-hstore" : " ^2.3.4"
1414 },
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-project" ,
33 "description" : " A Node-RED Project" ,
4- "version" : " 2.27.1 " ,
4+ "version" : " 2.28.0 " ,
55 "private" : true ,
66 "dependencies" : {}
77}
You can’t perform that action at this time.
0 commit comments