Skip to content

handle more RAPIDS version formats in update-version.sh#1307

Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-24.04from
jameslamb:update-version
Jan 30, 2024
Merged

handle more RAPIDS version formats in update-version.sh#1307
rapids-bot[bot] merged 1 commit intorapidsai:branch-24.04from
jameslamb:update-version

Conversation

@jameslamb
Copy link
Copy Markdown
Member

@jameslamb jameslamb commented Jan 22, 2024

Contributes to rapidsai/build-planning#13.

Updates update-version.sh to correctly handle RAPIDS dependencies like cudf-cu12==24.2.*.

This project doesn't appear to have any of those right now, but might in the future.

How I tested this

The portability of this updated sed command was tested here: rapidsai/cudf#14825 (comment).

In this repo, I ran the following:

./ci/release/update-version.sh '23.10.00'
git diff

./ci/release/update-version.sh '24.04.00'
git diff

Confirmed that that first git diff changed all the things I expected, and that second one showed 0 changes.

@jameslamb jameslamb requested a review from a team as a code owner January 22, 2024 22:44
@github-actions github-actions bot added the ci label Jan 22, 2024
@jameslamb jameslamb added non-breaking Non-breaking change 3 - Ready for Review Ready for review by team labels Jan 22, 2024
@jameslamb jameslamb added improvement Improvement / enhancement to an existing function bug Something isn't working and removed improvement Improvement / enhancement to an existing function labels Jan 23, 2024
Copy link
Copy Markdown
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

LGTM. Are we waiting for more changes here or is this good to merge @jameslamb ?

@jameslamb
Copy link
Copy Markdown
Member Author

it's good to merge, thanks @pentschev !

@pentschev
Copy link
Copy Markdown
Member

Thanks @jameslamb !

@pentschev
Copy link
Copy Markdown
Member

/merge

@rapids-bot rapids-bot bot merged commit 2adc059 into rapidsai:branch-24.04 Jan 30, 2024
younseojava pushed a commit to ROCm/dask-cuda-rocm that referenced this pull request Apr 16, 2024
Contributes to rapidsai/build-planning#13.

Updates `update-version.sh` to correctly handle RAPIDS dependencies like `cudf-cu12==24.2.*`.

This project doesn't appear to have any of those right now, but might in the future.

### How I tested this

The portability of this updated `sed` command was tested here: rapidsai/cudf#14825 (comment).

In this repo, I ran the following:

```shell
./ci/release/update-version.sh '23.10.00'
git diff

./ci/release/update-version.sh '24.04.00'
git diff
```

Confirmed that that first `git diff` changed all the things I expected, and that second one showed 0 changes.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#1307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team bug Something isn't working ci non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants