Odigos is composed of few parts:
- The Odigos cli.
- Odigos UI which is started by the cli.
- The Odigos deployment in a k8s cluster.
Use Odigos cli to test for your versions of odigos:
➜ ~ odigos version
Odigos Cli Version: version.Info{Version:'v1.0.0', GitCommit:'6977d54', BuildDate:'2023-10-31T12:44:18Z'}
Odigos Version (in cluster): version.Info{Version:'v1.0.0'}
This cli output (at the time of writing) shows that the cli version is v1.0.0
and the version of Odigos in the cluster is also v1.0.0
.
brew install keyval-dev/homebrew-odigos-cli/odigos
Will install the latest version of the Odigos cli from brew.
Go to the Releases Page, download the latest version for your arch and os, and install it by coping the executable to a directory in your PATH
. You can execute odigos version
in your shell to verify that odigos is installed correctly.
** New from Odigos v1.0.0 **
$ odigos upgrade
This command will upgrade the Odigos deployment in the cluster to the version of the CLI.
Any change that is made in code to a manifest of odigos k8s object is automatically applied to the cluster when odigos upgrade
is run. Any k8s object which was removed from the code will be removed from the cluster.