CircleCI-Public / gcp-gke-orb

Interact with Google Kubernetes Engine (GKE) from CircleCI
https://circleci.com/orbs/registry/orb/circleci/gcp-gke
MIT License
7 stars 21 forks source link

feat: add support for gcloud version on all jobs #66

Closed joaomlopes closed 1 year ago

joaomlopes commented 1 year ago

All jobs rely on the gcp-cli/setup command to install the gcloud sdk as part of the job steps but it's not possible to define the gcloud version to install.

This PR allows the user to set the gcloud version to install.