bfitzpat opened a new issue #1009: Provide a plain text file with the latest version of Camel K for easier automation of downloading via the tooling URL: https://github.com/apache/camel-k/issues/1009 We have been working on setting up the VS Code extension to automatically download the Camel K CLI. For example, the Kubernetes extension provides this file: https://storage.googleapis.com/kubernetes-release/release/stable.txt. It simply provides the version number as a string (v1.16.1) that is then used in a generated URL - https://storage.googleapis.com/kubernetes-release/release/${version.result.trim()}/bin/${osString}/amd64/${binFile} It would be great if we could do the same thing for the Camel K CLI - https://github.com/apache/camel-k/releases/download/${version}/camel-k-client-${version}-${platformString}-64bit.tar.gz Maybe a simple text file in the github repo with "1.0.0-M2" in it?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services