clusterlink-net / clusterlink

A Gateway for connecting application services in different domains, networks, and cloud infrastructures
https://clusterlink.net
Other
17 stars 18 forks source link

[BUG]: install always uses `latest` #630

Closed huang195 closed 3 months ago

huang195 commented 4 months ago

Describe the bug Trying to install clusterlink, but a specific version 0.2.1

To Reproduce

$ curl -L https://github.com/clusterlink-net/clusterlink/releases/download/v0.2.1/clusterlink.sh | sh -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2662  100  2662    0     0   7981      0 --:--:-- --:--:-- --:--:--  7981

 Downloading clusterlink-darwin-amd64.tar.gz from https://github.com/clusterlink-net/clusterlink/releases/latest/download/clusterlink-darwin-amd64.tar.gz ...

Expected behavior

It should download 0.2.1 version instead of the latest version.

kfirtoledo commented 3 months ago

You need to add a VERSION flag for that I will update the instructions.