File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed
Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1+ #### 2.28.1: Release
2+
3+ - Bump softprops/action-gh-release from 2.5.0 to 2.6.1 (#301 )
4+ - Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#302 )
5+ - Add version 4.1.8 to device cache (#307 ) @knolleary
6+ - Add npm update to all Dockerfiles (#305 ) @knolleary
7+ - ci: replace ` tibdex/github-app-token ` with ` actions/create-github-app-token ` (#300 ) @ppawlowski
8+
19#### 2.28.0: Release
210
311 - Fix $ escaping and add LETSENCRYPT for npm registry (#296 )
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.28.0 "
516+ image : " flowfuse/forge-docker:2.28.1 "
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.28.0 "
543+ image : " flowfuse/file-server:2.28.1 "
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.28.0 " ,
3+ "version" : " 2.28.1 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@flowfuse/file-server" : " ^2.28.0 "
6+ "@flowfuse/file-server" : " ^2.28.1 "
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.28.0 " ,
4+ "version" : " 2.28.1 " ,
55 "private" : true ,
66 "author" : {
77 "name" : " FlowForge Inc."
88 },
99 "dependencies" : {
10- "@flowfuse/flowfuse" : " ^2.28.0 " ,
11- "@flowfuse/driver-docker" : " ^2.28.0 " ,
10+ "@flowfuse/flowfuse" : " ^2.28.1 " ,
11+ "@flowfuse/driver-docker" : " ^2.28.1 " ,
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.28.0 " ,
4+ "version" : " 2.28.1 " ,
55 "private" : true ,
66 "dependencies" : {}
77}
You can’t perform that action at this time.
0 commit comments