Skip to main content

odo v3.0.0-beta1 Released

Β· 4 min read

3.0.0-beta1 of odo has been released!

Notable Changes​

Features​

Check this Playlist for an overview of the most notable changes in this release: https://www.youtube.com/watch?v=yTUk_rx3aP8&list=PLGMB2PY4SNOrBQabcLZ_M5rN8l5u0B_cw

Ability to show (and stream) logs of running component, with odo logs and odo logs –follow (#5622, #5715)​

Substituting variables into the Devfile from the CLI when running odo dev or odo deploy (#5489)​

Support for composite run and debug Devfile commands when running odo dev (#5054)​

Ability to list existing Service Bindings and interactively generate Service Binding from a directory with no Devfile (#5635, #5772)​

β€œBind as files” UI update when running odo add binding (#5770)​

Ability to unbind ServiceBindings from the Devfile, with odo remove binding (#5693)​

Bug fixes​

  • Better support for command and args fields in Devfile container components: odo no longer overrides the container command with Supervisord (#5648)
  • Devfile Volume components shown when personalizing Devfile configuration via odo init (#5779)

odo.dev​

  • Main site switched to 3.0.0 documentation
  • Blog post about binding an external service with odo v3 (link)
  • Homebrew installation details (#5801)

Detailed Changelog​

As with every release, you can find the full list of changes and bug fixes on the GitHub release page

Features/Enhancements​

Bugs​

Documentation​

Testing/CI​

Other merged pull requests​