File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ APPWRAPPER_VERSION ?= v1.1.1
16
16
APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
17
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
18
18
19
- # KUEUE_VERSION defines the default version of Kueue (used for testing)
19
+ # KUEUE_VERSION defines the version of Kueue deployed for testing
20
20
KUEUE_VERSION ?= v0.11.0
21
21
22
22
USE_RHOAI ?= true
@@ -160,7 +160,6 @@ vet: ## Run go vet against code.
160
160
.PHONY : modules
161
161
modules : # # Update Go dependencies.
162
162
go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION )
163
- go get sigs.k8s.io/kueue@$(KUEUE_VERSION )
164
163
go get github.com/project-codeflare/appwrapper@$(APPWRAPPER_VERSION )
165
164
go mod tidy
166
165
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.1.1
14
14
github.com/project-codeflare/codeflare-common v0.0.0-20250321141415-67bb8bd932df
15
- github.com/ray-project/kuberay/ray-operator v1.3.1
15
+ github.com/ray-project/kuberay/ray-operator v1.2.2
16
16
go.uber.org/zap v1.27.0
17
17
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
18
18
k8s.io/api v0.32.3
@@ -23,7 +23,7 @@ require (
23
23
k8s.io/klog/v2 v2.130.1
24
24
k8s.io/utils v0.0.0-20241210054802-24370beab758
25
25
sigs.k8s.io/controller-runtime v0.20.3
26
- sigs.k8s.io/kueue v0.11.0
26
+ sigs.k8s.io/kueue v0.10.1
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
29
29
@@ -37,8 +37,6 @@ replace k8s.io/apimachinery v0.32.3 => k8s.io/apimachinery v0.31.4
37
37
38
38
replace sigs.k8s.io/controller-runtime v0.20.3 => sigs.k8s.io/controller-runtime v0.19.3
39
39
40
- replace sigs.k8s.io/kueue v0.11.0 => sigs.k8s.io/kueue v0.10.1
41
-
42
40
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
43
41
44
42
replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
Original file line number Diff line number Diff line change @@ -300,8 +300,8 @@ github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA
300
300
github.com/prometheus/common v0.63.0 /go.mod h1:VVFF/fBIoToEnWRVkYoXEkq3R3paCoxG9PXP74SnV18 =
301
301
github.com/prometheus/procfs v0.16.0 h1:xh6oHhKwnOJKMYiYBDWmkHqQPyiY40sny36Cmx2bbsM =
302
302
github.com/prometheus/procfs v0.16.0 /go.mod h1:8veyXUu3nGP7oaCxhX6yeaM5u4stL2FeMXnCqhDthZg =
303
- github.com/ray-project/kuberay/ray-operator v1.2.1 h1:H7ofodGclghsU2TxbDHs+gvqvsOp5DJ/vAPGySL1DIE =
304
- github.com/ray-project/kuberay/ray-operator v1.2.1 /go.mod h1:osTiIyaDoWi5IN1f0tOOtZ4TzVf+5kJXZor8VFvcEiI =
303
+ github.com/ray-project/kuberay/ray-operator v1.2.2 h1:wj4qe9SmJfD1ubgEaVPuAsnU/WFDvremzR8j3JslBdk =
304
+ github.com/ray-project/kuberay/ray-operator v1.2.2 /go.mod h1:osTiIyaDoWi5IN1f0tOOtZ4TzVf+5kJXZor8VFvcEiI =
305
305
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
306
306
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
307
307
github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
You can’t perform that action at this time.
0 commit comments