Skip to content

Commit

Permalink
new features and references
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwick committed Oct 25, 2024
1 parent a79dd2d commit 7ba870d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release-notes/2024-10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ The 2024-10 release for SystemLink Enterprise has been published to <https://dow

- Use the scheduling assistant to see what systems and DUTs are available and schedule test plans without conflicts.
- Add comments with @ mention and rich text on work orders and test plans.
- Configure resource profiles to maximize resource utilization. In systemlink-values.yaml, you can modify the low, medium, or high resource profiles.
- When viewing your data tables in a data space, you can now view your data in a table as well as a chart.
- Configure resource profiles to maximize resource utilization for the Notebook Execution Service. In systemlink-values.yaml, you can modify the low, medium, or high resource profiles.
- Resource profiles can now be specified in the `/ninbexecution/v1/executions` route.
- Resource profiles allows for a notebook to be executed with different pre-defined memory and CPU allocations for its container. The resources available to each profile are defined in Helm values.
- [View this configuration](https://github.com/ni/install-systemlink-enterprise/tree/2024-10/getting-started/templates/systemlink-values.yaml#L1085)

- As a result of privilege changes for routines, non-Server Administrator users who could previously perform operations on routines may not be able to any longer. Apply the **Routine Maintainer** role to these users or create a new role created that grants routine privileges.
- Added the **Routines** service role.
Expand All @@ -22,9 +25,7 @@ The 2024-10 release for SystemLink Enterprise has been published to <https://dow

- Renamed the **Notebook Execution** privilege category to **Scripts** to match the application rename.
- Added the **Cancel notebook execution** privilege. This privilege is not yet enforced. Enforcement will included in a future release.
- Resource profiles can now be specified in the `/ninbexecution/v1/executions` route. Resource profiles allows for a notebook to be executed with different pre-defined memory and CPU allocations for its container. The resources available to each profile are defined in Helm values.
- [View this configuration](TODO Link)
- Added the **Specify resource profile** privilege to the **Scripts** privilege category
- Added the **Specify resource profile** privilege to the **Scripts** privilege category

- Enabled CORS for the **DELETE** `niauth/v1/session-keys/self` route.

Expand Down

0 comments on commit 7ba870d

Please sign in to comment.