File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ KUEUE_VERSION ?= v0.11.6
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,11 +12,11 @@ CodeFlare Stack Compatibility Matrix
12
12
13
13
| Component | Version |
14
14
| ------------------------------| ---------------------------------------------------------------------------------------------------|
15
- | CodeFlare Operator | [ v1.15 .0] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.15 .0 ) |
16
- | CodeFlare-SDK | [ v0.28.1 ] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.28.1 ) |
15
+ | CodeFlare Operator | [ v1.16 .0] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.16 .0 ) |
16
+ | CodeFlare-SDK | [ v0.29.0 ] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.29.0 ) |
17
17
| AppWrapper | [ v1.1.2] ( https://github.com/project-codeflare/appwrapper/releases/tag/v1.1.2 ) |
18
18
| KubeRay | [ v1.3.2] ( https://github.com/ray-project/kuberay/releases/tag/v1.3.2 ) |
19
- | Kueue | [ v0.11.4 ] ( https://github.com/kubernetes-sigs/kueue/releases/tag/v0.11.4 ) |
19
+ | Kueue | [ v0.11.6 ] ( https://github.com/kubernetes-sigs/kueue/releases/tag/v0.11.6 ) |
20
20
<!-- Compatibility Matrix end -->
21
21
22
22
## Development
Original file line number Diff line number Diff line change 1
- codeflare-operator-controller-image = quay.io/opendatahub/codeflare-operator:v1.15 .0
1
+ codeflare-operator-controller-image = quay.io/opendatahub/codeflare-operator:v1.16 .0
2
2
namespace = opendatahub
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.2
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 .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
@@ -43,8 +43,8 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
43
43
44
44
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
45
45
46
- // Workaround deprecation of cluster.Status.State in ray-operator v1.2 .2
47
- replace github.com/ray-project/kuberay/ray-operator v1.2 .2 => github.com/ray-project/kuberay/ray-operator v1.2.1
46
+ // Workaround deprecation of cluster.Status.State in ray-operator v1.3 .2
47
+ replace github.com/ray-project/kuberay/ray-operator v1.3 .2 => github.com/ray-project/kuberay/ray-operator v1.2.1
48
48
49
49
require (
50
50
github.com/aymerick/douceur v0.2.0 // indirect
You can’t perform that action at this time.
0 commit comments