File tree 4 files changed +6
-6
lines changed
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
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15
- APPWRAPPER_VERSION ?= v0.22 .0
15
+ APPWRAPPER_VERSION ?= v0.23 .0
16
16
APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
17
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
18
18
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
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 (
9
9
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
10
10
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
11
11
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
13
13
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e
14
14
github.com/ray-project/kuberay/ray-operator v1.1.1
15
15
go.uber.org/zap v1.27.0
@@ -35,7 +35,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
35
35
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
36
36
37
37
// 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
39
39
40
40
replace sigs.k8s.io/kueue v0.7.1 => github.com/opendatahub-io/kueue v0.7.0-odh-test
41
41
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
246
246
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
247
247
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
248
248
github.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 =
251
251
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e h1:juFd1dQyioeMxbVE6F0YD25ozm/jiqJE+MpDhu8p22k =
252
252
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e /go.mod h1:unKTw+XoMANTES3WieG016im7rxZ7IR2/ph++L5Vp1Y =
253
253
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk =
You can’t perform that action at this time.
0 commit comments