CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

fix: Bump default Google Cloud SDK to 383.0.0 #42

Closed dlachasse closed 2 years ago

dlachasse commented 2 years ago

Checklist

Motivation, issues

The current default for the Google Cloud SDK (283.0.0) is over 2 years old at this point and is no longer available to download. This updates the version to a current release (383.0.0) [changelog].

$ curl -i https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-283.0.0
HTTP/2 404 
content-length: 1449
content-type: text/html; charset=utf-8
server: downloads
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
date: Tue, 03 May 2022 01:20:34 GMT

Description

Bumps default Google Cloud SDK version to 383.0.0.

EricRibeiro commented 2 years ago

Thank you, @dlachasse 🥇

I'll migrate this orb to Orb Tools 11 first and merge your PR afterwards.