Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
v0.9from
dependabot/go_modules/v0.9/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#1204
dependabot[bot] wants to merge 1 commit into
v0.9from
dependabot/go_modules/v0.9/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
@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.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from b2d47c0 to 75fa340 Compare March 13, 2026 22:33
davidLif added a commit that referenced this pull request Mar 17, 2026
github.com/argoproj/argo-workflows/v3 v3.6.17 → v3.7.11 (PR #1187)
github.com/gin-gonic/gin v1.10.0 → v1.12.0 (PR #1202)
github.com/ray-project/kuberay/ray-operator v1.4.2 → v1.5.1 (PRs #1204/1205)

Signed-off-by: davidLif <davidshani12@gmail.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 75fa340 to a8c9ea2 Compare March 17, 2026 14:51
davidLif
davidLif previously approved these changes Mar 17, 2026
@dependabot dependabot Bot dismissed stale reviews from davidLif and enoodle via 07b90c1 March 17, 2026 20:34
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from a8c9ea2 to 07b90c1 Compare March 17, 2026 20:34
@davidLif

Copy link
Copy Markdown
Collaborator

@dependabot rebase

davidLif
davidLif previously approved these changes Mar 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 07b90c1 to de7b09c Compare March 19, 2026 14:49
@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: 53374c40-055e-482a-a6f1-49cf4a04460f

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.9/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.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch 2 times, most recently from 8045eec to 7ff1f3f Compare March 19, 2026 20:30
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.9/github.com/ray-project/kuberay/ray-operator-1.5.1 branch from 7ff1f3f to 0ccb039 Compare March 22, 2026 14:19
@dependabot @github

dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1335.

@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.9/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 skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants