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.26.5 #8564

Merged
merged 4 commits into from
Dec 8, 2023
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
25 changes: 25 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,31 @@
Version 0.26
**************

Version 0.26.5
==============

**Release Date:** December 07, 2023

**Bug Fixes**

- Fix an issue where ``log_policies`` would be compared against the trial log printing experiment
config, which could often cause patterns like ``(.*) match (.*)`` to incorrectly always match.

- Fix an issue where the ``determined.launch.wrap_rank`` module, often used by custom launch
layers, was improperly buffering multiple lines separated by a carriage return, such as logs
emitted from the popular TQDM library. TQDM logs will pass now through without undue buffering.

**New Features**

- Authentication: Users can now provide a Pachyderm address in the master config under
``integrations.pachyderm.address``. This address will be added as an environment variable called
``PACHD_ADDRESS`` in task containers. The OIDC raw ID token will also be available as an
environment variable called ``DEX_TOKEN`` in task containers.

- Authentication: In the enterprise edition, add synchronization of OIDC user group memberships
with existing groups. Configure by setting ``oidc.groups_claim_name`` in the master config to the
string value of the authenticator's claim name for groups.

Version 0.26.4
==============

Expand Down
7 changes: 0 additions & 7 deletions docs/release-notes/8488-tqdm.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/fix-log-policies-match-itself.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/oidc-pachyderm-env-vars.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/oidc-sync-groups.rst

This file was deleted.

Loading