kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
104 stars 87 forks source link

fix(installer): set VERSION to the commit hash #1641

Closed lobkovilya closed 8 months ago

lobkovilya commented 8 months ago

When running a command:

curl https://kuma.io/installer.sh | VERSION=0.0.0-preview.v97af5da5e sh -

it attempts to use the URL (and fails):

https://packages.konghq.com/public/kuma-binaries-preview/raw/names/kuma-darwin-arm64/versions/0.0.0-preview.v97af5da5e/kuma-0.0.0-preview.v97af5da5e-darwin-arm64.tar.gz

the correct URL is (difference after the /versions/):

https://packages.konghq.com/public/kuma-binaries-preview/raw/names/kuma-darwin-arm64/versions/97af5da5e/kuma-0.0.0-preview.v97af5da5e-darwin-arm64.tar.gz
netlify[bot] commented 8 months ago

Deploy Preview for kuma ready!

Name Link
Latest commit 142aab2fd79a6956512d32ad460657be26dae5b2
Latest deploy log https://app.netlify.com/sites/kuma/deploys/65c359a5c487570008a32735
Deploy Preview https://deploy-preview-1641--kuma.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.