File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:next
2929export PULL_POLICY ?= Always
3030export DEFAULT_ROUTING ?= basic
3131export KUBECONFIG ?= ${HOME}/.kube/config
32- export DEVWORKSPACE_API_VERSION ?= fe7c10eaa530b12b19cfb0e22e221e753391304c
32+ export DEVWORKSPACE_API_VERSION ?= 2568944140c38aa941390d0f8e941534bf88f793
3333
3434# Enable using Podman instead of Docker
3535export DOCKER ?= docker
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if $USE_DEFAULT_ENV; then
115115 export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:- " quay.io/devfile/project-clone:next" }
116116 export PULL_POLICY=Always
117117 export DEFAULT_ROUTING=basic
118- export DEVWORKSPACE_API_VERSION=fe7c10eaa530b12b19cfb0e22e221e753391304c
118+ export DEVWORKSPACE_API_VERSION=2568944140c38aa941390d0f8e941534bf88f793
119119 export ROUTING_SUFFIX=' ""'
120120 export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
121121fi
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/devfile/devworkspace-operator
33go 1.18
44
55require (
6- github.com/devfile/api/v2 v2.0.0-20220928161623-fe7c10eaa530
6+ github.com/devfile/api/v2 v2.2.0
77 github.com/go-git/go-git/v5 v5.5.1
88 github.com/go-logr/logr v0.4.0
99 github.com/google/go-cmp v0.5.9
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
112112github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
113113github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
114114github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd /go.mod h1:dv4zxwHi5C/8AeI+4gX4dCWOIvNi7I6JCSX0HvlKPgE =
115- github.com/devfile/api/v2 v2.0.0-20220928161623-fe7c10eaa530 h1:pZvf4AZrf/ZwV2AwQnTInlUpns+Wj9JYtPRtBDiFHzk =
116- github.com/devfile/api/v2 v2.0.0-20220928161623-fe7c10eaa530 /go.mod h1:dN7xFrOVG+iPqn4UKGibXLd5oVsdE8XyK9OEb5JL3aI =
115+ github.com/devfile/api/v2 v2.2.0 h1:3Mwl/dtT508oU4pNt/v4G8vqvjoZqi9LOInXCNwKMoc =
116+ github.com/devfile/api/v2 v2.2.0 /go.mod h1:dN7xFrOVG+iPqn4UKGibXLd5oVsdE8XyK9OEb5JL3aI =
117117github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
118118github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
119119github.com/docker/distribution v2.7.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
You can’t perform that action at this time.
0 commit comments