docs: refresh quickstart to v1.0.1 and document partial v1.1.0-dev releases#8364
Conversation
…leases - Bump container image tags to 1.0.1 in quickstart and local installation. - Support matrix: dev.2/dev.3 rows, partial ship notes, CUDA note for dev.*. - Release artifacts: accurate NGC/PyPI inventory for dev.2 and dev.3, pypi.nvidia.com install pattern, v1.1.0-dev.3 GitHub tag link. Made-with: Cursor
WalkthroughThis PR updates Docker image tags from version 1.0.0 to 1.0.1 across installation documentation and expands pre-release documentation to include additional development releases (v1.1.0-dev.2 and v1.1.0-dev.3) with detailed artifact availability information. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/reference/support-matrix.md`:
- Around line 36-37: Update the two backend rows for "**v1.1.0-dev.3**
*(experimental, in progress)*" and "**v1.1.0-dev.2** *(experimental)*" to
explicitly indicate these are partial releases by adding in-table text such as
"branch-pinned — not all artifacts shipped" (or similar concise phrase) adjacent
to the version label or inside the backend cells so readers cannot assume full
backend coverage; ensure the new wording appears in the same table row for each
dev release and use the exact version tokens "**v1.1.0-dev.3**" and
"**v1.1.0-dev.2**" to locate where to insert the clarification.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 02daf93b-71b6-4a65-961e-22a3025e91d9
📒 Files selected for processing (4)
docs/getting-started/local-installation.mddocs/getting-started/quickstart.mddocs/reference/release-artifacts.mddocs/reference/support-matrix.md
Address CodeRabbit: mark v1.1.0-dev.2/dev.3 backend table rows as experimental partial, add footnote tying pins to container/context.yaml versus shipped NGC images, and document the label in Version Labels. Signed-off-by: Dan Gil <dagil@nvidia.com> Made-with: Cursor
Summary
1.0.0to1.0.1.v1.1.0-dev.2/v1.1.0-dev.3backend rows, partial-ship context in At a Glance, CUDA note for experimentalv1.1.0-dev.*images.pypi.nvidia.cominstall guidance (Linux wheels), GitHub tag link forv1.1.0-dev.3, and corrected dev.2/dev.3 dates in the releases table.Deferred (follow-up)
runtime:1.0.0in deeper guides (Kubernetes, profiler, EKS, etc.) if still desired.Test plan
python3 .github/workflows/detect_broken_links.pyon changed paths (local)Made with Cursor
Summary by CodeRabbit