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

add master_version to container cluster #538

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

danawillow
Copy link
Contributor

@danawillow danawillow commented Oct 5, 2017

Fixes #492

$ make testacc TEST=./google TESTARGS='-run=TestAccContainerCluster_withVersion'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./google -v -run=TestAccContainerCluster_withVersion -timeout 120m
=== RUN   TestAccContainerCluster_withVersion
--- PASS: TestAccContainerCluster_withVersion (367.05s)
PASS
ok  	github.com/terraform-providers/terraform-provider-google/google	367.200s
$ make testacc TEST=./google TESTARGS='-run=TestAccContainerCluster_updateVersion'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./google -v -run=TestAccContainerCluster_updateVersion -timeout 120m
=== RUN   TestAccContainerCluster_updateVersion
--- PASS: TestAccContainerCluster_updateVersion (871.97s)
PASS
ok  	github.com/terraform-providers/terraform-provider-google/google	872.204s
$ make testacc TEST=./google TESTARGS='-run=TestAccContainerCluster_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./google -v -run=TestAccContainerCluster_basic -timeout 120m
=== RUN   TestAccContainerCluster_basic
--- PASS: TestAccContainerCluster_basic (379.51s)
PASS
ok  	github.com/terraform-providers/terraform-provider-google/google	379.704s

I also tested that existing users won't have issues by creating a cluster without a specific version on an older build (creating it with a specific version is what this is fixing), then updated my build and ran terraform plan.

@rosbo rosbo self-requested a review October 5, 2017 22:08
@Stelminator
Copy link
Contributor

Thanks for fixing this so quickly! :-)

@danawillow danawillow merged commit d67bf7b into hashicorp:master Oct 6, 2017
@danawillow danawillow deleted the is-492 branch October 6, 2017 22:48
@Stono
Copy link

Stono commented Oct 10, 2017

@danawillow what version of TF will this be in? I'm struggling to correlate master vs releases :D

@danawillow
Copy link
Contributor Author

@Stono it'll be in the next release version. According to https://github.com/terraform-providers/terraform-provider-google/blob/master/CHANGELOG.md that'll be 1.0.2 but I won't know until we release it whether that's the number it stays with or whether it'll go up to 1.1.0 or something like that. You can always check the changelog though to see whether it's been released or not though :)

@Stono
Copy link

Stono commented Oct 11, 2017 via email

negz pushed a commit to negz/terraform-provider-google that referenced this pull request Oct 17, 2017
negz pushed a commit to negz/terraform-provider-google that referenced this pull request Oct 17, 2017
luis-silva pushed a commit to luis-silva/terraform-provider-google that referenced this pull request May 21, 2019
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google_container_cluster node_version inconsistent
4 participants