Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### 2.28.0: Release

- Fix $ escaping and add LETSENCRYPT for npm registry (#296)
- Ensure external npm URL is used (#293)
- Update npm registry URL in docker-compose.yml (#292)
- Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#285)
- Bump docker/login-action from 3.7.0 to 4.0.0 (#286)
- Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#287)
- Bump docker/metadata-action from 5.10.0 to 6.0.0 (#288)
- Bump docker/build-push-action from 6.19.2 to 7.0.0 (#289)
- Add Team NPM registry support (#291)
- Add version 4.1.7 to Device Cache (#298) @knolleary
- feat: Mount DOCKER_DRIVER_PRIVATE_CA_PATH in forge service (#297) @ppawlowski

#### 2.27.1: Release

- Bump docker/build-push-action from 6.18.0 to 6.19.2 (#280)
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ services:
- emqx:/opt/emqx/data

forge:
image: "flowfuse/forge-docker:2.27.1"
image: "flowfuse/forge-docker:2.28.0"
networks:
- flowforge
restart: always
Expand All @@ -540,7 +540,7 @@ services:
start_period: 10s

file-server:
image: "flowfuse/file-server:2.27.1"
image: "flowfuse/file-server:2.28.0"
networks:
- flowforge
restart: always
Expand Down
4 changes: 2 additions & 2 deletions file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flowfuse/file-server-container",
"version": "2.27.1",
"version": "2.28.0",
"private": true,
"dependencies": {
"@flowfuse/file-server": "^2.27.1"
"@flowfuse/file-server": "^2.28.0"
},
"license": "Apache-2.0"
}
6 changes: 3 additions & 3 deletions flowforge-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowfuse/docker-deployment",
"description": "FlowFuse in Docker",
"version": "2.27.1",
"version": "2.28.0",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^2.27.1",
"@flowfuse/driver-docker": "^2.27.1",
"@flowfuse/flowfuse": "^2.28.0",
"@flowfuse/driver-docker": "^2.28.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "2.27.1",
"version": "2.28.0",
"private": true,
"dependencies": {}
}