Skip to content

Commit

Permalink
docs: add release notes for 0.19.4 (#5110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhu authored Sep 23, 2022
1 parent 11b8688 commit 424cbaf
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 42 deletions.
38 changes: 38 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@
Version 0.19
**************

Version 0.19.4
==============

**Release Date:** September 22, 2022

**Breaking Changes**

- ``det deploy aws``: Remove ``--deployment-type=vpc`` option. Please use ``efs`` or ``fsx``
deployment types instead.

**API Changes**

- The ``STATE_ACTIVE`` state for experiments and trials is now divided into four sub-states:
``STATE_QUEUED``, ``STATE_PULLING``, ``STATE_STARTING``, and ``STATE_RUNNING``. Queries to
``GetExperimentsRequest`` that filter by state continue to use ``STATE_ACTIVE``.

- The possible states of tasks have been adjusted to match those of experiments and trials. The
previous ``STATE_PENDING`` and ``STATE_ASSIGNED`` are now ``STATE_QUEUED``.

**Bug Fixes**

- Checkpoints: Fixed a bug where operations that listed checkpoints could sometimes return the same
checkpoint multiple times.

Version 0.19.3
==============

Expand All @@ -26,6 +50,8 @@ Version 0.19.3

- Example: Allow training of models that do not fit into GPU memory using DeepSpeed ZeRO Stage 3
with CPU offloading.
- Kubernetes: Allow the UID and GID of Fluent Bit logging sidecars to be configured on a
cluster-wide basis.

Version 0.19.2
==============
Expand All @@ -49,6 +75,9 @@ Version 0.19.2
- CLI: ``det job list`` will now return all jobs by default instead of a single API results page.
Use ``--pages=1`` option for the old behavior.

- The ``/api/v1/trials/:id`` endpoint no longer returns the ``workloads`` attribute. Workloads
should instead be retrieved from the paginated ``/api/v1/trials/:id/workloads`` endpoint.

**Bug Fixes**

- Kubernetes: Fixed an issue where restoring a job in a Kubernetes set up could crash the resource
Expand Down Expand Up @@ -355,6 +384,15 @@ Version 0.18.1

- Logging: Ensure logs for very short tasks are not truncated in Kubernetes.

- Web: Centralize sidebar options ``Cluster``, ``Job Queues``, and ``Cluster Logs`` into
``Cluster`` page for a simplified layout.

- Web: In order to provide a more precise view of resource pools, new fields like ``accelerator``
and ``warm slots`` have been added.

- Web: Clicking on resource pool cards will lead to a detail page, which also includes a ``Stats``
tab showing average queued time by day.

**Breaking Changes**

- Security: The following routes and CLI commands now need admin privileges.
Expand Down
11 changes: 0 additions & 11 deletions docs/release-notes/4420-substates-of-active

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/4703-trial-workloads

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/7073-cluster-ui-improvement

This file was deleted.

5 changes: 0 additions & 5 deletions docs/release-notes/dupe_checkpoints.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/fluent-k8s-uid

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/remove-vpc-yaml.txt

This file was deleted.

0 comments on commit 424cbaf

Please sign in to comment.