This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.0.15
Changelog
New commands or parameters:
odo logoutcommand has been added #699odo logincommand has been added #826odo url create --openparameter has been added #906odo create -pparamater 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=mypassChanges:
odo linkMake link handling common across both components and services #856- Fixed a bug of not clearing the config file after project deletion #889
odo service describehas 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
--localare now tested in e2e tests #961 - e2e tests added for Java #951
- Fix intermittent
odo updatebug when deleting / pushing a change too fast #848 - e2e and unit tests for
odo watchcommand added #820