github redhat-developer/odo v0.0.15

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

Changelog

New commands or parameters:

  • odo logout command has been added #699
  • odo login command has been added #826
  • odo url create --open parameter has been added #906
  • odo create -p paramater alias has been added for --port #836

odo logout

odo logout has been added as a new command. You may now logout through the odo command line:

$ odo logout 
Logged "developer" out on "https://127.0.0.1:8443"

odo login

odo login has been added as a new command with extra parameters. You may now login through the odo command line:

$ odo login localhost:8443 --username=myuser --password=mypass

Changes:

  • odo link Make link handling common across both components and services #856
  • Fixed a bug of not clearing the config file after project deletion #889
  • odo service describe has been enhanced with updated information about service parameters and internal data structures #886
  • Autodetect path for assemble and run scripts from image labels https://github.com/redhat-developer/odo/pull/#924

Documentation and help messages:

  • Documentation on how to add a custom builder #900
  • Minor changes to README cli structure information #870
  • A proposal has been added to define configuration and format for a local .odo config file #803

Internals:

  • AppVeyor is now used to build and publish new artifacts / binaries #898
  • Fixed completion handler #914
  • Rewrite of completion handler to handle collisions #904
  • Completion architecture improvement #893
  • Fixed bug fix in logout command #971
  • curl is now used instead of wget in integration tests #936
  • Varius runtimes with --local are now tested in e2e tests #961
  • e2e tests added for Java #951
  • Fix intermittent odo update bug when deleting / pushing a change too fast #848
  • e2e and unit tests for odo watch command added #820

Known Issues:

  • A temporary fix has been added for fixing timeout issues with odo push on e2e tests #945
  • Some components (like widfly and httpd) can get broken after adding storage (#445).

Don't miss a new odo release

NewReleases is sending notifications on new releases.