Closed itspngu closed 3 years ago
The GCS bucket contents align with the release notes for the Cloud SDK here. I have seen some delay, but that has always been less than 24hrs before they all align and seems acceptable unless something is done upstream.
Given https://github.com/asdf-vm/asdf-plugins/pull/397 and the fact there's no real alternative solution here, I will close.
Thanks for raising.
Is your feature request related to a problem? Please describe.
Currently (and I'm suspecting in the past, too) the latest release of the SDK is missing from
asdf list-all gcloud
. Looking at what happens in/bin/list-all
and following through to the GCS bucket which release info is parsed from, that makes sense, as currently335.0.0
is missing. The latest versionasdf-gcloud
offers is334.0.0
, which is in line with the bucket's contents.Describe the solution you'd like
I'd like to be able to install the latest release of the SDK. Off the top of my head there's a few options to facilitate that:
/bin/list-all
- this is pretty dirty, even if one was to add something along the lines ofcurl -X HEAD https://...one_version_higher.tar.gz
, as it might break in the futureDescribe alternatives you've considered
See above.
Additional context
Depending on the proposed solution I'm able to help with implementing this.