Skip to content

Fix 26.10 versions - #23383

Merged
jameslamb merged 2 commits into
NVIDIA:mainfrom
bdice:fix-26.10-versions
Jul 21, 2026
Merged

Fix 26.10 versions#23383
jameslamb merged 2 commits into
NVIDIA:mainfrom
bdice:fix-26.10-versions

Conversation

@bdice

@bdice bdice commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Description

There were a few locations that ci/release/update-version.sh wasn't updating correctly.

This updates the Java README, devcontainers, and skills.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@copy-pr-bot

copy-pr-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the Java Affects Java cuDF API. label Jul 21, 2026
@bdice
bdice marked this pull request as ready for review July 21, 2026 21:58
@bdice
bdice requested review from a team as code owners July 21, 2026 21:58
@bdice
bdice requested a review from msarahan July 21, 2026 21:58

```bash
.agents/skills/reproduce-ci/run.sh rapidsai/ci-conda:26.08-latest ci/build_cpp.sh 22538 --dry-run
.agents/skills/reproduce-ci/run.sh rapidsai/ci-conda:${RAPIDS_VERSION}-latest ci/build_cpp.sh 22538 --dry-run

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This ${RAPIDS_VERSION} variable is defined by the code block above. Agents will figure this out.

@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Jul 21, 2026

@jameslamb jameslamb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sorry for not noticing these in the previous PR. Admin-merging this.

@jameslamb
jameslamb merged commit 5c431f4 into NVIDIA:main Jul 21, 2026
45 of 54 checks passed
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e4487d11-686a-42e2-a832-5e98eb619fd6

📥 Commits

Reviewing files that changed from the base of the PR and between 7b12746 and af98699.

📒 Files selected for processing (7)
  • .agents/skills/reproduce-ci/SKILL.md
  • .devcontainer/cuda12.9-conda/devcontainer.json
  • .devcontainer/cuda12.9-pip/devcontainer.json
  • .devcontainer/cuda13.3-conda/devcontainer.json
  • .devcontainer/cuda13.3-pip/devcontainer.json
  • ci/release/update-version.sh
  • java/ci/README.md

📝 Walkthrough

Summary by CodeRabbit

  • Documentation

    • Updated Java release-build examples to use the 26.10.0-SNAPSHOT version.
    • CI reproduction instructions now automatically use the repository’s current RAPIDS version.
  • Developer Experience

    • Updated CUDA 12.9 and CUDA 13.3 development environments to use the latest 26.10 container images.
    • Release automation now updates development environment image references and Java snapshot paths during version bumps.

Walkthrough

Changes

Version Reference Updates

Layer / File(s) Summary
Release version propagation
ci/release/update-version.sh, java/ci/README.md
Release updates now rewrite Java snapshot paths and devcontainer image tags; Java CI examples use 26.10.0-SNAPSHOT.
Devcontainer cache tag updates
.devcontainer/cuda12.9-*/*, .devcontainer/cuda13.3-*/*
CUDA 12.9 and 13.3 conda and pip configurations use 26.10 cache images.
CI reproduction version parameterization
.agents/skills/reproduce-ci/SKILL.md
CI reproduction derives RAPIDS_VERSION from VERSION and uses it for the dry-run image tag.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: ci, improvement, non-breaking

Suggested reviewers: vyasr, j olorunyomi, msarahan

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants