|
1 | 1 | # Run:ai version 2.14
|
2 | 2 |
|
3 |
| -## Version 2.14.0 |
| 3 | +## Version 2.14.0 September, 18, 2023 |
4 | 4 |
|
5 |
| -### Release date |
| 5 | +### Release content |
6 | 6 |
|
7 |
| -August 2023 |
8 |
| - |
9 |
| -#### Release content |
10 |
| - |
11 |
| -This version contains new features and fixes in addition to the features and fixes from previous versions. For information about features, functionality, and fixed issues in previous versions see: |
12 |
| - |
13 |
| -* [What's new 2.13](whats-new-2-13.md) |
14 |
| -* [What's new 2.12](whats-new-2-12.md) |
15 |
| -* [What's new 2.10](whats-new-2-10.md) |
16 |
| - |
17 |
| -##### Role based access control |
| 7 | +#### Role based access control |
18 | 8 | <!-- RUN-7510/9002 and lots of others -->
|
19 | 9 | Stating in this version, Run:ai had updated the authorization system to Role Based Access Control (RBAC). RBAC is a policy-neutral access control mechanism defined around roles and privileges. For more information, see [Role based access control](../admin/runai-setup/access-control/rbac.md#role-based-access-control).
|
20 | 10 |
|
21 | 11 | <!-- When upgrading the system, previous access and authorizations that were configured will be migrated to the new RBAC roles. See the table below for role conversions:
|
22 | 12 |
|
23 | 13 | TODO Add RBAC old--new conversion table here. -->
|
24 | 14 |
|
25 |
| -##### Auto delete jobs |
| 15 | +#### Auto delete jobs |
26 | 16 | <!-- RUN-8586/RUN-11777 -->
|
27 | 17 | * We are pleased to announce new functionality in our UI and CLI that provides configuration options which automatically delete jobs after a specified amount of time. Auto-deletion provides more efficient use of resources and makes it easier for researchers to manage their jobs. For more configuration options in the UI, see *Auto deletion* (Step 9) in [Create a new workspace](../Researcher/user-interface/workspaces/create/workspace-v2.md#create-a-new-workspace). For more information on the CLI flag, see [--auto-deletion-time-after-completion](../Researcher/cli-reference/runai-submit.md).
|
28 | 18 |
|
29 |
| -##### Multiple service types |
| 19 | +#### Multiple service types |
30 | 20 | <!-- RUN-10235/RUN-10485 Support multi service types in the CLI submission -->
|
31 | 21 | * We are pleased to announce new functionality in our CLI that allows submitting a workload with multiple service types at the same time in a CSV style format. Both the CLI and the UI now provide the same functionality. For more information see [runai submit](../Researcher/cli-reference/runai-submit.md).
|
32 | 22 |
|
33 | 23 | <!-- RUN-9808/RUN-9810 Show effective project policy from the UI
|
34 | 24 | * We are pleased to announce an enhancement to the Projects table where users now have the ability to view policies from within a project. For more information, see [Projects](). -->
|
35 | 25 |
|
36 |
| -##### Ephemeral volumes |
| 26 | +#### Ephemeral volumes |
37 | 27 | <!--RUN-9958/RUN-10061 Ephemeral volumes in workspaces -->
|
38 | 28 | * We are pleased to announce support for Ephemeral volumes in *Workspaces*. Ephemeral storage is tied to the lifecycle of the *Workspace*. It’s temporary storage that gets wiped out and lost when the workspace is deleted. Ephemeral storage is added to the *Workspace* configuration form in the *Volume* pane. For configuration information, see step 7 in [Create a new workspace](../Researcher/user-interface/workspaces/create/.workspace-v2.md#create-a-new-workspace).
|
39 | 29 |
|
40 |
| -##### Email notifications |
| 30 | +#### Email notifications |
41 | 31 | <!-- RUN-9868/RUN-10087 support per user scheduling events notifications (slack/email) -->
|
42 | 32 | * We are pleased to announce new functionality where users can now receive notifications from scheduling events. Researchers using Run:ai can now receive notifications via email and is configured so that each user will only get the events relevant to their workloads. For more information, see [email notifications](../admin/researcher-setup/email-messaging.md#email-notifications).
|
43 | 33 |
|
44 |
| -##### CLI improvements |
| 34 | +#### CLI improvements |
45 | 35 | <!-- RUN-10335/RUN-10510 Node port command line -->
|
46 | 36 | * We are pleased to announce improved functionality in the `runai submit` command which now clarifies the port for the container using the `nodeport` flag. For more information, see `runai submit`, [--service-type](../Researcher/cli-reference/runai-submit.md#s----service-type-string) `nodeport`.
|
47 | 37 |
|
48 |
| -##### Policy improvements |
| 38 | +#### Policy improvements |
49 | 39 | <!-- RUN-10575/RUN-10579 Add numeric rules in the policy to GPU memory, CPU memory & CPU -->
|
50 | 40 | * We are pleased to announce increased flexibility when creating policies. The improved flexibility includes the ability to allocate a `min` and a `max` value for CPU and GPU memory. For configuration information, see [GPU and CPU memory limits](../admin/workloads/policies.md#gpu-and-cpu-memory-limits) in *Configuring policies*.
|
51 | 41 |
|
52 |
| -##### Resource costing |
| 42 | +#### Resource costing |
53 | 43 | <!-- RUN-11421/RUN-11508 Consumption report cost and bugs -->
|
54 | 44 | * We are pleased to announce that we have added an additional table to the Consumption dashboard. This table contains the consumption per department and the cost per department. For more information, see [Consumption dashboard](../admin/admin-ui-setup/dashboard-analysis.md#consumption-dashboard).
|
55 | 45 |
|
56 |
| -##### Deployment improvements |
| 46 | +#### Deployment improvements |
57 | 47 | <!-- RUN-11563/RUN-11564 MPS and tolerance -->
|
58 | 48 | * We are pleased to announce improvements to the deployment form which now include support for and *Multi-Process Service (MPS)*. *MPS* is a service which allows the running of parallel processes on the same GPU, which are all run by the same userid. To enable *MPS* support, move the selector switch on the *Deployments* form.
|
59 | 49 |
|
|
0 commit comments