v0.0.5
Changes in this release:
- All aliases in
odo component
( get/list/create/set/delete) were removed (useodo delete
,odo list
,odo component
instead) - (#279) odo create
andodo update
checks if directory exist (#425)odo create
was modified. Local and binary components are using Supervisor (BuildConfig process is skipped) (#408)- Added validation for component and application name (#433)
- Added
odo create --binary
andodo update --binary
(#397 #418) - Added
odo app describe
command (#287) odo app delete
shows what will be deleted (#278)- Changed
odo list
format (formated as table) (#404) odo storage remove
renamed toodo storage delete
(#407)- Updated
odo delete
output (#390) - Updated description for
ocdev create
(#335) odo delete
deletes the default component if no arguments are passed (#387)- Fixes the issue of switching to a non-existing component using set command (#388)
- Fixes error when deleting a component (#345)
- Fixes the problem of a better description when no component is listed during update (#374)
- Add coloured output to OpenShift logs (#378)
- Decrease sync delay in
odo watch
to 1s (#403) - Show client and cluster version in
odo version
(#366) - Added more e2e tests and a few were fixed (#351 #372 #383 #308 #385 #400)
- Internal refactoring (#427 #428 #420 #417 #406 #405 #399 #346 #317 #365)
- Documentation updates (#440 #441 #442 #435 #426 #414 #380 #379)