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

- Bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0 (#6130)
- Add EMQX Operator to kube install pre-reqs (#6087)
- Bump docker/login-action from 3.5.0 to 3.6.0 (#6084)
- Bump actions/cache from 4.2.4 to 4.3.0 (#6083)
- Bump JS-DevTools/npm-publish from 4.0.1 to 4.1.1 (#6082)
- docs: Add disk error solution to the device agent installer page (#6073)
- Validate google sso token audience (#6132) @knolleary
- Wrap device names in router-link for navigation to DeviceOverview page (#6127) @cstns
- Expose and display remote instance device group (#6125) @cstns
- Add device mode filters and badge to DevicesBrowser component (#6122) @cstns
- Use the UserCell component in the User Access table to improve user identification (#6121) @cstns
- Conditionally render permission overrides based on RBAC application feature flag (#6120) @cstns
- Add FF exclusive nodes feature flag (#6105) @knolleary
- Home: "Add Instance" button for Hosted & Remote Instances (#6089) @joepavitt
- Allow SSO Group lists longer than 255 characters (#6103) @hardillb
- Add a team selection step when deploying blueprints (#6099) @cstns
- Application-level RBAC - backend (#5987) @knolleary
- fix: added missing loading state in AuditLogs (#6035) @harshrajeevsingh
- Set 30second SQL timeout (#6092) @hardillb
- docs: Add `Check the Device Agent service status` paragraph (#6081) @ppawlowski
- Account: Make it easier/clearer to delete account (#6054) @joepavitt
- Docs: Agent Networking Requirements (#6078) @joepavitt
- Show a disabled "Add Instance" & "Create Instance" button for Members (#6062) @harshrajeevsingh
- Bump tar-fs from 2.1.3 to 2.1.4 (#6075) @app/dependabot
- Clarify that Device Agent installs Node-RED (#6066) @dimitrieh
- Remote Instance: Add Audit Log to Overview (#6070) @joepavitt
- Remote Instance Logs: Add placeholder & connected status for NR logs (#6069) @joepavitt
- Fix polling when team broker not enabled (#6067) @knolleary

#### 2.22.0: Release

- docs: Rearrange Device Agent documentation (#5977)
Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse",
"version": "2.22.0",
"version": "2.22.1",
"description": "An open source low-code development platform",
"homepage": "https://flowfuse.com",
"bugs": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/websocket": "^8.1.0",
"@flowfuse/driver-localfs": "^2.22.0",
"@flowfuse/driver-localfs": "^2.22.1",
"@flowfuse/flow-renderer": "^0.4.1",
"@headlessui/vue": "1.7.19",
"@heroicons/vue": "1.0.6",
Expand Down
Loading