File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-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.25 .0
15+ APPWRAPPER_VERSION ?= v0.26 .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.25 .0
4+ - github.com/project-codeflare/appwrapper/config/crd?ref=v0.26 .0
Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ spec:
152152 - template
153153 type : object
154154 type : array
155+ managedBy :
156+ description : ManagedBy is used to indicate the controller or entity that manages the AppWrapper.
157+ type : string
155158 suspend :
156159 description : Suspend suspends the AppWrapper when set to true
157160 type : boolean
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.25 .0
13+ github.com/project-codeflare/appwrapper v0.26 .0
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
@@ -36,7 +36,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
3636replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
3737
3838// This replace directive supports the backlevel go version required by the ODH build
39- replace github.com/project-codeflare/appwrapper v0.25 .0 => github.com/project-codeflare/appwrapper v0.25 .1-0.20240926155059-30a8af17b8f4
39+ replace github.com/project-codeflare/appwrapper v0.26 .0 => github.com/project-codeflare/appwrapper v0.26 .1-0.20241016213414-d3825c270f61
4040
4141// These replace directives deal with the backlevel ODH kueue version
4242replace sigs.k8s.io/kueue v0.8.1 => github.com/opendatahub-io/kueue v0.7.0-odh-2
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.25 .1-0.20240926155059-30a8af17b8f4 h1:XYjq50WpGxagELHurCXyiirvdM9OzxTnCMcQC9gebnQ =
251- github.com/project-codeflare/appwrapper v0.25 .1-0.20240926155059-30a8af17b8f4 /go.mod h1:zDALq3/gn+eiczpD7TBZWWbAVuwcCGDFuN/77oh+CDw =
250+ github.com/project-codeflare/appwrapper v0.26 .1-0.20241016213414-d3825c270f61 h1:jSqZDG4RihAkBaQp2fYFbp6EO4EGMv0pxfvO+6C2Cis =
251+ github.com/project-codeflare/appwrapper v0.26 .1-0.20241016213414-d3825c270f61 /go.mod h1:zDALq3/gn+eiczpD7TBZWWbAVuwcCGDFuN/77oh+CDw =
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