File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
17
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
18
18
19
19
# KUEUE_VERSION defines the default version of Kueue (used for testing)
20
- KUEUE_VERSION ?= v0.10.0
20
+ KUEUE_VERSION ?= v0.10.1
21
21
22
22
USE_RHOAI ?= true
23
23
# KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
k8s.io/klog/v2 v2.130.1
24
24
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
25
25
sigs.k8s.io/controller-runtime v0.19.3
26
- sigs.k8s.io/kueue v0.10.0
26
+ sigs.k8s.io/kueue v0.10.1
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
29
29
@@ -35,8 +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
- replace sigs.k8s.io/kueue v0.10.0 => github.com/opendatahub-io/kueue v0.10.0-odh
39
-
40
38
// Workaround deprecation of cluster.Status.State in ray-operator v1.2.2
41
39
replace github.com/ray-project/kuberay/ray-operator v1.2.2 => github.com/ray-project/kuberay/ray-operator v1.2.1
42
40
Original file line number Diff line number Diff line change @@ -208,8 +208,6 @@ github.com/open-policy-agent/frameworks/constraint v0.0.0-20241101234656-e78c8ab
208
208
github.com/open-policy-agent/frameworks/constraint v0.0.0-20241101234656-e78c8abd754a /go.mod h1:tI7nc6H6os2UYZRvSm9Y7bq4oMoXqhwA0WfnqKpoAgc =
209
209
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
210
210
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
211
- github.com/opendatahub-io/kueue v0.10.0-odh h1:egnWIOjXSnaUOzjmXyOM/P1UPTK5OlaltSFf7OJ1qRg =
212
- github.com/opendatahub-io/kueue v0.10.0-odh /go.mod h1:3yzOvGI0sPOC3VL1ihVIrzc8mkSyCVTL+SrouewwRWw =
213
211
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0 h1:tOX6R3N41pdyC+E1TeLErVY7KJV0zg9GAd/Z7xLT7no =
214
212
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0 /go.mod h1:Hgy6bUPl29drwjs9F/5PZHUopOOojQpAPv1mWh3jnJQ =
215
213
github.com/openshift-online/ocm-sdk-go v0.1.411 h1:DlNHC3yqmk77Wzc+YJBsd0ccHXn7JFwGC1C1NOp/faw =
@@ -471,6 +469,8 @@ sigs.k8s.io/jobset v0.7.1/go.mod h1:cbBuQ6QrTU88x5PrDqcC5AI28YyTSQCIcRTLNTJoHDE=
471
469
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 /go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs =
472
470
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
473
471
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
472
+ sigs.k8s.io/kueue v0.10.1 h1:td+Nae1z9L4IrkqJKOIMsKp2TmwUAvk/hWKhSaFupwk =
473
+ sigs.k8s.io/kueue v0.10.1 /go.mod h1:3yzOvGI0sPOC3VL1ihVIrzc8mkSyCVTL+SrouewwRWw =
474
474
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 /go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw =
475
475
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 /go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4 =
476
476
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 h1:sCP7Vv3xx/CWIuTPVN38lUPx0uw0lcLfzaiDa8Ja01A =
You can’t perform that action at this time.
0 commit comments