github redhat-developer/odo v0.0.7

latest releases: v3.15.0, v3.14.0, v3.13.0...
5 years ago

Incompatibility with previous versions!!!

! You have to delete all component created with older versions before upgrading to odo 0.0.7 !

  • Added namespacing #480 #535
    Naming schema for OpenShift object that are created by ODO has changed.
    New schema for naming objects in OpenShift is <component name>-<application name>, previous versions used just component name.

New commands or parameters

  • Added --skip-connection-check parameter #529
  • Added odo log --follow command #496
  • Added ocdev storage umount command #349
  • Added an umount alias for unmount #486
  • Added the functionality of unmounting storage using the path #492

Bugfixes

  • Fixed the problem of storage list when no component is created or selected #509
  • Fixed the formatting of storage list #469

Documentation and help messages

  • Update installation instructions #526
  • Add new examples #515
  • Update minishift link and getting oc binary link. #495
  • Improve CLI --help documentation #497
  • Update the deletion / component description output #506

Internals

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) Fix in progress #518
  • Two components with the same name can't be created in the same project even if they are in the different applications. (#214) fixed in #540

Don't miss a new odo release

NewReleases is sending notifications on new releases.