Skip to content

[DOC] update download page for 26.04.1 hot release [skip ci]#14719

Merged
pxLi merged 1 commit intoNVIDIA:mainfrom
viadea:2604-doc-main
May 5, 2026
Merged

[DOC] update download page for 26.04.1 hot release [skip ci]#14719
pxLi merged 1 commit intoNVIDIA:mainfrom
viadea:2604-doc-main

Conversation

@viadea
Copy link
Copy Markdown
Collaborator

@viadea viadea commented May 4, 2026

Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0 section to the archived releases page.

v26.04.1 is a hotfix release on top of v26.04.0:

Documentation

  • Updated for new or modified user-facing features or behaviors
  • No user-facing change

Testing

  • Added or modified tests to cover new code paths
  • Covered by existing tests
    (Please provide the names of the existing tests in the PR description.)
  • Not required

Performance

  • Tests ran and results are added in the PR description
  • Issue filed with a link in the PR description
  • Not required

Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0
section to the archived releases page.

v26.04.1 is a hotfix release on top of v26.04.0:
- Fix unregister/remove path for the wrapped shuffle resolver to
  prevent stale shuffle files from accumulating, which could cause
  "No space left on device" on long running jobs (NVIDIA#14686, NVIDIA#14683).
- Rebuild against the latest Databricks 17.3 ML LTS runtime to resolve
  a NoSuchMethodError on CatalogTable.copy in
  GpuCreateDataSourceTableAsSelectCommand (NVIDIA#14682).

Signed-off-by: Hao Zhu <hazhu@nvidia.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@viadea viadea requested review from nvliyuan and sameerz May 4, 2026 05:18
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 4, 2026

Greptile Summary

This PR updates the download page to promote v26.04.1 as the current release and moves the v26.04.0 section to the archive. All download links, Maven coordinates, GPG verification commands, and release notes are consistently updated to the new version, and the hotfix context is clearly explained.

Confidence Score: 5/5

Safe to merge — documentation-only change with no code impact.

All version strings, URLs, Maven coordinates, and GPG commands are consistently updated to v26.04.1 in download.md, and the v26.04.0 section is correctly added to archive.md. No code, configuration, or build artifacts are touched.

No files require special attention.

Important Files Changed

Filename Overview
docs/download.md Updated current release section from v26.04.0 to v26.04.1, refreshing all download links, Maven coordinates, GPG verify commands, and release notes with hotfix details.
docs/archive.md Added new v26.04.0 archived release section with hardware/software requirements, download tables (CUDA 12 & 13, x86_64 & arm64, Scala 2.12 & 2.13), and release notes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User visits docs] --> B{Which page?}
    B --> C[download.md]
    B --> D[archive.md]
    C --> E[Current release: v26.04.1\nCUDA 12 & 13 jars\nx86_64 & arm64\nScala 2.12 & 2.13]
    D --> F[Archived: v26.04.0\nCUDA 12 & 13 jars\nx86_64 & arm64\nScala 2.12 & 2.13]
    D --> G[Older archived releases\nv26.02.2 and below]
Loading

Reviews (1): Last reviewed commit: "[DOC] update download page for 26.04.1 h..." | Re-trigger Greptile

@viadea viadea added the documentation Improvements or additions to documentation label May 4, 2026
@viadea
Copy link
Copy Markdown
Collaborator Author

viadea commented May 4, 2026

build

1 similar comment
@viadea
Copy link
Copy Markdown
Collaborator Author

viadea commented May 4, 2026

build

@pxLi pxLi merged commit 1362f10 into NVIDIA:main May 5, 2026
5 of 9 checks passed
GaryShen2008 pushed a commit to GaryShen2008/spark-rapids that referenced this pull request May 5, 2026
Bump the download page from v26.04.0 to v26.04.1 and add the v26.04.0
section to the archived releases page.

v26.04.1 is a hotfix release on top of v26.04.0:
- Fix unregister/remove path for the wrapped shuffle resolver to prevent
stale shuffle files from accumulating, which could cause "No space left
on device" on long running jobs (NVIDIA#14686, NVIDIA#14683).
- Rebuild against the latest Databricks 17.3 ML LTS runtime to resolve a
NoSuchMethodError on CatalogTable.copy in
GpuCreateDataSourceTableAsSelectCommand (NVIDIA#14682).

Documentation
- [x] Updated for new or modified user-facing features or behaviors
- [ ] No user-facing change

Testing
- [ ] Added or modified tests to cover new code paths
- [ ] Covered by existing tests
(Please provide the names of the existing tests in the PR description.)
- [x] Not required

Performance
- [ ] Tests ran and results are added in the PR description
- [ ] Issue filed with a link in the PR description
- [x] Not required

Signed-off-by: Hao Zhu <hazhu@nvidia.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants