File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 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
1616APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
1717APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
1818
19- # KUEUE_VERSION defines the default version of Kueue (used for testing)
19+ # KUEUE_VERSION defines the version of Kueue deployed for testing
2020KUEUE_VERSION ?= v0.11.0
2121
2222USE_RHOAI ?= true
@@ -160,7 +160,6 @@ vet: ## Run go vet against code.
160160.PHONY : modules
161161modules : # # Update Go dependencies.
162162 go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION )
163- go get sigs.k8s.io/kueue@$(KUEUE_VERSION )
164163 go get github.com/project-codeflare/appwrapper@$(APPWRAPPER_VERSION )
165164 go mod tidy
166165
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.1.1
1414 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
1616 go.uber.org/zap v1.27.0
1717 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
1818 k8s.io/api v0.32.3
@@ -23,7 +23,7 @@ require (
2323 k8s.io/klog/v2 v2.130.1
2424 k8s.io/utils v0.0.0-20241210054802-24370beab758
2525 sigs.k8s.io/controller-runtime v0.20.3
26- sigs.k8s.io/kueue v0.11.0
26+ sigs.k8s.io/kueue v0.10.1
2727 sigs.k8s.io/yaml v1.4.0
2828)
2929
@@ -37,8 +37,6 @@ replace k8s.io/apimachinery v0.32.3 => k8s.io/apimachinery v0.31.4
3737
3838replace sigs.k8s.io/controller-runtime v0.20.3 => sigs.k8s.io/controller-runtime v0.19.3
3939
40- replace sigs.k8s.io/kueue v0.11.0 => sigs.k8s.io/kueue v0.10.1
41-
4240replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
4341
4442replace 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
300300github.com/prometheus/common v0.63.0 /go.mod h1:VVFF/fBIoToEnWRVkYoXEkq3R3paCoxG9PXP74SnV18 =
301301github.com/prometheus/procfs v0.16.0 h1:xh6oHhKwnOJKMYiYBDWmkHqQPyiY40sny36Cmx2bbsM =
302302github.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 =
305305github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
306306github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
307307github.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