Skip to content

Commit 736908c

Browse files
committed
fixup! fixup! Finalize workspace to DevWorkspace renaming
1 parent 9f30fd5 commit 736908c

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export PULL_POLICY ?= Always
2424
export DEFAULT_ROUTING ?= basic
2525
export KUBECONFIG ?= ${HOME}/.kube/config
2626
#TODO Revert before merge
27-
export DEVWORKSPACE_API_VERSION ?= 68e5c13fb8f3623cc11d7203c93c5387cf758112
27+
export DEVWORKSPACE_API_VERSION ?= 8eec3a46767c284d50aaf866cc58caafa4e021e3
2828

2929
#internal params
3030
DEVWORKSPACE_CTRL_SA=devworkspace-controller-serviceaccount

deploy/generate-deployment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if $USE_DEFAULT_ENV; then
8484
export DWO_IMG=${DEFAULT_IMAGE:-"quay.io/devfile/devworkspace-controller:next"}
8585
export PULL_POLICY=Always
8686
export DEFAULT_ROUTING=basic
87-
export DEVWORKSPACE_API_VERSION=68e5c13fb8f3623cc11d7203c93c5387cf758112
87+
export DEVWORKSPACE_API_VERSION=8eec3a46767c284d50aaf866cc58caafa4e021e3
8888
export ROUTING_SUFFIX=""
8989
export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
9090
fi

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ require (
2929
sigs.k8s.io/yaml v1.2.0
3030
)
3131

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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHi
293293
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
294294
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
295295
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=
298298
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
299299
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
300300
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=

update_devworkspace_crds.sh

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ echo "Downloading devfile/api CRDs to $TMP_DIR"
4242

4343
cd $TMP_DIR
4444
git init
45+
# TODO REVERT BEFORE MERGING
4546
git remote add origin https://github.com/sleshchenko/devfile-api.git
4647
git config core.sparsecheckout true
4748
echo "crds/*" > .git/info/sparse-checkout

0 commit comments

Comments
 (0)