Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[semver:minor] Support GOOGLE_COMPUTE_REGION environment variable #23

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

a7i
Copy link
Contributor

@a7i a7i commented Oct 21, 2020

Checklist

  • All new jobs, commands, executors, parameters have descriptions
  • Examples have been added for any significant new features
  • README has been updated, if necessary

Motivation, issues

Fixes Issue: CircleCI-Public/gcp-gke-orb#9

Description

Support GOOGLE_COMPUTE_REGION for gcloud CLI

@a7i
Copy link
Contributor Author

a7i commented Oct 27, 2020

I have made several PRs to CircleCI-Public organization and none of them have received any feedback.

@iynere @FelicianoTech Please take a look at this PR.

Copy link
Contributor

@gmemstr gmemstr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmemstr gmemstr changed the title Support GOOGLE_COMPUTE_REGION environment variable [semver:minor] Support GOOGLE_COMPUTE_REGION environment variable Oct 28, 2020
@gmemstr gmemstr merged commit ec420ff into CircleCI-Public:master Oct 28, 2020
wyardley added a commit to wyardley/gcp-cli-orb that referenced this pull request Oct 30, 2021
Fixes CircleCI-Public#38
The changes in CircleCI-Public#23 make the initialize command fail if one of
GOOGLE_COMPUTE_ZONE or GOOGLE_COMPUTE_REGION is not set. While having
one of these set implicitly may be useful for some people, it is not
required for all commands, and can also usually be specified via --zone,
--region, or --location.
wyardley added a commit to wyardley/gcp-cli-orb that referenced this pull request Oct 30, 2021
Fixes CircleCI-Public#38
The changes in CircleCI-Public#23 make the initialize command fail if one of
GOOGLE_COMPUTE_ZONE or GOOGLE_COMPUTE_REGION is not set. While having
one of these set implicitly may be useful for some people, it is not
required for all commands, and can also usually be specified via --zone,
--region, or --location.

Also, clarify docs:
- Clarify when it's the env var name vs. the value to use
- Clarify wording so it's clear that these are the _default_ values for
  the CLI to use
wyardley added a commit to wyardley/gcp-cli-orb that referenced this pull request Oct 30, 2021
Fixes CircleCI-Public#38
The changes in CircleCI-Public#23 make the initialize command fail if one of
GOOGLE_COMPUTE_ZONE or GOOGLE_COMPUTE_REGION is not set. While having
one of these set implicitly may be useful for some people, it is not
required for all commands, and can also usually be specified via --zone,
--region, or --location.

Also, clarify docs:
- Clarify when it's the env var name vs. the value to use
- Clarify wording so it's clear that these are the _default_ values for
  the CLI to use
wyardley added a commit to wyardley/gcp-cli-orb that referenced this pull request Oct 30, 2021
Fixes CircleCI-Public#38
The changes in CircleCI-Public#23 make the initialize command fail if one of
GOOGLE_COMPUTE_ZONE or GOOGLE_COMPUTE_REGION is not set. While having
one of these set implicitly may be useful for some people, it is not
required for all commands, and can also usually be specified via --zone,
--region, or --location.

This will also enable _both_ to be set if the env vars exist.

Also, clarify docs:
- Clarify when it's the env var name vs. the value to use
- Clarify wording so it's clear that these are the _default_ values for
  the CLI to use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants