Skip to content

Commit

Permalink
docs: adds/corrects EE changes, merges to OSS (#8788)
Browse files Browse the repository at this point in the history
A few separate changes:
* A couple EE features/improvements didn't make the EE release notes. This
  adds them.
* A couple EE features/improvements were added tothe wrong version in
  the EE release notes. This moves them to the one they were actually
  released as a part of.
* Moves EE-only release notes to OSS and tags them (*Enterprise edition only*).
  - starting with 0.26.5
* Tags EE-only release notes that were already in OSS with an explicit
  (*Enterprise edition only*).
  - starting with 0.26.5

(cherry picked from commit ad765d4)
  • Loading branch information
wes-turner committed Feb 2, 2024
1 parent 2e27c71 commit 89df98b
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,32 @@ Version 0.26.7
- CLI: Modify ``det user ls`` to show only active users. Add a new flag ``--all`` to show all
users.

**New Features**

- Authentication: *(Enterprise edition only)* SAML users can be auto-provisioned upon their first
login. To configure, set the ``saml.auto_provision_users`` option to True. If SCIM is enabled as
well, ``auto_provision_users`` must be False.

- Authentication: *(Enterprise edition only)* In the enterprise edition, add synchronization of
SAML user group memberships with existing groups and SAML user display name with the Determined
user display name. Configure by setting ``saml.groups_attribute_name`` to the string value of the
authenticator's attribute name for groups and ``saml.display_name_attribute_name`` with the
authenticator's attribute name for display name.

**Improvement**

- Security: *(Enterprise edition only)* In the enterprise edition, expand the SAML user group
memberships feature to provision groups upon each login. This can be done by setting
``saml.groups_attribute_name`` to the string value of the authenticator's attribute name for
groups. Prior releases only matched group memberships between the authenticator and local
Determined user groups, meaning that, if not found, local groups would not be created.

- Security: *(Enterprise edition only)* In the enterprise edition, expand the OIDC user group
memberships feature to provision groups upon each login. This can be done by setting
``oidc.groups_claim_name`` to the string value of the authenticator's claim name for groups.
Prior releases only matched group memberships between the authenticator and local Determined user
groups, meaning that, if not found, local groups would not be created.

**Bug Fixes**

- Master: Fix an issue where master was unable to download checkpoints from S3 buckets in the
Expand Down Expand Up @@ -99,14 +125,14 @@ Version 0.26.5

**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: *(Enterprise edition only)* 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_attribute_name`` in the master config to
the string value of the authenticator's claim name for groups.
- Authentication: *(Enterprise edition only)* 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

0 comments on commit 89df98b

Please sign in to comment.