Skip to content

Commit

Permalink
docs: Update release notes (#9044)
Browse files Browse the repository at this point in the history
* docs: Update release notes

* edit requested

* linter
  • Loading branch information
tara-det-ai authored Mar 27, 2024
1 parent 8d2a763 commit 18dd29e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@ Version 0.29.1
``build-pytorch-ngc`` or ``build-tensorflow-ngc`` targets in the makefile in our `environments
repository <https://github.com/determined-ai/environments>`__.

- RBAC: Add a pre-canned role called ``EditorRestricted`` which supersedes the ``Viewer`` role and
precedes the ``Editor`` role.

- Like the ``Editor`` role, the ``EditorRestricted`` role grants the permissions to create,
edit, or delete projects and experiments within its designated scope. However, the
``EditorRestricted`` role lacks the permissions to create or update NSC (Notebook, Shell or
Command) type workloads.

Therefore, a user with ``EditorRestricted`` privileges in a given scope is limited when using
the WebUI within that scope since the option to launch JupyterLab notebooks and kill running
tasks will be unavailable. The user will also be unable to run CLI commands that create scoped
notebooks, shells, and commands and will be unable to perform updates on these tasks (such as
changing the task's priority or deleting it). ``EditorRestricted`` users can still open and
use scoped JupyterLab notebooks and perform all experiment-related jobs, just like those with
the ``Editor`` role.

- The ``EditorRestricted`` role allows workspace and cluster editors and admins to have more
fine-grained control over GPU resources. Thus, users with this role lack the ability to launch
or modify tasks that indefinitely consume slot-requesting resources within a given scope.

**Improvements**

- Images: Eliminate TensorFlow 2.8 images from our offerings. Default TensorFlow 2.11 images remain
Expand Down

0 comments on commit 18dd29e

Please sign in to comment.