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.37.0 #9995

Merged
merged 7 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
46 changes: 46 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,52 @@
Release Notes
###############

**************
Version 0.37
**************

Version 0.37.0
==============

**Release Date:** September 27, 2024

**Breaking Changes**

- API: Remove the ``model_hub`` library from Determined.

- Starting with this release, ``MMDetTrial`` and ``BaseTransformerTrial`` are removed. HuggingFace
users should refer to the provided `HuggingFace TrainerAPI examples
</~https://github.com/determined-ai/determined/tree/main/examples/hf_trainer_api>`__, which use a
custom callback instead of BaseTransformerTrial. Users of ``MMDetTrial`` can refer to :ref:`Core
API <api-core-ug>`.

**New Features**

- Webhooks: Add support for experiment monitoring and alerting. Capabilities include
workspace-level subscriptions for "All experiments" or "Specific experiment(s) with matching
configuration" options. New trigger types include ``COMPLETED``, ``ERROR``, ``TASKLOG``, and
``CUSTOM``. Support for custom triggers, code-based alerts, experiment-specific webhook
exclusions, and editable webhook URLs is also added. For details, visit
:ref:`supported-webhook-triggers`.

- Master Configuration: Add support for POSIX claims in the master configuration. It now accepts
``agent_uid_attribute_name``, ``agent_gid_attribute_name``, ``agent_user_name_attribute_name``,
or ``agent_group_name_attribute_name``. Refer to the :ref:`OIDC master configuration
<master-config-oidc>` or :ref:`SAML master configuration <master-config-saml>` for details. If
any of these fields are configured, they will sync with the database.

**Improvements**

- WebUI: Change the "Compute Slots Allocated" label to "Unspecified Slots Allocated" for resource
pools with no or multiple slot types. Add error logs for zero or multi-slot-type cases and update
the progress bar to include all agents when the slot type is ``TYPE_UNSPECIFIED``.

**Bug Fixes**

- API/Tasks: Fix a bug where a master-configured ``log_retention_days`` value is not applied to
experiments and tasks. The master-configured value is now correctly applied to new experiments,
and all pre-existing experiments will also follow the specified ``log_retention_days``.

**************
Version 0.36
**************
Expand Down
9 changes: 0 additions & 9 deletions docs/release-notes/auto-populate-posix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/fix-master-log-retention-days.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/release-notes/remove-model-hub.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/unspecified-slots.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/release-notes/workload-alerting.rst

This file was deleted.

Loading