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

Support the `GOOGLE_COMPUTE_REGION` config parameter [semver:minor] #33

Closed kobim closed 3 years ago

kobim commented 3 years ago

SEMVER Update Type:

Description:

Upgrade gcp-cli and gcp-gcr orbs versions to latest to support the google-compute-region parameter.

Motivation:

GKE regional clusters require the region parameter rather than zone. Following CircleCI-Public/gcp-gcr-orb#45, users using this orb would be able to work with regional clusters as well.

Closes Issues:

Checklist:

dsayling commented 3 years ago

@kobim - I apologize, but I seem to have broken the GitHub checks after trying to get your changes to run.

@KyleTryon and @gmemstr - I published the alpha version of the orb and the lint_pack workflow ran fine, but now I can't get the changeset to run the integration-tests workflow.

dsayling commented 3 years ago

Changes merged in #34 - Thank you @kobim