File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export PULL_POLICY ?= Always
24
24
export DEFAULT_ROUTING ?= basic
25
25
export KUBECONFIG ?= ${HOME}/.kube/config
26
26
# TODO Revert before merge
27
- export DEVWORKSPACE_API_VERSION ?= 68e5c13fb8f3623cc11d7203c93c5387cf758112
27
+ export DEVWORKSPACE_API_VERSION ?= 8eec3a46767c284d50aaf866cc58caafa4e021e3
28
28
29
29
# internal params
30
30
DEVWORKSPACE_CTRL_SA =devworkspace-controller-serviceaccount
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ if $USE_DEFAULT_ENV; then
84
84
export DWO_IMG=${DEFAULT_IMAGE:- " quay.io/devfile/devworkspace-controller:next" }
85
85
export PULL_POLICY=Always
86
86
export DEFAULT_ROUTING=basic
87
- export DEVWORKSPACE_API_VERSION=68e5c13fb8f3623cc11d7203c93c5387cf758112
87
+ export DEVWORKSPACE_API_VERSION=8eec3a46767c284d50aaf866cc58caafa4e021e3
88
88
export ROUTING_SUFFIX=" "
89
89
export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
90
90
fi
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ require (
29
29
sigs.k8s.io/yaml v1.2.0
30
30
)
31
31
32
- replace github.com/devfile/api/v2 v2.0.0-20210212161736-283b0c54946e => github.com/sleshchenko/devfile-api/v2 v2.0.0-20210331150507-68e5c13fb8f3 // TODO Remove before merge
32
+ replace github.com/devfile/api/v2 v2.0.0-20210212161736-283b0c54946e => github.com/sleshchenko/devfile-api/v2 v2.0.0-20210401154055-8eec3a46767c // TODO Remove before merge
Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHi
293
293
github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
294
294
github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
295
295
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
296
- github.com/sleshchenko/devfile-api/v2 v2.0.0-20210331150507-68e5c13fb8f3 h1:yzgk6Z5DOinKxszGMd/eqABpG8rV7+E19kgWHnJR9fo =
297
- github.com/sleshchenko/devfile-api/v2 v2.0.0-20210331150507-68e5c13fb8f3 /go.mod h1:Cot4snybn3qhIh48oIFi9McocnIx7zY5fFbjfrIpPvg =
296
+ github.com/sleshchenko/devfile-api/v2 v2.0.0-20210401154055-8eec3a46767c h1:CrI676KzFNPVl9on21SKqSsK9E66+NN30fpu+3DuKNU =
297
+ github.com/sleshchenko/devfile-api/v2 v2.0.0-20210401154055-8eec3a46767c /go.mod h1:Cot4snybn3qhIh48oIFi9McocnIx7zY5fFbjfrIpPvg =
298
298
github.com/soheilhy/cmux v0.1.4 /go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM =
299
299
github.com/spf13/afero v1.1.2 /go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ =
300
300
github.com/spf13/afero v1.2.2 /go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk =
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ echo "Downloading devfile/api CRDs to $TMP_DIR"
42
42
43
43
cd $TMP_DIR
44
44
git init
45
+ # TODO REVERT BEFORE MERGING
45
46
git remote add origin https://github.com/sleshchenko/devfile-api.git
46
47
git config core.sparsecheckout true
47
48
echo " crds/*" > .git/info/sparse-checkout
You can’t perform that action at this time.
0 commit comments