kubevela / kubevela.github.io

KubeVela documentations and website (https://kubevela.io).
Apache License 2.0
48 stars 209 forks source link

Fix the vela cli install script to pick the latest version from github #1254

Closed anoop2811 closed 1 year ago

anoop2811 commented 1 year ago

Currently when we try to run the vela cli install script from the document, it seems to be pointing to the latest version as 1.8 version of the cli while the currently released version is 1.9.4.

Expected behavior We expect that the script looks up github and finds the latest release from there

KubeVela Version

1.9.4

Additional context Having the script look up the version as well as the binary using github apis to download and install would be more future proof.