Skip to content

v26.8.1

Latest

Choose a tag to compare

@yomybaby yomybaby released this 10 Aug 03:34

What's Changed (v26.8.0 -> v26.8.1)

✨ Features

Model Deployment & Chat

Deployment management gains an admin CRUD surface for runtime variant presets, and cross-project navigation now confirms before switching context. Chat deployment selection accounts for the active replica's traffic status.

Storage & Model Import

A reusable path picker lets users choose a location inside a virtual folder, and the Hugging Face import flow validates the model before the import begins.

🐛 Bug Fixes

Session & Deployment Reliability

Addresses cases where sessions could not be terminated or launched: an unresponsive wsproxy no longer blocks termination, partial default image references are resolved before launch, and the portless dev proxy writes its route table atomically.

Resource Display & Notifications

Corrects a resource reading where an absent usage slot was shown as unlimited, and stops dismissed notifications from reappearing.

Storage Folder Selection

The Hugging Face import form now offers only folders the user can actually write to.

Build & Packaging

Release builds now carry the correct build number, the backend.ai-ui package ships its type declarations again, and peer subpaths are externalized so react-dom is no longer bundled into the component library.

  • stamp the real BUILD_NUMBER in release builds instead of 1 by @rapsealk in #8572
  • restore backend.ai-ui types lost to a stale path and condition order by @rapsealk in #8590
  • externalize peer subpaths so backend.ai-ui stops bundling react-dom by @rapsealk in #8596

🔨 Refactoring

Deployment Page Data Loading

Chat deployment lookups move off the legacy endpoint queries, admin deployment tabs use preloaded queries, and deployment sorting follows the shared project convention.

🌐 i18n

Korean Terminology

Standardizes the Korean label for resource group across the BUI locale and pins the term in the shared termbase.

  • FR-3426: use "자원 그룹" for resource group in the ko BUI locale and pin it in the termbase by @yomybaby in #8501

📝 Documentation

User Manual Refresh for 26.8

A pass across the user manual bringing every major chapter up to date with the 26.8 UI, covering the end-user, storage, and administration surfaces.

Docs Infrastructure

The 26.8 manual is published to the version selector, the manual is synced with main, and the docs-toolkit README uses absolute links so examples resolve outside the repo.

  • publish 26.8 to docs version selector (v26.8.0) by @github-actions[bot] in #8511
  • sync user manual with main (2026-08-06) by @lablup-octodog in #8601
  • replace relative example links with absolute GitHub URLs in docs-toolkit README by @rapsealk in #8254

🧪 E2E Tests

Automated Test Healing

Scheduled and manual auto-heal runs keeping the Playwright suite green against the current UI.

Full Changelog: v26.8.0...v26.8.1