jthegedus / asdf-gcloud

☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
https://asdf-vm.com
MIT License
55 stars 22 forks source link

google-cloud-sdk releases lagging behind upstream by one version #40

Closed itspngu closed 3 years ago

itspngu commented 3 years ago

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 currently 335.0.0 is missing. The latest version asdf-gcloud offers is 334.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:

Describe alternatives you've considered

See above.

Additional context

Depending on the proposed solution I'm able to help with implementing this.

jthegedus commented 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.