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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 3.8.3 Release

- Add kube doc (#591)
- Add kube docs (#582)
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml from 0.49.0 to 0.52.0 (#586)
- Bump actions/setup-go from 6.2.0 to 6.3.0 (#587)
- Bump actions/download-artifact from 7.0.0 to 8.0.0 (#588)
- Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#589)
- Add support for setting apiMaxLength (#592) @hardillb
- Bump minimatch (#585) @app/dependabot
- Log causes for MQTT connection failures (#581) @hardillb

#### 3.8.2 Release

- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml from 0.48.0 to 0.49.0 (#578)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/device-agent",
"version": "3.8.2",
"version": "3.8.3",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform",
"exports": {
"./libraryPlugin": "./lib/plugins/libraryPlugin.js",
Expand Down