Skip to content

Commit

Permalink
docs: Update release notes (#10114)
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-det-ai authored Oct 23, 2024
1 parent c655f33 commit 5e9df7c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
10 changes: 5 additions & 5 deletions docs/release-notes/api-cli-access-token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

**New Features**

- API/CLI: Add support for access tokens. Add the ability create and administer access tokens for
users to authenticate in automated workflows. Users can define the lifespan of these tokens,
making it easier to securely authenticate and run processes. This feature enhances automation
while maintaining strong security protocols by allowing tighter control over token usage and
expiration.
- API/CLI: Add support for :ref:`access tokens <access-tokens>`. Add the ability create and
administer access tokens for users to authenticate in automated workflows. Users can define the
lifespan of these tokens, making it easier to securely authenticate and run processes. This
feature enhances automation while maintaining strong security protocols by allowing tighter
control over token usage and expiration.

- CLI:

Expand Down
7 changes: 4 additions & 3 deletions docs/release-notes/config-policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

**New Features**

- Cluster: Add :ref:`config policies <config-policies>` to enable administrators to set limits on
how users can define workloads (e.g., experiments, notebooks, TensorBoards, shells, and
commands). Administrators can define two types of configurations:
- Cluster: In the enterprise edition of Determined, add :ref:`config policies <config-policies>` to
enable administrators to set limits on how users can define workloads (e.g., experiments,
notebooks, TensorBoards, shells, and commands). Administrators can define two types of
configurations:

- **Invariant Configs for Experiments**: Settings applied to all experiments within a specific
scope (global or workspace). Invariant configs for other tasks (e.g. notebooks, TensorBoards,
Expand Down
8 changes: 5 additions & 3 deletions docs/release-notes/log-search-improvement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**Improvements**

- Logs: Add a seperate pane for log search results, and clicking on the search result would bring
user to the position of the log, where user can view the logs before and after. Also enables
searching with Regex.
- Logs: In the WebUI, add a tab for specifically for displaying log search results. Clicking on any
search result will take users directly to the relevant position in the log, allowing them to
easily view logs both before and after the matched entry. Additionally, add support for
regex-based searches, providing more flexible log filtering. For more details, refer to
:ref:`log_policies <config-log-policies>`.
5 changes: 3 additions & 2 deletions docs/release-notes/rbac-new-tokenCreator-role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

**New Features**

- New RBAC role: Add a ``TokenCreator`` RBAC role, which allows users to create, view, and revoke
their own access tokens. This role can only be assigned globally.
- New RBAC role: In the enterprise edition of Determined, add a ``TokenCreator`` RBAC role, which
allows users to create, view, and revoke their own :ref:`access tokens <access-tokens>`. This
role can only be assigned globally.

0 comments on commit 5e9df7c

Please sign in to comment.