Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asdf-serverless: Could not download release #2

Open
fagianijunior opened this issue Sep 2, 2024 · 1 comment
Open

asdf-serverless: Could not download release #2

fagianijunior opened this issue Sep 2, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@fagianijunior
Copy link

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.

@fagianijunior fagianijunior added the bug Something isn't working label Sep 2, 2024
@pdemagny
Copy link
Owner

pdemagny commented Sep 13, 2024

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:

  • keep this plugin as is.
  • rename it to asdf-serveless-v3, and fix the list-all to only list v3 ...
  • remove this plugin alltogether ...

I'll keep this issue updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants