Skip to content

build(deps): bump github.com/ray-project/kuberay/ray-operator from 1.5.2 to 1.6.2#7581

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/main/github.com/ray-project/kuberay/ray-operator-1.6.2
Open

build(deps): bump github.com/ray-project/kuberay/ray-operator from 1.5.2 to 1.6.2#7581
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/main/github.com/ray-project/kuberay/ray-operator-1.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ray-project/kuberay/ray-operator from 1.5.2 to 1.6.2.

Release notes

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

v1.6.2

Bug Fixes

  • Fix a bug where Redis clean up job would never execute when using RayService with Kueue (#4807)
  • Add a timeout to enforce removal of Ray cluster finalizers. This prevents scenarios where Ray cluster deletion is blocked due to Redis clean up job not running. (#4836)

Changelog

  • 7e31d3bd9683cdc060fb221c076aa7c41c2c1361 [release-1.6] cherry picks for v1.6.2 (#4909)
  • 598eb66aa077c55ae04fa87b192238a3ec184e88 bump version to v1.6.2 (#4919)

v1.6.1

Bug fixes

  • Fixed a bug where using spec.rayClusterSpec.suspend in RayService did not trigger suspend on the underlying RayCluster. This can break suspend behavior in some cases with Kueue when queueing or pre-empting RayService objects ray-project/kuberay#4739
  • Fixed a bug where Volcano PodGroups can be deleted unconditionally. ray-project/kuberay#4669

Changelog

  • c9ddfc2459dabc4149b8f383df2f6f6325e9b56c [Release][Helm] update KubeRay version to v1.6.1 (#4759)
  • c2eea319deb6bbbe5a9da71919044293f2af6bc6 [release-1.6] cherry-pick RayService e2e test fixes (#4757)
  • 947807e3e58a22b036a8b2aa274df48e3a793b5e [release-1.6] cherry-pick bug fixes for v1.6.1 (#4744)

v1.6.0

Highlights

Ray History Server (alpha)

KubeRay v1.6 introduces alpha support for the Ray History Server. This project enables users to collect and aggregate events from a Ray cluster, replaying them to restore historical snapshots of the cluster's state. By providing an alternative backend for the Ray Dashboard, the History Server allows users to view the Ray dashboard and debug ephemeral clusters (such as those managed via RayJob) even after they have been terminated.

Try the history server here: History Server Quick Start Guide.

⚠️ Warning: This feature is in alpha status, meaning future KubeRay releases may include breaking updates. We’d love to hear your experience with it! Please drop your feedback in this tracking issue to help us shape its development.

Ray Token Authentication using Kubernetes RBAC

Starting in KubeRay v1.6 and Ray v2.55, you can use Kubernetes RBAC to manage user access control to Ray clusters that have token authentication enabled. With this feature enabled, Ray will be configured to delegate token authentication to Kubernetes. This means you can use the same credentials used with Kubernetes to access Ray clusters and platform operators can use standard Kubernetes RBAC to control access to Ray clusters. See Configure Ray clusters to use Kubernetes RBAC authentication for a step-by-step guide.

You can now also reference Secrets containing static auth tokens for Ray cluster token authentication.

apiVersion: v1
kind: Secret
metadata:
  name: ray-cluster-token
type: Opaque
stringData:
  auth_token: "super-secret-example-token"
---
apiVersion: ray.io/v1
kind: RayCluster
</tr></table> 

... (truncated)

Commits
  • 598eb66 bump version to v1.6.2 (#4919)
  • 7e31d3b [release-1.6] cherry picks for v1.6.2 (#4909)
  • c9ddfc2 [Release][Helm] update KubeRay version to v1.6.1 (#4759)
  • c2eea31 [release-1.6] cherry-pick RayService e2e test fixes (#4757)
  • 947807e [release-1.6] cherry-pick bug fixes for v1.6.1 (#4744)
  • 3fe72c3 [Release][Helm] update KubeRay version to v1.6.0 (#4622)
  • 0a9eabd [Release] Sync master changes to release-1.6 (#4600)
  • b0c43fd [Release] Update KubeRay version references for 1.6.0 (#4586)
  • e50aafc Disable RayMultiHostIndexing feature for TestReconcile_Multihost_Replicas (#4...
  • 6652c36 Promote RayMultiHostIndexing feature to Beta (#4572)
  • Additional commits viewable in compare view

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)

Bumps [github.com/ray-project/kuberay/ray-operator](https://github.com/ray-project/kuberay) from 1.5.2 to 1.6.2.
- [Release notes](https://github.com/ray-project/kuberay/releases)
- [Commits](ray-project/kuberay@v1.5.2...v1.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2026
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 flyte2 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants