This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.0.14
Changelog
Breaking changes with PR #723:
odo service createcommand is now able to specify a plan using--planodo linkfunctionality has a breaking change. The new function will now link a component to a service. For example:odo link my-postgresql --component nodejs
New commands or parameters:
- Short flags have now been added (-b binary, -g git, -l local -c component) #791
- You may now pass in
envvariables to Odo. For example:odo create nodejs --env key=value,key1=value1#626
Changes
odo catalog list serviceswill now show plans #687- Bash completion will now propagate any components / projects / apps that are available #801
- SupervisorD Go Binary implementation has been added. Component creation no longer requests BuildConfig and is now much faster #622
- Project delete has now been enhanced to correctly pick a new project post-deletion #740
Documentation and help messages:
- Improved storage output help message #831
- Comments added to functions #823
- Added issue and PR templates #825
Internals:
- Watch command bug fix #797
- Added support for 1 argument in service delete #817
- Removed unused parameter #812
- Service catalog is now being tested #809
Known Issues:
- Some components (like widfly and httpd) can get broken after adding storage (#445).