Skip to main content

odo v3.0.0-beta2 Released

ยท 3 min read

3.0.0-beta2 of odo has been released!

To install odo, follow our installation guide at odo.dev

Notable Changesโ€‹

Check this Playlist for an overview of the most notable changes in this release: https://www.youtube.com/playlist?list=PLGMB2PY4SNOoxZNN5Ye1mHC4kndPx3p6h

Featuresโ€‹

odo completion support (#5856, #5921)โ€‹

Executing alternative 'build' and 'run' commands with 'odo dev' (#5878, #5891)โ€‹

Setting naming strategy when running 'odo add binding' (#5912)โ€‹

odo dev: handle port forwarding after pod restart (#5885)โ€‹

odo dev is now able to automatically handle port forwarding (and regenerate them if needed) after a pod restarts, e.g., following a change in the Devfile that modifies the container component configuration while the dev session is running.

Bug fixesโ€‹

  • Error for odo add binding is misleading when no supported operator is installed (#5887)

odo.devโ€‹

  • Blog post on how to connect to a service without using the Service Binding Operator (link)

Detailed Changelogโ€‹

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

Features/Enhancements:

  • Allow setting namingStrategy when using odo add binding #5912 (rm3l)
  • odo dev: handle port forwarding after pod restart #5885 (feloy)

Documentation:

Testing/CI:

Merged pull requests: