File tree 5 files changed +9
-6
lines changed
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
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15
- APPWRAPPER_VERSION ?= v0.25 .0
15
+ APPWRAPPER_VERSION ?= v0.26 .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.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:
152
152
- template
153
153
type : object
154
154
type : array
155
+ managedBy :
156
+ description : ManagedBy is used to indicate the controller or entity that manages the AppWrapper.
157
+ type : string
155
158
suspend :
156
159
description : Suspend suspends the AppWrapper when set to true
157
160
type : boolean
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
11
11
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
12
12
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
14
14
github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3
15
15
github.com/ray-project/kuberay/ray-operator v1.1.1
16
16
go.uber.org/zap v1.27.0
@@ -36,7 +36,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
36
36
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
37
37
38
38
// 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
40
40
41
41
// These replace directives deal with the backlevel ODH kueue version
42
42
replace 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=
247
247
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
248
248
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
249
249
github.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 =
252
252
github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3 h1:Eupu9yxaGTddtoxb9SjrYJlokRHEYU5NNVRQmdXSNVs =
253
253
github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3 /go.mod h1:v7XKwaDoCspsHQlWJNarO7gOpR+iumSS+c1bWs3kJOI =
254
254
github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
You can’t perform that action at this time.
0 commit comments