github redhat-developer/odo v0.0.14

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

Changelog

Breaking changes with PR #723:

  • odo service create command is now able to specify a plan using --plan
  • odo link functionality 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 env variables to Odo. For example: odo create nodejs --env key=value,key1=value1 #626

Changes

  • odo catalog list services will 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).

Don't miss a new odo release

NewReleases is sending notifications on new releases.