chore(ui): rebuild committed admin dashboard bundle for rc release - #32960
Merged
yuneng-berri merged 1 commit intoJul 12, 2026
Merged
Conversation
Contributor
|
Too many files changed for review. ( |
shin-berri
approved these changes
Jul 11, 2026
yuneng-berri
enabled auto-merge (squash)
July 11, 2026 23:37
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
|
Fix ready for review. This updates the fix branch with corrected region-handling logic in
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaito re-request a review after pushing changes)Screenshots / Proof of Fix
There is no functional change to demonstrate; this is a deterministic regeneration of the committed admin dashboard bundle produced by
ui/litellm-dashboard/build_release_ui.sh(Next.jsoutput: exportbuild, then copy intolitellm/proxy/_experimental/out)The diff is confined entirely to that path:
Type
🚄 Infrastructure
Changes
Rebuilds the committed Next.js export of the admin dashboard under
litellm/proxy/_experimental/outfor the upcoming release candidate, so the PyPI wheel ships the current UI (the wheel serves this committed bundle while the Docker image rebuilds the UI from source)There are no source edits in this PR; the diff is entirely regenerated build output, so the churn is the Next.js build ID directory rename and chunk hash changes propagated across the exported
*.html,*.js, and*.cssfiles