Skip to main content

odo 2.4.3 Released

ยท 2 min read

2.4.3 of odo has been released!

Notable changes in odo 2.4.3โ€‹

Features/Enhancements:โ€‹

odo deploy command #5228 (@feloy)โ€‹

In Devfile specificion v2.2.0 new component image and command group deploy were introduced. odo deploy command uses those features to allow users, deploy their application as it would be deployed in production. To build container images odo deploy requires Podman or Docker to be installed on your machine.

You can find example of how to use image component and deploy command group in devfile.yaml in devfile-nodejs-deploy repository.

Demoโ€‹

$ git clone https://github.com/kadel/devfile-nodejs-deploy
$ cd devfile-nodejs-deploy
$ odo project create nodejs-example
$ odo create
$ odo deploy

asciicast

Know issues wth odo deployโ€‹

  • Resources deployed using odo deploy can't be deleted using odo #5246
  • odo deploy doesn't work without running odo create or odo push first. #5289
  • There is no odo command that would show if odo deploy was executed or not and what is its status #5248

Bug fixes:โ€‹