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

Allow to pass gcloud version as a parameter #65

Closed joaomlopes closed 1 year ago

joaomlopes commented 1 year ago

Describe Request:

A parameter should be added to the orb jobs so that the gcp-cli/setup command won't install the latest version regardless the user intention. As all jobs in this orb rely on this command, having a breaking change version that can't be controlled by the user will break the pipeline flow and prevent the user from deploying their services.

Examples:

There's an issue with the newest version of gcloud (429.0.0) that will fail on the gcp-cli/setup command.

Supporting Documentation Links:

An issue was created on the gcp-cli orb that can be tracked here A PR was created to support this change

EricRibeiro commented 1 year ago

Merged in #66.