File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ KUEUE_VERSION ?= v0.10.2
21
21
22
22
USE_RHOAI ?= true
23
23
# 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
25
25
26
26
# RAY_VERSION defines the default version of Ray (used for testing)
27
27
RAY_VERSION ?= 2.5.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/openshift/client-go v0.0.0-20240904130219-3795e907a202
13
13
github.com/project-codeflare/appwrapper v1.0.7
14
14
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.0
16
16
go.uber.org/zap v1.27.0
17
17
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
18
18
k8s.io/api v0.31.4
@@ -35,9 +35,6 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
35
35
36
36
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
37
37
38
- // 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
40
-
41
38
require (
42
39
github.com/aymerick/douceur v0.2.0 // indirect
43
40
github.com/beorn7/perks v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ github.com/prometheus/common v0.57.0 h1:Ro/rKjwdq9mZn1K5QPctzh+MA4Lp0BuYk5ZZEVho
236
236
github.com/prometheus/common v0.57.0 /go.mod h1:7uRPFSUTbfZWsJ7MHY56sqt7hLQu3bxXHDnNhl8E9qI =
237
237
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
238
238
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
239
- github.com/ray-project/kuberay/ray-operator v1.2.1 h1:H7ofodGclghsU2TxbDHs+gvqvsOp5DJ/vAPGySL1DIE =
240
- github.com/ray-project/kuberay/ray-operator v1.2.1 /go.mod h1:osTiIyaDoWi5IN1f0tOOtZ4TzVf+5kJXZor8VFvcEiI =
239
+ github.com/ray-project/kuberay/ray-operator v1.3.0 h1:c7PKkepTtkDpnAXhZVt5MxSVZC8Jh2s2BvKUvtgCwR0 =
240
+ github.com/ray-project/kuberay/ray-operator v1.3.0 /go.mod h1:NwzCtkYJAbwwyM9JZDme87JvaKc8SshumWhaWeUnXXo =
241
241
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
242
242
github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
243
243
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
You can’t perform that action at this time.
0 commit comments