Skip to main content

odo v3.0.0-beta3 Released

ยท 4 min read

3.0.0-beta3 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/watch?v=oLBDQZYkPUU&list=PLGMB2PY4SNOoDKAk8qQ8nhva3ff1fgZgr

Featuresโ€‹

odo dev: react to changes as soon as possible (#5933)โ€‹

odo dev can now detect changes as soon as they occur. It works in a controller like mechanism, where it keeps a watch on certain resources, events and files, and constantly notifies user about the state of their application.

Allow binding to services from other namespaces (#5936)โ€‹

odo now allows binding to services from all the namespaces so that users can share services that are shared between multiple applications or developers.

Allow using remote Dockerfiles (HTTP(S) only) for building images (#5976)โ€‹

User can now use remote Dockerfiles to build container images for their outer loop development cycle.

Performance improvements to odo logs (#5942, #5973, #5961)โ€‹

We have attempted at improving the performance of odo logs this release with a delta of approximately 1s.

odo.devโ€‹

  • add documentation for env variables used by odo (#5686)

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 using remote Dockerfiles (HTTP(S) only) for building images #5976 (rm3l)
  • Allow binding to services from other namespaces #5936 (rm3l)
  • odo dev: react to changes as soon as possible #5933 (feloy)

Bugs:

Documentation:

  • Use oceanicNext dark theme for website #6005 (valaparthvi)
  • Adds link to inner loop to the Quickstart guide #6003 (dharmit)
  • update quickstart #5992 (kadel)
  • Remove $ symbol from some commands #5979 (cdrage)
  • Add blog post for v3.0.0-beta2 release and update installation doc #5966 (rm3l)
  • Add blog post for v3.0.0-beta1 release #5956 (rm3l)
  • add documentation for env variables used by odo #5686 (kadel)

Testing/CI:

Merged pull requests: