Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

v0.0.6

Choose a tag to compare

@kadel kadel released this 30 May 11:48
6cbcf4d

Changelog:

  • Added odo log command (#429)
  • Added odo storage mount command (#472)
  • Added ocdev storage umount command (#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 list formating (#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 run odo push after every operation that modifies DeploymentConfig (odo storage create odo storage mount odo storage unmount)
  • odo update is not working properly when changing source from git to local or binary and from local or binary to git (#439)
  • Two components with the same name can't be created in the same project even if they are in the different applications. (#214)