Skip to content

docs: uv included in 1.8.1 images#12135

Merged
mendonk merged 7 commits into
mainfrom
docs-include-uvx-in-docker
Mar 13, 2026
Merged

docs: uv included in 1.8.1 images#12135
mendonk merged 7 commits into
mainfrom
docs-include-uvx-in-docker

Conversation

@mendonk
Copy link
Copy Markdown
Collaborator

@mendonk mendonk commented Mar 10, 2026

#12089
#12127

Summary by CodeRabbit

  • Documentation
    • Clarified Docker deployment documentation with updated version references for 1.8.0 and 1.8.1.
    • Added guidance for deriving custom Docker images with uv/uvx tools for version 1.8.0.
    • Enhanced release notes with additional context about Docker image runtime changes and version-specific recommendations.

@mendonk mendonk requested a review from Adam-Aghili March 10, 2026 18:08
@mendonk mendonk self-assigned this Mar 10, 2026
@mendonk mendonk changed the title docs-uvx-included-in-181 docs: uv included in 1.8.1 images Mar 10, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 10, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6b1ec529-1d3d-40c9-a8d9-a9110196641d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Documentation updates for Langflow version references and deployment guidance. Two markdown files updated with version number corrections (1.8.x to 1.8.0) and a new clarification tip about the 1.8.1 release in the Docker image section.

Changes

Cohort / File(s) Summary
Documentation Version Updates
docs/docs/Deployment/deployment-docker.mdx, docs/docs/Support/release-notes.mdx
Updated Langflow version references from 1.8.x to 1.8.0 across deployment and release notes. Added clarification tip about 1.8.1 Docker image changes and uv/uvx availability with migration path for 1.8.0 users.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: uv included in 1.8.1 images' directly aligns with the main change: documenting that the 1.8.1 Docker images include uv/uvx tools again.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Test Coverage For New Implementations ✅ Passed PR contains only documentation updates to .mdx files with no code changes, new components, or functionality implementations.
Test Quality And Coverage ✅ Passed Pull request contains only documentation updates to two .mdx files with version references and Docker image clarifications, with no implementation changes, new functionality, API modifications, or code logic.
Test File Naming And Structure ✅ Passed PR contains only documentation changes to deployment-docker.mdx and release-notes.mdx files with no modifications to test files.
Excessive Mock Usage Warning ✅ Passed The custom check for excessive mock usage in test files is not applicable to this PR, which only modifies documentation files (deployment-docker.mdx and release-notes.mdx).

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs-include-uvx-in-docker
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 10, 2026
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 10, 2026

Frontend Unit Test Coverage Report

Coverage Summary

Lines Statements Branches Functions
Coverage: 24%
24.14% (8609/35660) 16.89% (4743/28067) 16.87% (1261/7473)

Unit Test Results

Tests Skipped Failures Errors Time
2776 0 💤 0 ❌ 0 🔥 45.214s ⏱️

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.32%. Comparing base (a2e1660) to head (d92a7ca).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (44.32%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #12135      +/-   ##
==========================================
+ Coverage   38.29%   38.32%   +0.03%     
==========================================
  Files        1630     1630              
  Lines       80238    80238              
  Branches    12114    12114              
==========================================
+ Hits        30726    30752      +26     
+ Misses      47776    47750      -26     
  Partials     1736     1736              
Flag Coverage Δ
backend 56.98% <ø> (+0.11%) ⬆️
frontend 21.56% <ø> (ø)
lfx 44.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 15 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 10, 2026
@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 11, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 12, 2026
Comment thread docs/docs/Support/release-notes.mdx Outdated
@github-actions

This comment has been minimized.

@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 12, 2026
@github-actions github-actions Bot added the lgtm This PR has been approved by a maintainer label Mar 12, 2026
@github-actions

This comment has been minimized.

@mendonk mendonk enabled auto-merge March 13, 2026 13:29
@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 13, 2026

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@mendonk mendonk added this pull request to the merge queue Mar 13, 2026
Merged via the queue into main with commit 1fdbbfa Mar 13, 2026
90 of 91 checks passed
@mendonk mendonk deleted the docs-include-uvx-in-docker branch March 13, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants