File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.22 .0
15+ APPWRAPPER_VERSION ?= v0.23 .0
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.22 .0
4+ - github.com/project-codeflare/appwrapper/config/crd?ref=v0.23 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
1010 github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
1111 github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
12- github.com/project-codeflare/appwrapper v0.22 .0
12+ github.com/project-codeflare/appwrapper v0.23 .0
1313 github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e
1414 github.com/ray-project/kuberay/ray-operator v1.1.1
1515 go.uber.org/zap v1.27.0
@@ -35,7 +35,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
3535replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
3636
3737// These replace directives support the backlevel go version required by ODH build
38- replace github.com/project-codeflare/appwrapper v0.22 .0 => github.com/project-codeflare/appwrapper v0.22 .1-0.20240719212005-aab106b2126e
38+ replace github.com/project-codeflare/appwrapper v0.23 .0 => github.com/project-codeflare/appwrapper v0.23 .1-0.20240731154950-ad486fb7e7ee
3939
4040replace sigs.k8s.io/kueue v0.7.1 => github.com/opendatahub-io/kueue v0.7.0-odh-test
4141
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
246246github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
247247github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
248248github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
249- github.com/project-codeflare/appwrapper v0.22 .1-0.20240719212005-aab106b2126e h1:cIsCTtAZaT2fsQG/QGUm4/wvJnobYawCPZwTwVE2DGo =
250- github.com/project-codeflare/appwrapper v0.22 .1-0.20240719212005-aab106b2126e /go.mod h1:gKjO+iRtMIdBvIBYmN+VciL9kzWmkfwgk/+24wCLhSM =
249+ github.com/project-codeflare/appwrapper v0.23 .1-0.20240731154950-ad486fb7e7ee h1:kl/nuApg9116e1jSmDdUSaNmxG2Q/OpubEqI+YVfizk =
250+ github.com/project-codeflare/appwrapper v0.23 .1-0.20240731154950-ad486fb7e7ee /go.mod h1:6PNty9c0IOonWrJ80j6VL4uTijixtJ3OXSdFJBCDZZE =
251251github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e h1:juFd1dQyioeMxbVE6F0YD25ozm/jiqJE+MpDhu8p22k =
252252github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e /go.mod h1:unKTw+XoMANTES3WieG016im7rxZ7IR2/ph++L5Vp1Y =
253253github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk =
You can’t perform that action at this time.
0 commit comments