devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
366 stars 44 forks source link

Fix Linkerd #231

Closed Sierra1011 closed 1 year ago

Sierra1011 commented 1 year ago

Hello,

I noticed Linkerd wasn't working as expected (only showing old versions), and it turns out they changed their release naming system. This is a patch to address that.

To make it easier to verify, an example of the asset URL is: https://github.com/linkerd/linkerd2/releases/download/stable-2.12.3/linkerd2-cli-stable-2.12.3-linux-amd64 where stable-2.12.3 is the version identifier.

Thanks!

leucos commented 1 year ago

Thanks a lot @Sierra1011 !