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

bug: Won't upgrade past version 403 #70

Closed
Cartman75 opened this issue Oct 31, 2022 · 5 comments
Closed

bug: Won't upgrade past version 403 #70

Cartman75 opened this issue Oct 31, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@Cartman75
Copy link

Describe the bug

For some reason, it won't upgrade past 403. When I look at the google gcs bucket, its up to 407. (current as of now)

Steps to reproduce

asdf list all gcloud

asdf version

v0.10.2-7e7a1fa

asdf-gcloud version

?

gcloud version

403.0.0

Additional Information

No response

@Cartman75 Cartman75 added the bug Something isn't working label Oct 31, 2022
@jthegedus
Copy link
Owner

jthegedus commented Nov 2, 2022

It appears the pagination code has a bug for the list all function.

You can still install the versions even though they are not listed. asdf install gcloud 408.0.0 still works.

asdf latest gcloud will also report the incorrect version # as it gets the last val from list all

@Cartman75
Copy link
Author

Ah ok, I can deal with that then. Thanks!

@sbocinec
Copy link
Contributor

I'm affected by the same issue and proposed a fix in #72 as there is only a minor issue with the regular expression used in the list-all script - missing = character.

@Cartman75
Copy link
Author

Awesome, thanks for fixing it!

@jthegedus
Copy link
Owner

Released in https://github.com/jthegedus/asdf-gcloud/releases/tag/v1.2.2

Thanks @sbocinec

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

No branches or pull requests

3 participants