Skip to content

update versions for v1.3.0-rc.0 #2885

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

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

andrewsykim
Copy link
Member

Why are these changes needed?

update versions for v1.3.0-rc.0

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
@andrewsykim andrewsykim merged commit 8053aa1 into ray-project:release-1.3 Feb 4, 2025
7 checks passed
andrewsykim added a commit to andrewsykim/kuberay that referenced this pull request Feb 5, 2025
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
andrewsykim added a commit that referenced this pull request Feb 5, 2025
* [RayService] More envtests that follow the most common scenario in the RayService code path (#2880)

Signed-off-by: Rueian <rueiancsie@gmail.com>

* [RayService] Remove outdated env tests (#2886)

Signed-off-by: kaihsun <kaihsun@anyscale.com>

* [RayService] Refactor envtests (#2888)

* [docs][ray-operator] fix typo in Golang version (#2893)

Project uses Golang 1.22 not 1.20.

Signed-off-by: David Xia <david@davidxia.com>

* [Fix][kubectl-plugin] Fix no context nil error SIGSEGV in tests (#2892)

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* [CI] Enable testifylint rule (#2896)

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* [CI] Enable `testifylint` `error-nil` rule (#2907)

* [kubectl-plugin][feat] support specifying number of head GPUs (#2895)

when creating a RayCluster with `kubectl ray create cluster NAME --head-gpu N`.
Similar to the `--worker-gpu` switch.

Signed-off-by: David Xia <david@davidxia.com>

* Use webhook.CustomValidator instead of deprecated webhook.Validator. (#2803)

* Use webhook.CustomValidator instead of deprecated webhook.Validator.

* Move RayClusterWebhook to pkg/webhook/v1.

* [kubectl-plugin] update context error messages (#2891)

to tell user they can use `--context` to set the K8s context.

Add tests

Signed-off-by: David Xia <david@davidxia.com>
Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* update version for v1.3.0-rc.0 (#2885)

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>

---------

Signed-off-by: Rueian <rueiancsie@gmail.com>
Signed-off-by: kaihsun <kaihsun@anyscale.com>
Signed-off-by: David Xia <david@davidxia.com>
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
Co-authored-by: Rueian <rueiancsie@gmail.com>
Co-authored-by: Kai-Hsun Chen <kaihsun@anyscale.com>
Co-authored-by: David Xia <david@davidxia.com>
Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Co-authored-by: David Xia <dxia@spotify.com>
Co-authored-by: Mykhailo Bobrovskyi <mikhail.bobrovsky@gmail.com>
andrewsykim added a commit to andrewsykim/kuberay that referenced this pull request Feb 8, 2025
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
andrewsykim added a commit to andrewsykim/kuberay that referenced this pull request Feb 8, 2025
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
Ygnas pushed a commit to Ygnas/kuberay that referenced this pull request Mar 20, 2025
* [RayService] More envtests that follow the most common scenario in the RayService code path (ray-project#2880)

Signed-off-by: Rueian <rueiancsie@gmail.com>

* [RayService] Remove outdated env tests (ray-project#2886)

Signed-off-by: kaihsun <kaihsun@anyscale.com>

* [RayService] Refactor envtests (ray-project#2888)

* [docs][ray-operator] fix typo in Golang version (ray-project#2893)

Project uses Golang 1.22 not 1.20.

Signed-off-by: David Xia <david@davidxia.com>

* [Fix][kubectl-plugin] Fix no context nil error SIGSEGV in tests (ray-project#2892)

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* [CI] Enable testifylint rule (ray-project#2896)

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* [CI] Enable `testifylint` `error-nil` rule (ray-project#2907)

* [kubectl-plugin][feat] support specifying number of head GPUs (ray-project#2895)

when creating a RayCluster with `kubectl ray create cluster NAME --head-gpu N`.
Similar to the `--worker-gpu` switch.

Signed-off-by: David Xia <david@davidxia.com>

* Use webhook.CustomValidator instead of deprecated webhook.Validator. (ray-project#2803)

* Use webhook.CustomValidator instead of deprecated webhook.Validator.

* Move RayClusterWebhook to pkg/webhook/v1.

* [kubectl-plugin] update context error messages (ray-project#2891)

to tell user they can use `--context` to set the K8s context.

Add tests

Signed-off-by: David Xia <david@davidxia.com>
Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>

* update version for v1.3.0-rc.0 (ray-project#2885)

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>

---------

Signed-off-by: Rueian <rueiancsie@gmail.com>
Signed-off-by: kaihsun <kaihsun@anyscale.com>
Signed-off-by: David Xia <david@davidxia.com>
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
Co-authored-by: Rueian <rueiancsie@gmail.com>
Co-authored-by: Kai-Hsun Chen <kaihsun@anyscale.com>
Co-authored-by: David Xia <david@davidxia.com>
Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Co-authored-by: David Xia <dxia@spotify.com>
Co-authored-by: Mykhailo Bobrovskyi <mikhail.bobrovsky@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants