Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add release notes for 0.36.0 #9854

Merged
merged 14 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/manage/security/rbac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,10 @@ The ``EditorProjectRestricted`` role supersedes the ``Viewer`` role and precedes
role. Assign the ``EditorProjectRestricted`` to users who need ``Editor`` permissions without the
ability to create or update projects. More specifically:

- ``EditorRestricted`` users can create, edit, or delete experiments and notebook, shell, or
Command (NSC) type workloads within their designated scope, just like those with the ``Editor``
role. However, ``EditorProjectRestricted`` users lack the permissions to create or update
projects.
- ``EditorProjectRestricted`` users can create, edit, or delete experiments and notebook,
tensorboard, shell, or Command (NTSC) type workloads within their designated scope, just like
corban-beaird marked this conversation as resolved.
Show resolved Hide resolved
those with the ``Editor`` role. However, ``EditorProjectRestricted`` users lack the permissions
to create or update projects.

``Editor``
==========
Expand Down
65 changes: 65 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,71 @@
Release Notes
###############

**************
Version 0.36
**************

Version 0.36.0
==============

**Release Date:** August 23, 2024

**New Features**

- WebUI: In the enterprise edition of Determined, when RBAC is enabled, allow Viewer, Editor,
GenAI, and Workspace Admin roles to view resource quotas for each workspace in the WebUI. When
RBAC is not enabled, any user can view resource quotas.

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

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

- Kubernetes: Add experimental support for AMD ROCm GPUs. To use, set ``slotType=rocm``. Visit
:ref:`helm-config-reference` for more details.

- Images: Add New ROCm 6.1 images with DeepSpeed for MI300x users. Dev versions of these images can
be found in our Docker Hub, under `pytorch-infinityhub-dev
<https://hub.docker.com/repository/docker/determinedai/pytorch-infinityhub-dev/tags>`__ and
`pytorch-infinityhub-hpc-dev
<https://hub.docker.com/repository/docker/determinedai/pytorch-infinityhub-hpc-dev/tags>`__.
Users can build these images locally based on the Dockerfiles found in our `environments
repository
</~https://github.com/determined-ai/environments/blob/main/Dockerfile-infinityhub-pytorch>`__.

- Master: Add a ``ui_customization`` option to the :ref:`master configuration
<master-config-reference>` for specifying a custom logo for the WebUI.

**Bug Fixes**

- Experiments: Report an experiment's status as FAILED if any failure occurs during the shutdown
process, before the experiment has completed gracefully.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight nit: Instead of gracefully, do we mean successfully? @corban-beaird @tara-det-ai defer to you on wording but I am confused what that means

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this bug fix note is for #9693

This wording accurately reflects the distinction between a successful, orderly shutdown and a failure that prevents it. "successful + orderly" = "graceful".


**Deprecations**

- Custom Searchers: All custom searchers including DeepSpeed Autotune have been deprecated. This
feature will be removed in a future release. We will maintain first-class support for a variety
of preset searchers, which can be easily configured for any experiment. Visit
:ref:`search-methods` for details.

- Cluster: Amazon Aurora V1 will reach End of Life at the end of 2024 and will no longer be the
default persistent storage for AWS Determined deployments. Users should migrate to Amazon RDS for
PostgreSQL.

- Cluster: After Amazon Aurora V1 reaches End of Life, support for Amazon Aurora V1 in ``det deploy
aws`` will be removed. The deployment will default to the ``simple-rds`` type, which uses Amazon
RDS.

- Database: Postgres 12 will reach End of Life on November 14, 2024. Determined instances using
Postgres 12 or earlier should upgrade to Postgres 13 or later to ensure continued support.

- Kubernetes Scheduling: Support for the priority with preemption scheduler for Kubernetes Resource
Managers was deprecated in 0.35.0 and is now removed. Users should transition to the default
scheduler. Visit :ref:`Kubernetes Default Scheduler <kubernetes-default-scheduler>` for details.

**************
Version 0.35
**************
Expand Down
13 changes: 0 additions & 13 deletions docs/release-notes/aurora-upcoming-unsupport.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/custom-logo.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/deprecate-custom-searchers.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/deprecate-k8s-preemption-scheduler.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/release-notes/editor-project-restricted.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/experiments-failed-status.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/rocm-k8s-gpu.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/release-notes/rocm-mi300x.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/updated-user-roles-slot-caps.rst

This file was deleted.

Loading