Skip to content

v26.4.8-rc.1

Pre-release
Pre-release

Choose a tag to compare

@yomybaby yomybaby released this 07 May 06:05
· 78 commits to 26.4 since this release

What's Changed (v26.4.8-rc.0 -> v26.4.8-rc.1)

✨ Features

Deployment Preset Management

Introduced full CRUD UI for deployment presets and integrated preset data across deployment-related flows so users can reuse curated configurations.

Deployment Creation & Revision Workflow

Reworked the deployment creation entry point and exposed missing revision fields so users can configure new revisions completely from the UI.

🐛 Bug Fixes

Deployment UX Polish

Resolved navigation, image-loading, and rendering issues across deployment pages and refined revision terminology and applying-state polling for clearer feedback.

  • FR-2805: correct tab key and use URLSearchParams in deployment preset navigation by @yomybaby in #7233
  • FR-2807: prevent BAILink ellipsis crash and isolate DeploymentDetailPage tab errors by @agatha197 in #7236
  • FR-2810: batch-load image canonical names on admin deployment preset list by @agatha197 in #7242
  • FR-2826: polish deployment revision UX (terminology, env block, start command, applying-state polling) by @yomybaby in #7272

Table Stability

Fixed an infinite update loop in BAITable when resizing columns.

🔨 Refactoring

Deployment Revision Detail

Split DeploymentRevisionDetail into a fragment-based component to improve composition and align with the project's Relay fragment architecture.

  • refactor: split DeploymentRevisionDetail as fragment-based component by @agatha197 in #7269

🛠 Chores

RBAC Query Inputs

Adopted the new filter input types for RBAC permission and entity queries to keep the WebUI in sync with backend schema changes.

Full Changelog: v26.4.8-rc.0...v26.4.8-rc.1