File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
1212BUNDLE_VERSION ?= $(VERSION:v%=% )
1313
1414# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15- APPWRAPPER_VERSION ?= v0 .27.0
15+ APPWRAPPER_VERSION ?= cf0 .27.2
1616APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
1717APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
1818
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - github.com/project-codeflare/appwrapper/config/crd?ref=v0 .27.0
4+ - github.com/project-codeflare/appwrapper/config/crd?ref=cf0 .27.2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
1111 github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
1212 github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
13- github.com/project-codeflare/appwrapper v0.27.0
13+ github.com/project-codeflare/appwrapper v0.27.1-0.20241118170252-7cbccf8634cf
1414 github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3
1515 github.com/ray-project/kuberay/ray-operator v1.1.1
1616 go.uber.org/zap v1.27.0
@@ -35,9 +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- // This replace directive supports the backlevel go version required by the ODH build
39- replace github.com/project-codeflare/appwrapper v0.27.0 => github.com/project-codeflare/appwrapper v0.27.1-0.20241105160939-f71c6326acce
40-
4138// These replace directives deal with the backlevel ODH kueue version
4239replace sigs.k8s.io/kueue v0.8.3 => github.com/opendatahub-io/kueue v0.7.0-odh-2
4340
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
247247github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
248248github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
249249github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
250- github.com/project-codeflare/appwrapper v0.27.1-0.20241105160939-f71c6326acce h1:fFxewNcpKzvxYfJdwmHjJswoupX+5u1o9U3P8Gfh49o =
251- github.com/project-codeflare/appwrapper v0.27.1-0.20241105160939-f71c6326acce /go.mod h1:CDh8V/IGrfT9UW1CWGZNZQmb/5PNK8VGzZsiUL8ywlo =
250+ github.com/project-codeflare/appwrapper v0.27.1-0.20241118170252-7cbccf8634cf h1:gKd9IxCrrt2ZfeOPfKtQURfwxm+0+UPa2VRbirEu90M =
251+ github.com/project-codeflare/appwrapper v0.27.1-0.20241118170252-7cbccf8634cf /go.mod h1:1E+xuxcqW19PLZmJ4ApTUzyfz/XwZ9lEJoMYCAAJjg0 =
252252github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3 h1:Eupu9yxaGTddtoxb9SjrYJlokRHEYU5NNVRQmdXSNVs =
253253github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3 /go.mod h1:v7XKwaDoCspsHQlWJNarO7gOpR+iumSS+c1bWs3kJOI =
254254github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
You can’t perform that action at this time.
0 commit comments