diff --git a/docs/home/whats-new-2-15.md b/docs/home/whats-new-2-15.md index 0dbed6283b..9bfda683c6 100644 --- a/docs/home/whats-new-2-15.md +++ b/docs/home/whats-new-2-15.md @@ -95,7 +95,7 @@ date: 2023-Dec-3 * -### Control & Visibility +### Control and Visibility #### Dashboards diff --git a/docs/home/whats-new-2-16.md b/docs/home/whats-new-2-16.md index bfe25d958b..2854a406be 100644 --- a/docs/home/whats-new-2-16.md +++ b/docs/home/whats-new-2-16.md @@ -14,7 +14,8 @@ date: 2023-Dec-4 #### Jobs, Workloads, and Workspaces -* Added the capability show and change policies directly in the project submission form. Pressing on *Policy* will open a window that displays the effective policy. For more information, see [Projects](). + +* Added the capability show and change policies directly in the project submission form. Pressing on *Policy* will open a window that displays the effective policy. For more information, see [Projects](../admin/admin-ui-setup/project-setup.md#viewing-project-policies). * Improved Run:ai *Workloads* so that it is specifically designed and optimized for AI and data science workloads, enhancing Kubernetes management of containerized applications. The Workloads view provides a more advanced UI than the previous Jobs UI. The new table format provides: @@ -47,23 +48,25 @@ date: 2023-Dec-4 #### Authentication and Authorization -* Added a column to the *Users* table for the type of user that was created (Local or SSO). You can now also view the user's access role assignments directly from the *Users* table by pressing *VIEW*. In addition, SSO users who have logged into the system will now be visible in the *Users* table. For more information see [Users](). + +* Added a column to the *Users* table for the type of user that was created (Local or SSO). You can now also view the user's access role assignments directly from the *Users* table by pressing *VIEW*. In addition, SSO users who have logged into the system will now be visible in the *Users* table. For more information, see [Users](). #### Policies * Added a new policy manager. Enabling the *New Policy Manager* provides new tools to discover how resources are not compliant. Non-compliant resources and will appear greyed out and cannot be selected. To see how a resource is not compliant, press on the clipboard icon in the upper right hand corner of the resource. Policies can also be applied to specific scopes within the Run:ai platform. For more information, see [Policies](../admin/workloads/policies/README.md). -* Add support to see how policies affect resources in a project. Press the clipboard icon on a resource card to see a pop-up with details as to how that resource is affected by an applied policy. +* Add support to see how policies affect resources in a project. Press the clipboard icon on a resource card to see a pop-up with details as to how that resource is affected by an applied policy. ### Control and Visibility -* Added new dashboards that report on the state of the cluster. +* Added new dashboards that report on the state of the cluster. ### Installation and Configuration #### OpenShift Support - + +* Updated installation prequisites. For more information, see [Supported Kubernetes Versions](../admin/runai-setup/cluster-setup/cluster-prerequisites.md#kubernetes). ---------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index b6ce710ee3..9702707de9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -119,8 +119,8 @@ nav: - Home: - 'Overview': 'index.md' - 'System Components' : 'home/components.md' - - 'Whats New' : - - 'home/index.md' + - 'Whats New' : + - 'Version 2.16' : 'home/whats-new-2-16.md' - 'Version 2.15' : 'home/whats-new-2-15.md' # - 'Version 2.14' : 'home/whats-new-2-14.md' - 'Version 2.13' : 'home/whats-new-2-13.md'