File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 2.30.0: Release
2+
3+ - Bump hoverkraft-tech/compose-action from 2.5.0 to 2.6.0 (#316 )
4+ - Bump docker/build-push-action from 7.0.0 to 7.1.0 (#315 )
5+ - Remove generate token step from ` Test Docker Compose ` (#317 )
6+ - Bump softprops/action-gh-release from 2.6.1 to 3.0.0 (#313 )
7+ - Bump docker/login-action from 4.0.0 to 4.1.0 (#310 )
8+ - Add 4.1.9 to device agent editor cache (#319 ) @hardillb
9+ - ci: Use new project-automation workflow (#318 ) @ppawlowski
10+
111#### 2.29.1: Release
212
313
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.29.1 "
516+ image : " flowfuse/forge-docker:2.30.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.29.1 "
543+ image : " flowfuse/file-server:2.30.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.29.1 " ,
3+ "version" : " 2.30.0 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@flowfuse/file-server" : " ^2.29.1 "
6+ "@flowfuse/file-server" : " ^2.30.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.29.1 " ,
4+ "version" : " 2.30.0 " ,
55 "private" : true ,
66 "author" : {
77 "name" : " FlowForge Inc."
88 },
99 "dependencies" : {
10- "@flowfuse/flowfuse" : " ^2.29.1 " ,
11- "@flowfuse/driver-docker" : " ^2.29.1 " ,
10+ "@flowfuse/flowfuse" : " ^2.30.0 " ,
11+ "@flowfuse/driver-docker" : " ^2.30.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.29.1 " ,
4+ "version" : " 2.30.0 " ,
55 "private" : true ,
66 "dependencies" : {}
77}
You can’t perform that action at this time.
0 commit comments