Skip to content

chore(deps): bump github.com/ray-project/kuberay/ray-operator from 1.4.2 to 1.5.1#1205

Closed
dependabot[bot] wants to merge 1 commit into
v0.4from
dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1
Closed

chore(deps): bump github.com/ray-project/kuberay/ray-operator from 1.4.2 to 1.5.1#1205
dependabot[bot] wants to merge 1 commit into
v0.4from
dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 11, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ray-project/kuberay/ray-operator from 1.4.2 to 1.5.1.

Release notes

Sourced from github.com/ray-project/kuberay/ray-operator's releases.

v1.5.1

Highlights

This release adds support for Ray token authentication using RayCluster, RayJob and RayService.

You can enable Ray token authentication using the following API:

apiVersion: ray.io/v1
kind: RayCluster
metadata:
  name: ray-cluster-with-auth
spec:
  rayVersion: '2.52.0'
  authOptions:
    mode: token

You must specify spec.rayVersion to 2.52.0 or newer. See full example at ray-cluster.auth.yaml.

Bug fixes

  • Fix a bug in the NewClusterWithIncrementalUpgrade strategy where the Active (old) cluster's Serve configuration cache was incorrectly updated to the new ServeConfigV2 during an upgrade. #4212 @​ryanaoleary
  • Surface pod-level container failures to RayCluster status #4196 @​spencer-p
  • Fix a bug where RayJob status is not updated if failure happens in Initializing phase #4191 @​spencer-p
  • Fix a bug where RayCluster status was not always propagated to RayJob status #4192 @​machichima

v1.5.0

Highlights

Ray Label Selector API

Ray v2.49 introduced a label selector API. Correspondingly, KubeRay v1.5 now features a top-level API for defining Ray labels and resources. This new top-level API is the preferred method going forward, replacing the previous practice of setting labels and custom resources within rayStartParams.

The new API will be consumed by the Ray autoscaler, improving autoscaling decisions based on task and actor label selectors. Furthermore, labels configured through this API are mirrored directly into the Pods. This mirroring allows users to more seamlessly combine Ray label selectors with standard Kubernetes label selectors when managing and interacting with their Ray clusters.

You can use the new API in the following way:

apiVersion: ray.io/v1
kind: RayCluster
spec:
  ...
  headGroupSpec:
    rayStartParams: {}
    resources:
      Custom1: "1"
    labels:
      ray.io/zone: us-west-2a
      ray.io/region: us-west-2
  workerGroupSpec:
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 11, 2026

@enoodle enoodle left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM - re-running CI

@enoodle enoodle enabled auto-merge (squash) March 11, 2026 23:06
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch 2 times, most recently from 63fb5e9 to 8f10032 Compare March 11, 2026 23:27
@enoodle

enoodle commented Mar 13, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

enoodle
enoodle previously approved these changes Mar 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 8f10032 to a49472c Compare March 13, 2026 22:33
@davidLif

Copy link
Copy Markdown
Collaborator

@dependabot rebase

davidLif
davidLif previously approved these changes Mar 19, 2026
@dependabot dependabot Bot dismissed stale reviews from davidLif and enoodle via 8c11bb3 March 19, 2026 14:48
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from a49472c to 8c11bb3 Compare March 19, 2026 14:48
@coderabbitai

coderabbitai Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 28d1bf0a-e59f-409d-a25d-9d18274cb757

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1

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

@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch 2 times, most recently from 01e685c to 88b49fa Compare March 19, 2026 20:37
@enoodle

enoodle commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

enoodle
enoodle previously approved these changes Mar 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 88b49fa to 3726348 Compare March 20, 2026 19:50
Bumps [github.com/ray-project/kuberay/ray-operator](https://github.com/ray-project/kuberay) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/ray-project/kuberay/releases)
- [Commits](ray-project/kuberay@v1.4.2...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/ray-project/kuberay/ray-operator
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 3726348 to 76a24d6 Compare March 20, 2026 20:10
@dependabot @github

dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1336.

@dependabot dependabot Bot closed this Mar 25, 2026
auto-merge was automatically disabled March 25, 2026 21:45

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/v0.4/github.com/ray-project/kuberay/ray-operator-1.5.1 branch March 25, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants