Skip to content

Release notes 1.69#19

Open
nl0 wants to merge 1 commit intomainfrom
release-260425
Open

Release notes 1.69#19
nl0 wants to merge 1 commit intomainfrom
release-260425

Conversation

@nl0
Copy link
Copy Markdown
Member

@nl0 nl0 commented Apr 28, 2026

Release notes for 1.69

Greptile Summary

This PR adds release notes for Quilt Platform 1.69, covering Union Role Mapping for SSO, role-scoped bucket listings, Benchling canvas auto-refresh and review-record export, and several stack/variant improvements. The document is well-organized and consistent with the established format used in prior releases (e.g., 1.68).

Confidence Score: 5/5

Documentation-only change; safe to merge.

Single markdown file with no code changes. Content is accurate, well-structured, and consistent with the established release notes format from prior versions.

No files require special attention.

Important Files Changed

Filename Overview
release-notes/1-69-0-release-notes.md New release notes file for v1.69 documenting Union Role Mapping for SSO, role-scoped bucket listings, Benchling integration improvements, and misc fixes/variant changes — well-structured and consistent with prior release notes format.

Sequence Diagram

sequenceDiagram
    participant User
    participant SSO as SSO Provider
    participant Registry as Quilt Registry
    participant RoleSwitcher as Role Switcher

    User->>SSO: Login
    SSO->>Registry: Assertions with group/attribute claims
    Registry->>Registry: Evaluate all mapping rules (union_roles: true)
    Registry->>Registry: Collect matched roles (union)
    Registry->>Registry: Apply tri-state admin field logic
    Registry->>Registry: Revoke roles no longer in matched set
    Registry-->>User: Assign union of matched roles
    User->>RoleSwitcher: Switch between assigned roles
Loading

Reviews (1): Last reviewed commit: "Release notes 1.69" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant