File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ KUEUE_VERSION ?= v0.10.2
2121
2222USE_RHOAI ?= true
2323# KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing)
24- KUBERAY_VERSION ?= v1.2 .2
24+ KUBERAY_VERSION ?= v1.3 .2
2525
2626# RAY_VERSION defines the default version of Ray (used for testing)
2727RAY_VERSION ?= 2.5.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/openshift/client-go v0.0.0-20240904130219-3795e907a202
1313 github.com/project-codeflare/appwrapper v1.0.7
1414 github.com/project-codeflare/codeflare-common v0.0.0-20250321141415-67bb8bd932df
15- github.com/ray-project/kuberay/ray-operator v1.2 .2
15+ github.com/ray-project/kuberay/ray-operator v1.3 .2
1616 go.uber.org/zap v1.27.0
1717 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
1818 k8s.io/api v0.31.4
@@ -36,7 +36,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
3636replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
3737
3838// Workaround deprecation of cluster.Status.State in ray-operator v1.2.2
39- replace github.com/ray-project/kuberay/ray-operator v1.2 .2 => github.com/ray-project/kuberay/ray-operator v1.2.1
39+ replace github.com/ray-project/kuberay/ray-operator v1.3 .2 => github.com/ray-project/kuberay/ray-operator v1.2.1
4040
4141require (
4242 github.com/aymerick/douceur v0.2.0 // indirect
You can’t perform that action at this time.
0 commit comments