This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.0.6
Changelog:
- Added
odo logcommand (#429) - Added
odo storage mountcommand (#472) - Added
ocdev storage umountcommand (#349) - Added confirmation before deleting URL (#479)
- Added confirmation for storage deletion (#447 #476)
- Improved --help with examples and command descriptions (#471 #461)
- New
odo storage listformating (#469) - Added consistency in commands for project, application & components (#421)
- Internal refactoring and updates (#463 #410 #442 #457 #459 #458 #448 #452 #451 #455)
Known Issues:
- Some components (like widfly and httpd) can get broken after adding storage (#445).
Workaround is to runodo pushafter every operation that modifies DeploymentConfig (odo storage createodo storage mountodo storage unmount) odo updateis not working properly when changing source fromgittolocalorbinaryand fromlocalorbinarytogit(#439)- Two components with the same name can't be created in the same project even if they are in the different applications. (#214)