pdemagny / asdf-serverless

asdf plugin for the serverless framework (https://github.com/serverless/serverless)
Other
2 stars 1 forks source link

asdf-serverless: Could not download release #2

Open fagianijunior opened 3 months ago

fagianijunior commented 3 months ago

Describe the bug

Starting with version 4.0.0, the installation no longer finds the release for download. displaying this error: asdf-serverless: Could not download https://github.com/serverless/serverless/releases/download/v4.0.24/serverless-linux-x64 In versions prior to 4.0.0, the installation occurs normally.

Steps to reproduce

asdf plugin add serverless asdf list-all serverless asdf install serverless 4.0.24

Expected behavior

Install the latest version.

pdemagny commented 2 months ago

Hi @fagianijunior,

Thanks for noticing me of this issue. I've looked into it and as it turns out, the serverless project just stopped releasing binaries after v3.39.0 ... (See v3.39.0 vs v4.0.26). All v4 releases are now supposed to be installed with NPM directly, judging by the official docs.

I'm gonna open up a discussion on asdf-plugins to see whether we:

I'll keep this issue updated.