github redhat-developer/odo v2.0.0-beta-1

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

Release of v2.0.0-beta-1

This is the v2.0.0-beta-1 release of odo!

Similar to our alpha release, we switch the default deployment mechanism from Source-To-Image to Devfile.

In order to start using Devfile, follow our deploying a devfile using odo guide.

Breaking changes:

  • Operator Hub service deployment does not work in this release. We are actively working on getting this fixed for the next beta release. See issue: #3932
  • -o json output may not work for some Devfile functionalities. See: #3521

Please open a GitHub issue if you encounter any other commands that do not work!

Installing v2.0.0-beta-1 of odo

v2.0.0-beta-1 of odo uses devfile as its default deployment mechanism.

Installing odo on Linux

Binary installation

# curl -L https://github.com/openshift/odo/releases/download/v2.0.0-beta-1/odo-linux-amd64 -o /usr/local/bin/odo
# chmod +x /usr/local/bin/odo

Installing odo on macOS

Binary installation

# curl -L https://github.com/openshift/odo/releases/download/v2.0.0-beta-1/odo-darwin-amd64 -o /usr/local/bin/odo
# chmod +x /usr/local/bin/odo

Installing odo on Windows

Binary installation

  1. Download the latest odo.exe file.

  2. Add the location of your odo.exe to your GOPATH/bin directory.

Setting the PATH variable for Windows 10

Edit Environment Variables using search:

  1. Click Search and type env or environment.

  2. Select Edit environment variables for your account.

  3. Select Path from the Variable section and click Edit.

  4. Click New and type C:\go-bin into the field or click Browse and select the directory, and click OK.

Setting the PATH variable for Windows 7/8

The following example demonstrates how to set up a path variable. Your binaries can be located in any location, but this example uses C:\go-bin as the location.

  1. Create a folder at C:\go-bin.

  2. Right click Start and click Control Panel.

  3. Select System and Security and then click System.

  4. From the menu on the left, select the Advanced systems settings and click the Environment Variables button at the bottom.

  5. Select Path from the Variable section and click Edit.

  6. Click New and type C:\go-bin into the field or click Browse and select the directory, and click OK.

Don't miss a new odo release

NewReleases is sending notifications on new releases.