diff --git a/Makefile b/Makefile index d21f8746..47920633 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ KUEUE_VERSION ?= v0.10.2 USE_RHOAI ?= true # KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing) -KUBERAY_VERSION ?= v1.2.2 +KUBERAY_VERSION ?= v1.3.2 # RAY_VERSION defines the default version of Ray (used for testing) RAY_VERSION ?= 2.5.0 diff --git a/README.md b/README.md index ad60de57..93635ce2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# codeflare-operator +# codeflare-operator test PR The CodeFlare-Operator has embedded two controllers, a [RayCluster controller](https://github.com/project-codeflare/codeflare-operator/blob/main/pkg/controllers/raycluster_controller.go) which creates resources including secrets, ingress, routes, service, serviceaccounts, clusterrolebinding resources; all needed for the RayClusters created to work as expected. diff --git a/go.mod b/go.mod index 1b5d2e44..7ab0fdba 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/openshift/client-go v0.0.0-20240904130219-3795e907a202 github.com/project-codeflare/appwrapper v1.0.7 github.com/project-codeflare/codeflare-common v0.0.0-20250321141415-67bb8bd932df - github.com/ray-project/kuberay/ray-operator v1.2.2 + github.com/ray-project/kuberay/ray-operator v1.3.2 go.uber.org/zap v1.27.0 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 k8s.io/api v0.31.4 @@ -36,7 +36,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4 // Workaround deprecation of cluster.Status.State in ray-operator v1.2.2 -replace github.com/ray-project/kuberay/ray-operator v1.2.2 => github.com/ray-project/kuberay/ray-operator v1.2.1 +replace github.com/ray-project/kuberay/ray-operator v1.3.2 => github.com/ray-project/kuberay/ray-operator v1.2.1 require ( github.com/aymerick/douceur v0.2.0 // indirect