Skip to content

Updated dev tools docker image tag to 0.4.6 #289

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

Conversation

paulpalamarchuk
Copy link
Contributor

@paulpalamarchuk paulpalamarchuk commented Oct 21, 2019

  • Fixed lint tests
  • Updated Makefile
  • Fixed check_generate test function

@paulpalamarchuk paulpalamarchuk force-pushed the update_devtools_img_tag_to_0.4.3 branch 2 times, most recently from f59d79f to 764f033 Compare October 21, 2019 11:54
@aaron-lane
Copy link
Contributor

This was partially addressed by #292 which updated the image to 0.4.5.

@@ -15,6 +15,11 @@

set -e

# shellcheck disable=SC2034
if [ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then
CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=${GOOGLE_APPLICATION_CREDENTIALS}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add quotes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added

@@ -34,6 +34,7 @@ resource "random_shuffle" "available_zones" {
locals {
// location
location = var.regional ? var.region : var.zones[0]
region = var.region == null ? join("-", slice(split("-", var.zones[0]), 0, 2)) : var.region
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure it is safe?

variable "registry_project_id" {
type = string
description = "Project holding the Google Container Registry. If empty, we use the cluster project. If grant_registry_access is true, storage.objectViewer role is assigned on this project."
default = ""
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you have empty line as a default?

@@ -15,6 +15,11 @@

set -e

# shellcheck disable=SC2034
if [ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then
CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=${GOOGLE_APPLICATION_CREDENTIALS}
Copy link
Contributor

Choose a reason for hiding this comment

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

same

variable "registry_project_id" {
type = string
description = "Project holding the Google Container Registry. If empty, we use the cluster project. If grant_registry_access is true, storage.objectViewer role is assigned on this project."
default = ""
Copy link
Contributor

Choose a reason for hiding this comment

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

same

@paulpalamarchuk paulpalamarchuk force-pushed the update_devtools_img_tag_to_0.4.3 branch from 764f033 to 4531f0d Compare October 25, 2019 15:24
 * Fixed lint tests
 * Updated Makefile
 * Fixed check_generate test function
@paulpalamarchuk paulpalamarchuk force-pushed the update_devtools_img_tag_to_0.4.3 branch from 4531f0d to 40a08a0 Compare October 25, 2019 15:30
@paulpalamarchuk paulpalamarchuk changed the title Updated dev tools docker image tag to 0.4.3 Updated dev tools docker image tag to 0.4.6 Oct 25, 2019
@paulpalamarchuk
Copy link
Contributor Author

PR rebased

@paulpalamarchuk paulpalamarchuk marked this pull request as ready for review October 30, 2019 11:46
@morgante morgante merged commit ce90c83 into terraform-google-modules:master Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants