This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.0.8
New commands or parameters
odo utils terminalAdd Odo terminal support to your development environment #536
Changes
odo completionchanged toodo utils completion#536- OpenShift version 3.9 and up is required #540
- Generate storage name if not provided #541
- Add message for user on
invalid configuration error#559
Bugfixes
- Handle error when no component is there #545
Documentation and help messages
- Added public channel, community and contribution info #539
- Adds an example on how to deploy a binary #561
- Amend development doc with PR description requirement #591
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