File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 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
1717APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
1818
1919# KUEUE_VERSION defines the default version of Kueue (used for testing)
20- KUEUE_VERSION ?= v0.10.0
20+ KUEUE_VERSION ?= v0.10.1
2121
2222USE_RHOAI ?= true
2323# 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 (
2323 k8s.io/klog/v2 v2.130.1
2424 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
2525 sigs.k8s.io/controller-runtime v0.19.3
26- sigs.k8s.io/kueue v0.10.0
26+ sigs.k8s.io/kueue v0.10.1
2727 sigs.k8s.io/yaml v1.4.0
2828)
2929
@@ -35,8 +35,6 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
3535
3636replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
3737
38- replace sigs.k8s.io/kueue v0.10.0 => github.com/opendatahub-io/kueue v0.10.0-odh
39-
4038// Workaround deprecation of cluster.Status.State in ray-operator v1.2.2
4139replace github.com/ray-project/kuberay/ray-operator v1.2.2 => github.com/ray-project/kuberay/ray-operator v1.2.1
4240
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
208208github.com/open-policy-agent/frameworks/constraint v0.0.0-20241101234656-e78c8abd754a /go.mod h1:tI7nc6H6os2UYZRvSm9Y7bq4oMoXqhwA0WfnqKpoAgc =
209209github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
210210github.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 =
213211github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0 h1:tOX6R3N41pdyC+E1TeLErVY7KJV0zg9GAd/Z7xLT7no =
214212github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0 /go.mod h1:Hgy6bUPl29drwjs9F/5PZHUopOOojQpAPv1mWh3jnJQ =
215213github.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=
471469sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 /go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs =
472470sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
473471sigs.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 =
474474sigs.k8s.io/structured-merge-diff/v4 v4.0.2 /go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw =
475475sigs.k8s.io/structured-merge-diff/v4 v4.2.1 /go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4 =
476476sigs.k8s.io/structured-merge-diff/v4 v4.4.3 h1:sCP7Vv3xx/CWIuTPVN38lUPx0uw0lcLfzaiDa8Ja01A =
You can’t perform that action at this time.
0 commit comments