-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Post Ray 2.2.0 Release] Update Ray versions to Ray 2.2.0 #822
[Post Ray 2.2.0 Release] Update Ray versions to Ray 2.2.0 #822
Conversation
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 26 files with changes look good to me, but I did not check whether all related files are updated.
I did my best with grep. |
SGTM |
Hey folks, ray 2.2.0 release is out. The PR is unblocked to be merged if it's ready. |
Thanks for the update! |
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
|
||
- uses: ./.github/workflows/actions/compatibility | ||
with: | ||
ray_version: 2.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevin85421 @architkulkarni @sihanwang41 @wilsonwang371 @Jeffwan
I recommend testing compatibility of the last three 2.x.x releases and the last 1.x.x.
So I've added 2.2 without removing 1.13.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommended noting the need to update this compatibility matrix in the Anyscale-internal Ray release instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I've added the note in the instructions and linked to this thread.
I've resolved conflicts. This should be fine to merge after the CI finishes. |
…t#822) Update Ray versions to 2.2.0 Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman dmitri.m.gekhtman@gmail.com
Why are these changes needed?
This PR updates Ray versions to Ray 2.2.0.
It should be merged after the Ray 2.2.0 release.
Related issue number
Checks