Skip to content

Commit

Permalink
Merge pull request #1281 from FlowFuse/changelog-1.13
Browse files Browse the repository at this point in the history
Changelog 1.13
  • Loading branch information
MarianRaphael authored Oct 26, 2023
2 parents 8953580 + 8da91b6 commit fb9e831
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
label: "Role-Based Access Control",
values: ['check', 'check', 'check'],
info: "<p>FlowFuse's intuitive team management tooling makes it easy for you to control whom has access to what.</p>"
}, {
}, {
id: "blueprints",
label: "Access to Blueprints",
values: ['check', 'check', 'check'],
info: "<p><a href=\"https://flowfuse.com/blog/2023/10/blueprints\" target=\"blank\">FlowFuse's Blueprints</a> simplify Node-RED deployments by offering pre-built, customizable flows for specific use cases.</p>"
}, {
id: "ha",
label: "High Availibility",
values: [null, null, 'check'],
Expand All @@ -82,6 +87,11 @@
label: "Seamless Data Stream",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowFuse Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.</p>"
}, {
id: "certified-nodes",
label: "Certified Nodes",
values: [null, 'check', 'check'],
info: "<p>FlowFuse Certified Nodes a selection of certfied Node-RED nodes, enhancing efficiency and security.</p>"
}]
}, {
label: "Support & SLA",
Expand Down
12 changes: 11 additions & 1 deletion src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,17 @@
label: "Edge Development",
values: [null, 'check', 'check'],
info: "<p>Connect to a edge device and develop your flows.</p>"
}, {
}, {
id: "blueprints",
label: "Access to Blueprints",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://flowfuse.com/blog/2023/10/blueprints\" target=\"blank\">FlowFuse's Blueprints</a> simplify Node-RED deployments by offering pre-built, customizable flows for specific use cases.</p>"
}, {
id: "certified-nodes",
label: "Certified Nodes",
values: [null, 'check', 'check'],
info: "<p>FlowFuse Certified Nodes a selection of certfied Node-RED nodes, enhancing efficiency and security.</p>"
}, {
id: "sso",
label: "Single Sign-On (SSO)",
values: [null, null, 'check'],
Expand Down
15 changes: 15 additions & 0 deletions src/changelog/2023/10/certified-nodes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Certified Nodes
date: 2023-10-26 12:00:00.0
authors: ["marian-demme"]
tags:
- changelog
---
Teams Tier customers can now leverage a curated selection of certfied Node-RED nodes, enhancing workflow efficiency and security.
- Quality Assurance: Each certified node undergoes testing, ensuring it's free from harmful components, aligning with our commitment to reliability.
- Proactive Security Measures: While prioritizing immediate resolutions for detected vulnerabilities, we maintain the discretion to revoke a node's certified status, ensuring system integrity. Affected customers will receive prompt notifications.
- Support: Assistance for certified nodes is provided, aiming for, but not promising, issue resolution.

How? You can find all certified nodes in your Node-RED palette manager.

![Certified Nodes Screenshot](./images/certified-nodes.png)
11 changes: 11 additions & 0 deletions src/changelog/2023/10/device-snapshot-selection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Enhanced Snapshot Selection
date: 2023-10-16 11:00:00.0
authors: ["marian-demme"]
tags:
- changelog
---

Users can now effortlessly deploy snapshots for devices assigned to an application through a new "Deploy Snapshot" button, available in the device's "snapshots" tab, thereby enhancing the workflow with the option to set either instance-owned or device-owned snapshots as the target.

![Snapshot selection](./images/Snapshot-Selection.png)
Binary file added src/changelog/2023/10/images/Screenshot-alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/changelog/2023/10/images/certified-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/changelog/2023/10/path-bug-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Device Agent path bug fix
date: 2023-10-26
authors: ["marian-demme"]
tags:
- changelog
---

The Device Agent now passes the PATH environment variable to the Node-RED instances. Erroneously, the agent didn't capture it to expose to Node-RED again for usage. This prevented some nodes from being installed, like `node-red-serial-port` when assigned to an application. For more details, see [GitHub Issue](https://github.com/FlowFuse/device-agent/issues/185).
11 changes: 11 additions & 0 deletions src/changelog/2023/10/resource-alerts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Resource Monitoring in Audit Log
date: 2023-10-26 10:00:00.0
authors: ["marian-demme"]
tags:
- changelog
---

In the FlowFuse Audit Log (see [Documentation](https://flowfuse.com/docs/user/logs/#audit-log))of an instance, it will now display when the resource utilization of CPU or memory exceeds 75% over a period of five minutes. This should provide transparency regarding resource utilization and serve as an indicator for choosing the appropriate instance size.

![Audit Log Screenshot](./images/Screenshot-alert.png)

0 comments on commit fb9e831

Please sign in to comment.