Skip to content

Update release versions for 26.02#747

Merged
AyodeAwe merged 2 commits intorapidsai:mainfrom
AyodeAwe:feat/26.02-updates
Feb 9, 2026
Merged

Update release versions for 26.02#747
AyodeAwe merged 2 commits intorapidsai:mainfrom
AyodeAwe:feat/26.02-updates

Conversation

@AyodeAwe
Copy link
Contributor

@AyodeAwe AyodeAwe commented Feb 9, 2026

Update docs.rapids.ai for the 26.02 release.

Changes:

  • Roll version tiers forward in releases.json (legacy/stable/nightly/next_nightly)
  • Add 26.02 to previous_releases.json
  • Update projects-to-versions.json
  • Remove cudf-java stable (only legacy remains)

@AyodeAwe AyodeAwe requested a review from a team as a code owner February 9, 2026 08:40
@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for docs-rapids-ai ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 422f9e7
🔍 Latest deploy log https://app.netlify.com/projects/docs-rapids-ai/deploys/69899d6c0afdc50009db212c
😎 Deploy Preview https://deploy-preview-747--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for docs-rapids-ai ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 2dd7b19
🔍 Latest deploy log https://app.netlify.com/projects/docs-rapids-ai/deploys/6989f52ada0a030008cbb494
😎 Deploy Preview https://deploy-preview-747--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@AyodeAwe
Copy link
Contributor Author

AyodeAwe commented Feb 9, 2026

I think the failing checks are expected as there are no cudf-java stable docs at this time of the release.

cc @jameslamb

@AyodeAwe AyodeAwe requested review from bdice and rockhowse February 9, 2026 13:55
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the failing checks are expected as there are no cudf-java stable docs at this time of the release.

That would explain why pre-commit run --all-files produces a diff like this:

diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json
index 46fec7e..3b61d1c 100644
--- a/ci/customization/projects-to-versions.json
+++ b/ci/customization/projects-to-versions.json
@@ -25,7 +25,8 @@
     "nightly": "26.04"
   },
   "cudf-java": {
-    "legacy": "25.12"
+    "legacy": "25.12",
+    "stable": "26.02"
   },
   "cucim": {
     "legacy": "25.12",

But we shouldn't merge this with failing CI or with a broken "stable" link in the cudf-java section at https://docs.rapids.ai/api/

If there aren't 26.02 docs yet for cudf-java, then we shouldn't generate the "stable" link for that project.

Did that here: 2dd7b19

@AyodeAwe AyodeAwe merged commit 044ad03 into rapidsai:main Feb 9, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants